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

#name ⇒ String

The name of the trusted token issuer configuration.

Returns:

  • (String)


1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1902

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_arn ⇒ String

The ARN of the trusted token issuer configuration.

Returns:

  • (String)


1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1902

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_configuration ⇒ Types::TrustedTokenIssuerConfiguration

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



1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1902

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_type ⇒ String

The type of the trusted token issuer.

Returns:

  • (String)


1902
1903
1904
1905
1906
1907
1908
1909
# File 'lib/aws-sdk-ssoadmin/types.rb', line 1902

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