AWS cli documentation change
Summary
Added authentication-detail field to list output showing authentication configurations for multiple data accessors
Security assessment
Extends listing functionality to include security configuration details, improving audit capabilities but without evidence of patching a specific security issue.
Diff
diff --git a/cli/latest/reference/qbusiness/list-data-accessors.md b/cli/latest/reference/qbusiness/list-data-accessors.md index c7f43aa41..1657acd91 100644 --- a//cli/latest/reference/qbusiness/list-data-accessors.md +++ b//cli/latest/reference/qbusiness/list-data-accessors.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -245,0 +246,35 @@ dataAccessors -> (list) +>> authenticationDetail -> (structure) +>> +>>> The authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor. +>>> +>>> authenticationType -> (string) +>>> +>>>> 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. +>>>> + +>>> +>>> authenticationConfiguration -> (tagged union structure) +>>> +>>>> The specific authentication configuration based on the authentication type. +>>>> +>>>> ### Note +>>>> +>>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `idcTrustedTokenIssuerConfiguration`. +>>>> +>>>> idcTrustedTokenIssuerConfiguration -> (structure) +>>>> +>>>>> Configuration for IAM Identity Center Trusted Token Issuer (TTI) authentication used when the authentication type is `AWS_IAM_IDC_TTI` . +>>>>> +>>>>> idcTrustedTokenIssuerArn -> (string) +>>>>> +>>>>>> The Amazon Resource Name (ARN) of the IAM Identity Center Trusted Token Issuer that will be used for authentication. +>>> +>>> externalIds -> (list) +>>> +>>>> A list of external identifiers associated with this authentication configuration. These are used to correlate the data accessor with external systems. +>>>> +>>>> (string) +>> @@ -268 +303 @@ nextToken -> (string) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »