Class: Aws::SSOAdmin::Types::DescribeTrustedTokenIssuerResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssoadmin/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the trusted token issuer configuration.

Returns:

  • (String)


1723
1724
1725
1726
1727
1728
1729
1730
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1723

class DescribeTrustedTokenIssuerResponse < Struct.new(
  :trusted_token_issuer_arn,
  :name,
  :trusted_token_issuer_type,
  :trusted_token_issuer_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_token_issuer_arnString

The ARN of the trusted token issuer configuration.

Returns:

  • (String)


1723
1724
1725
1726
1727
1728
1729
1730
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1723

class DescribeTrustedTokenIssuerResponse < Struct.new(
  :trusted_token_issuer_arn,
  :name,
  :trusted_token_issuer_type,
  :trusted_token_issuer_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_token_issuer_configurationTypes::TrustedTokenIssuerConfiguration

A structure the describes the settings that apply of this trusted token issuer.



1723
1724
1725
1726
1727
1728
1729
1730
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1723

class DescribeTrustedTokenIssuerResponse < Struct.new(
  :trusted_token_issuer_arn,
  :name,
  :trusted_token_issuer_type,
  :trusted_token_issuer_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#trusted_token_issuer_typeString

The type of the trusted token issuer.

Returns:

  • (String)


1723
1724
1725
1726
1727
1728
1729
1730
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1723

class DescribeTrustedTokenIssuerResponse < Struct.new(
  :trusted_token_issuer_arn,
  :name,
  :trusted_token_issuer_type,
  :trusted_token_issuer_configuration)
  SENSITIVE = []
  include Aws::Structure
end