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.
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_source ⇒ String
The source of client credentials for the OAuth2 client credentials grant flow.
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_details ⇒ Types::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 |