Class: Aws::SSOAdmin::Types::DescribeTrustedTokenIssuerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::DescribeTrustedTokenIssuerResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the trusted token issuer configuration.
-
#trusted_token_issuer_arn ⇒ String
The ARN of the trusted token issuer configuration.
-
#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerConfiguration
A structure the describes the settings that apply of this trusted token issuer.
-
#trusted_token_issuer_type ⇒ String
The type of the trusted token issuer.
Instance Attribute Details
#name ⇒ String
The name of the trusted token issuer configuration.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1707 class DescribeTrustedTokenIssuerResponse < Struct.new( :name, :trusted_token_issuer_arn, :trusted_token_issuer_configuration, :trusted_token_issuer_type) SENSITIVE = [] include Aws::Structure end |
#trusted_token_issuer_arn ⇒ String
The ARN of the trusted token issuer configuration.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1707 class DescribeTrustedTokenIssuerResponse < Struct.new( :name, :trusted_token_issuer_arn, :trusted_token_issuer_configuration, :trusted_token_issuer_type) SENSITIVE = [] include Aws::Structure end |
#trusted_token_issuer_configuration ⇒ Types::TrustedTokenIssuerConfiguration
A structure the describes the settings that apply of this trusted token issuer.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1707 class DescribeTrustedTokenIssuerResponse < Struct.new( :name, :trusted_token_issuer_arn, :trusted_token_issuer_configuration, :trusted_token_issuer_type) SENSITIVE = [] include Aws::Structure end |
#trusted_token_issuer_type ⇒ String
The type of the trusted token issuer.
1707 1708 1709 1710 1711 1712 1713 1714 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1707 class DescribeTrustedTokenIssuerResponse < Struct.new( :name, :trusted_token_issuer_arn, :trusted_token_issuer_configuration, :trusted_token_issuer_type) SENSITIVE = [] include Aws::Structure end |