AWS cli documentation change
Summary
Added authentication-detail output field showing configured IAM Identity Center authentication details for data accessors
Security assessment
Documents how to retrieve security configuration details for existing data accessors, but does not indicate any security vulnerability being addressed. Enhances visibility of security settings.
Diff
diff --git a/cli/latest/reference/qbusiness/get-data-accessor.md b/cli/latest/reference/qbusiness/get-data-accessor.md index 565ae7d95..f8249c280 100644 --- a//cli/latest/reference/qbusiness/get-data-accessor.md +++ b//cli/latest/reference/qbusiness/get-data-accessor.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -1307,0 +1308,35 @@ actionConfigurations -> (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) + @@ -1326 +1361 @@ updatedAt -> (timestamp) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »