class Amazonite::Iam::UpdateSAMLProviderRequest

Defined in:

iam/update_saml_provider_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(saml_provider_arn : String, saml_metadata_document : String | Nil = nil, assertion_encryption_mode : AssertionEncryptionModeType | Nil = nil, add_private_key : String | Nil = nil, remove_private_key : String | 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 add_private_key : String | Nil #

Specifies the new private key from your external identity provider. The private key must be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to decrypt SAML assertions.


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

Specifies the new private key from your external identity provider. The private key must be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to decrypt SAML assertions.


[View source]
def assertion_encryption_mode : AssertionEncryptionModeType | Nil #

Specifies the encryption setting for the SAML provider.


[View source]
def assertion_encryption_mode=(assertion_encryption_mode : AssertionEncryptionModeType | Nil) #

Specifies the encryption setting for the SAML provider.


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

See Object#hash(hasher)


def remove_private_key : String | Nil #

The Key ID of the private key to remove.


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

The Key ID of the private key to remove.


[View source]
def saml_metadata_document : String | Nil #

An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your IdP.


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

An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your IdP.


[View source]
def saml_provider_arn : String #

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

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.


[View source]
def saml_provider_arn=(saml_provider_arn : String) #

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

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]