class
Amazonite::Iam::CreateSAMLProviderRequest
- Amazonite::Iam::CreateSAMLProviderRequest
- Reference
- Object
Defined in:
iam/create_saml_provider_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(saml_metadata_document : String, name : String, tags : Array(Tag) | Nil = nil, assertion_encryption_mode : AssertionEncryptionModeType | Nil = nil, add_private_key : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#add_private_key : String | Nil
The private key generated from your external identity provider.
-
#add_private_key=(add_private_key : String | Nil)
The private key generated 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) -
#name : String
The name of the provider to create.
-
#name=(name : String)
The name of the provider to create.
-
#saml_metadata_document : String
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
-
#saml_metadata_document=(saml_metadata_document : String)
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
-
#tags : Array(Tag) | Nil
A list of tags that you want to attach to the new IAM SAML provider.
-
#tags=(tags : Array(Tag) | Nil)
A list of tags that you want to attach to the new IAM SAML provider.
- #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?.
The private key generated 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.
The private key generated 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 name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the provider to create.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
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 organization's IdP.
For more information, see About SAML 2.0-based federation in the IAM User Guide
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 organization's IdP.
For more information, see About SAML 2.0-based federation in the IAM User Guide
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.