Class: Aws::IAM::Types::GetSAMLProviderResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetSAMLProvider request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assertion_encryption_modeString

Specifies the encryption setting for the SAML provider.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4288

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_dateTime

The date and time when the SAML provider was created.

Returns:

  • (Time)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4288

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_listArray<Types::SAMLPrivateKey>

The private key metadata for the SAML provider.

Returns:



4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4288

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_documentString

The XML metadata document that includes information about an identity provider.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4288

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_uuidString

The unique identifier assigned to the SAML provider.

Returns:

  • (String)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4288

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

#tagsArray<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.

Returns:



4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4288

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_untilTime

The expiration date and time for the SAML provider.

Returns:

  • (Time)


4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4288

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