class
Amazonite::Iam::GetSAMLProviderResponse
- Amazonite::Iam::GetSAMLProviderResponse
- Reference
- Object
Overview
Contains the response to a successful GetSAMLProvider request.
Defined in:
iam/get_saml_provider_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(saml_provider_uuid : String | Nil = nil, saml_metadata_document : String | Nil = nil, create_date : Time | Nil = nil, valid_until : Time | Nil = nil, tags : Array(Tag) | Nil = nil, assertion_encryption_mode : AssertionEncryptionModeType | Nil = nil, private_key_list : Array(SAMLPrivateKey) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#assertion_encryption_mode : AssertionEncryptionModeType | Nil
Specifies the encryption setting for the SAML provider.
-
#assertion_encryption_mode=(assertion_encryption_mode : AssertionEncryptionModeType | Nil)
Specifies the encryption setting for the SAML provider.
-
#create_date : Time | Nil
The date and time when the SAML provider was created.
-
#create_date=(create_date : Time | Nil)
The date and time when the SAML provider was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#private_key_list : Array(SAMLPrivateKey) | Nil
The private key metadata for the SAML provider.
-
#private_key_list=(private_key_list : Array(SAMLPrivateKey) | Nil)
The private key metadata for the SAML provider.
-
#saml_metadata_document : String | Nil
The XML metadata document that includes information about an identity provider.
-
#saml_metadata_document=(saml_metadata_document : String | Nil)
The XML metadata document that includes information about an identity provider.
-
#saml_provider_uuid : String | Nil
The unique identifier assigned to the SAML provider.
-
#saml_provider_uuid=(saml_provider_uuid : String | Nil)
The unique identifier assigned to the SAML provider.
-
#tags : Array(Tag) | Nil
A list of tags that are attached to the specified IAM SAML provider.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that are attached to the specified IAM SAML provider.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#valid_until : Time | Nil
The expiration date and time for the SAML provider.
-
#valid_until=(valid_until : Time | Nil)
The expiration date and time for the SAML provider.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies the encryption setting for the SAML provider.
Specifies the encryption setting for the SAML provider.
The private key metadata for the SAML provider.
The private key metadata for the SAML provider.
The XML metadata document that includes information about an identity provider.
The XML metadata document that includes information about an identity provider.
The unique identifier assigned to the SAML provider.
A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.