Class: Aws::QBusiness::Types::DataAccessorAuthenticationDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Contains the authentication configuration details for a data accessor. This structure defines how the ISV authenticates when accessing data through the data accessor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_configurationTypes::DataAccessorAuthenticationConfiguration

The specific authentication configuration based on the authentication type.



2989
2990
2991
2992
2993
2994
2995
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2989

class DataAccessorAuthenticationDetail < Struct.new(
  :authentication_type,
  :authentication_configuration,
  :external_ids)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_typeString

The type of authentication to use for the data accessor. This determines how the ISV authenticates when accessing data. You can use one of two authentication types:

  • AWS_IAM_IDC_TTI - Authentication using IAM Identity Center Trusted Token Issuer (TTI). This authentication type allows the ISV to use a trusted token issuer to generate tokens for accessing the data.

  • AWS_IAM_IDC_AUTH_CODE - Authentication using IAM Identity Center authorization code flow. This authentication type uses the standard OAuth 2.0 authorization code flow for authentication.

Returns:

  • (String)


2989
2990
2991
2992
2993
2994
2995
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2989

class DataAccessorAuthenticationDetail < Struct.new(
  :authentication_type,
  :authentication_configuration,
  :external_ids)
  SENSITIVE = []
  include Aws::Structure
end

#external_idsArray<String>

A list of external identifiers associated with this authentication configuration. These are used to correlate the data accessor with external systems.

Returns:

  • (Array<String>)


2989
2990
2991
2992
2993
2994
2995
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2989

class DataAccessorAuthenticationDetail < Struct.new(
  :authentication_type,
  :authentication_configuration,
  :external_ids)
  SENSITIVE = []
  include Aws::Structure
end