Class: Aws::IAM::Types::GetSAMLProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetSAMLProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetSAMLProvider request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_encryption_mode ⇒ String
Specifies the encryption setting for the SAML provider.
-
#create_date ⇒ Time
The date and time when the SAML provider was created.
-
#private_key_list ⇒ Array<Types::SAMLPrivateKey>
The private key metadata for the SAML provider.
-
#saml_metadata_document ⇒ String
The XML metadata document that includes information about an identity provider.
-
#saml_provider_uuid ⇒ String
The unique identifier assigned to the SAML provider.
-
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the specified IAM SAML provider.
-
#valid_until ⇒ Time
The expiration date and time for the SAML provider.
Instance Attribute Details
#assertion_encryption_mode ⇒ String
Specifies the encryption setting for the SAML provider.
4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-iam/types.rb', line 4048 class GetSAMLProviderResponse < Struct.new( :saml_provider_uuid, :saml_metadata_document, :create_date, :valid_until, :tags, :assertion_encryption_mode, :private_key_list) SENSITIVE = [] include Aws::Structure end |
#create_date ⇒ Time
The date and time when the SAML provider was created.
4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-iam/types.rb', line 4048 class GetSAMLProviderResponse < Struct.new( :saml_provider_uuid, :saml_metadata_document, :create_date, :valid_until, :tags, :assertion_encryption_mode, :private_key_list) SENSITIVE = [] include Aws::Structure end |
#private_key_list ⇒ Array<Types::SAMLPrivateKey>
The private key metadata for the SAML provider.
4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-iam/types.rb', line 4048 class GetSAMLProviderResponse < Struct.new( :saml_provider_uuid, :saml_metadata_document, :create_date, :valid_until, :tags, :assertion_encryption_mode, :private_key_list) SENSITIVE = [] include Aws::Structure end |
#saml_metadata_document ⇒ String
The XML metadata document that includes information about an identity provider.
4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-iam/types.rb', line 4048 class GetSAMLProviderResponse < Struct.new( :saml_provider_uuid, :saml_metadata_document, :create_date, :valid_until, :tags, :assertion_encryption_mode, :private_key_list) SENSITIVE = [] include Aws::Structure end |
#saml_provider_uuid ⇒ String
The unique identifier assigned to the SAML provider.
4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-iam/types.rb', line 4048 class GetSAMLProviderResponse < Struct.new( :saml_provider_uuid, :saml_metadata_document, :create_date, :valid_until, :tags, :assertion_encryption_mode, :private_key_list) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags that are attached to the specified IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see [Tagging IAM resources] in the *IAM User Guide*.
4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-iam/types.rb', line 4048 class GetSAMLProviderResponse < Struct.new( :saml_provider_uuid, :saml_metadata_document, :create_date, :valid_until, :tags, :assertion_encryption_mode, :private_key_list) SENSITIVE = [] include Aws::Structure end |
#valid_until ⇒ Time
The expiration date and time for the SAML provider.
4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 |
# File 'lib/aws-sdk-iam/types.rb', line 4048 class GetSAMLProviderResponse < Struct.new( :saml_provider_uuid, :saml_metadata_document, :create_date, :valid_until, :tags, :assertion_encryption_mode, :private_key_list) SENSITIVE = [] include Aws::Structure end |