AWS cli medium security documentation change
Summary
Added documentation for IdentityCenterConfiguration parameter with EnableIdentityPropagation option to configure IAM Identity Center authentication
Security assessment
The change introduces documentation for IAM Identity Center authentication configuration and Trusted Identity Propagation, which directly relates to authentication mechanisms and access control security features.
Diff
diff --git a/cli/latest/reference/quicksight/update-data-source.md b/cli/latest/reference/quicksight/update-data-source.md index 3cdbe5940..4853efe7e 100644 --- a//cli/latest/reference/quicksight/update-data-source.md +++ b//cli/latest/reference/quicksight/update-data-source.md @@ -15 +15 @@ - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) » @@ -132,0 +133,10 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/quicks +>> +>> IdentityCenterConfiguration -> (structure) +>> +>>> An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup. +>>> +>>> This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. +>>> +>>> EnableIdentityPropagation -> (boolean) +>>> +>>>> A Boolean option that controls whether Trusted Identity Propagation should be used. @@ -587 +597,4 @@ JSON Syntax: - "RoleArn": "string" + "RoleArn": "string", + "IdentityCenterConfiguration": { + "EnableIdentityPropagation": true|false + } @@ -775,0 +789,10 @@ JSON Syntax: +>>>>> +>>>>> IdentityCenterConfiguration -> (structure) +>>>>> +>>>>>> An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup. +>>>>>> +>>>>>> This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center. +>>>>>> +>>>>>> EnableIdentityPropagation -> (boolean) +>>>>>> +>>>>>>> A Boolean option that controls whether Trusted Identity Propagation should be used. @@ -1243 +1266,4 @@ JSON Syntax: - "RoleArn": "string" + "RoleArn": "string", + "IdentityCenterConfiguration": { + "EnableIdentityPropagation": true|false + } @@ -1568 +1594 @@ Status -> (integer) - * [AWS CLI 2.27.45 Command Reference](../../index.html) » + * [AWS CLI 2.27.46 Command Reference](../../index.html) »