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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


28918
28919
28920
28921
28922
28923
28924
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28918

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)


28918
28919
28920
28921
28922
28923
28924
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28918

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.



28918
28919
28920
28921
28922
28923
28924
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28918

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