GetSamlProviderResult

data class GetSamlProviderResult(val arn: String? = null, val assertionEncryptionMode: SamlProviderAssertionEncryptionMode? = null, val privateKeyList: List<SamlProviderSamlPrivateKey>? = null, val samlMetadataDocument: String? = null, val samlProviderUuid: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, assertionEncryptionMode: SamlProviderAssertionEncryptionMode? = null, privateKeyList: List<SamlProviderSamlPrivateKey>? = null, samlMetadataDocument: String? = null, samlProviderUuid: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Amazon Resource Name (ARN) of the SAML provider

Link copied to clipboard

The encryption setting for the SAML provider

Link copied to clipboard

The private key metadata for the SAML provider.

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. For more information, see About SAML 2.0-based federation in the IAM User Guide

Link copied to clipboard

The unique identifier assigned to the SAML provider

Link copied to clipboard
val tags: List<Tag>? = null

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 .