class Amazonite::Iam::SAMLProviderListEntry

Overview

Contains the list of SAML providers for this account.

Defined in:

iam/saml_provider_list_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(arn : String | Nil = nil, valid_until : Time | Nil = nil, create_date : Time | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def arn : String | Nil #

The Amazon Resource Name (ARN) of the SAML provider.


[View source]
def arn=(arn : String | Nil) #

The Amazon Resource Name (ARN) of the SAML provider.


[View source]
def create_date : Time | Nil #

The date and time when the SAML provider was created.


[View source]
def create_date=(create_date : Time | Nil) #

The date and time when the SAML provider was created.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def valid_until : Time | Nil #

The expiration date and time for the SAML provider.


[View source]
def valid_until=(valid_until : Time | Nil) #

The expiration date and time for the SAML provider.


[View source]
def validate! : Nil #

[View source]