class
Amazonite::Iam::UpdateSAMLProviderRequest
- Amazonite::Iam::UpdateSAMLProviderRequest
- Reference
- Object
Defined in:
iam/update_saml_provider_request.crConstructors
- .from_xml(node : XML::Node) : 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)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#add_private_key : String | Nil
Specifies the new private key from your external identity provider.
-
#add_private_key=(add_private_key : String | Nil)
Specifies the new private key from your external identity provider.
-
#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.
-
#hash(hasher)
See
Object#hash(hasher) -
#remove_private_key : String | Nil
The Key ID of the private key to remove.
-
#remove_private_key=(remove_private_key : String | Nil)
The Key ID of the private key to remove.
-
#saml_metadata_document : String | Nil
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
-
#saml_metadata_document=(saml_metadata_document : String | Nil)
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
-
#saml_provider_arn : String
The Amazon Resource Name (ARN) of the SAML provider to update.
-
#saml_provider_arn=(saml_provider_arn : String)
The Amazon Resource Name (ARN) of the SAML provider to update.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
Specifies the encryption setting for the SAML provider.
Specifies the encryption setting for the SAML provider.
The Key ID of the private key to remove.
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.
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.
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.
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.