Class: Aws::QuickSight::Types::ReadClientCredentialsGrantMetadata

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

Overview

Read-only metadata for OAuth2 client credentials grant authentication configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_endpointString

The base endpoint URL for the OAuth2 client credentials grant flow.

Returns:

  • (String)


30721
30722
30723
30724
30725
30726
30727
# File 'lib/aws-sdk-quicksight/types.rb', line 30721

class ReadClientCredentialsGrantMetadata < Struct.new(
  :base_endpoint,
  :read_client_credentials_details,
  :client_credentials_source)
  SENSITIVE = []
  include Aws::Structure
end

#client_credentials_sourceString

The source of client credentials for the OAuth2 client credentials grant flow.

Returns:

  • (String)


30721
30722
30723
30724
30725
30726
30727
# File 'lib/aws-sdk-quicksight/types.rb', line 30721

class ReadClientCredentialsGrantMetadata < Struct.new(
  :base_endpoint,
  :read_client_credentials_details,
  :client_credentials_source)
  SENSITIVE = []
  include Aws::Structure
end

#read_client_credentials_detailsTypes::ReadClientCredentialsDetails

The read-only client credentials configuration details.



30721
30722
30723
30724
30725
30726
30727
# File 'lib/aws-sdk-quicksight/types.rb', line 30721

class ReadClientCredentialsGrantMetadata < Struct.new(
  :base_endpoint,
  :read_client_credentials_details,
  :client_credentials_source)
  SENSITIVE = []
  include Aws::Structure
end