Class: Aws::QuickSight::Types::ReadClientCredentialsGrantMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReadClientCredentialsGrantMetadata
- 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
-
#base_endpoint ⇒ String
The base endpoint URL for the OAuth2 client credentials grant flow.
-
#client_credentials_source ⇒ String
The source of client credentials for the OAuth2 client credentials grant flow.
-
#read_client_credentials_details ⇒ Types::ReadClientCredentialsDetails
The read-only client credentials configuration details.
Instance Attribute Details
#base_endpoint ⇒ String
The base endpoint URL for the OAuth2 client credentials grant flow.
34694 34695 34696 34697 34698 34699 34700 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34694 class ReadClientCredentialsGrantMetadata < Struct.new( :base_endpoint, :read_client_credentials_details, :client_credentials_source) SENSITIVE = [] include Aws::Structure end |
#client_credentials_source ⇒ String
The source of client credentials for the OAuth2 client credentials grant flow.
34694 34695 34696 34697 34698 34699 34700 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34694 class ReadClientCredentialsGrantMetadata < Struct.new( :base_endpoint, :read_client_credentials_details, :client_credentials_source) SENSITIVE = [] include Aws::Structure end |
#read_client_credentials_details ⇒ Types::ReadClientCredentialsDetails
The read-only client credentials configuration details.
34694 34695 34696 34697 34698 34699 34700 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34694 class ReadClientCredentialsGrantMetadata < Struct.new( :base_endpoint, :read_client_credentials_details, :client_credentials_source) SENSITIVE = [] include Aws::Structure end |