Class: Aws::Appflow::Types::OAuth2CustomParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::OAuth2CustomParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Custom parameter required for OAuth 2.0 authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_supplied_values ⇒ Array<String>
Contains default values for this authentication parameter that are supplied by the connector.
-
#description ⇒ String
A description about the custom parameter used for OAuth 2.0 authentication.
-
#is_required ⇒ Boolean
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
-
#is_sensitive_field ⇒ Boolean
Indicates whether this authentication custom parameter is a sensitive field.
-
#key ⇒ String
The key of the custom parameter required for OAuth 2.0 authentication.
-
#label ⇒ String
The label of the custom parameter used for OAuth 2.0 authentication.
-
#type ⇒ String
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
Instance Attribute Details
#connector_supplied_values ⇒ Array<String>
Contains default values for this authentication parameter that are supplied by the connector.
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-appflow/types.rb', line 3376 class OAuth2CustomParameter < Struct.new( :key, :is_required, :label, :description, :is_sensitive_field, :connector_supplied_values, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description about the custom parameter used for OAuth 2.0 authentication.
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-appflow/types.rb', line 3376 class OAuth2CustomParameter < Struct.new( :key, :is_required, :label, :description, :is_sensitive_field, :connector_supplied_values, :type) SENSITIVE = [] include Aws::Structure end |
#is_required ⇒ Boolean
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-appflow/types.rb', line 3376 class OAuth2CustomParameter < Struct.new( :key, :is_required, :label, :description, :is_sensitive_field, :connector_supplied_values, :type) SENSITIVE = [] include Aws::Structure end |
#is_sensitive_field ⇒ Boolean
Indicates whether this authentication custom parameter is a sensitive field.
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-appflow/types.rb', line 3376 class OAuth2CustomParameter < Struct.new( :key, :is_required, :label, :description, :is_sensitive_field, :connector_supplied_values, :type) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key of the custom parameter required for OAuth 2.0 authentication.
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-appflow/types.rb', line 3376 class OAuth2CustomParameter < Struct.new( :key, :is_required, :label, :description, :is_sensitive_field, :connector_supplied_values, :type) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The label of the custom parameter used for OAuth 2.0 authentication.
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-appflow/types.rb', line 3376 class OAuth2CustomParameter < Struct.new( :key, :is_required, :label, :description, :is_sensitive_field, :connector_supplied_values, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 |
# File 'lib/aws-sdk-appflow/types.rb', line 3376 class OAuth2CustomParameter < Struct.new( :key, :is_required, :label, :description, :is_sensitive_field, :connector_supplied_values, :type) SENSITIVE = [] include Aws::Structure end |