Builder

class Builder

Properties

Link copied to clipboard

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.

Link copied to clipboard

Specifies the encryption setting for the SAML provider.

Link copied to clipboard
var name: String?

The name of the provider to create.

Link copied to clipboard

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.

Link copied to clipboard
var tags: List<Tag>?

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.