AWS cli medium security documentation change
Summary
Added ExpirationTime field documentation and updated lifecycle link anchor
Security assessment
Introduces documentation for delegation request expiration, which helps prevent indefinite access by enforcing time-bound permissions. The specific anchor link update indicates improved documentation about temporary delegation lifecycle management.
Diff
diff --git a/cli/latest/reference/iam/get-delegation-request.md b/cli/latest/reference/iam/get-delegation-request.md index d98123897..57e079cf9 100644 --- a//cli/latest/reference/iam/get-delegation-request.md +++ b//cli/latest/reference/iam/get-delegation-request.md @@ -15 +15 @@ - * [AWS CLI 2.32.9 Command Reference](../../index.html) » + * [AWS CLI 2.32.11 Command Reference](../../index.html) » @@ -378 +378 @@ DelegationRequest -> (structure) ->> See the [Understanding the Request Lifecycle](IAM/latest/UserGuide/temporary-delegation-building-integration.html) for an explanation of how these states are transitioned. +>> See the [Understanding the Request Lifecycle](IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle) for an explanation of how these states are transitioned. @@ -390,0 +391,6 @@ DelegationRequest -> (structure) +> +> ExpirationTime -> (timestamp) +> +>> The expiry time of this delegation request +>> +>> See the [Understanding the Request Lifecycle](IAM/latest/UserGuide/temporary-delegation-building-integration.html#temporary-delegation-request-lifecycle) for details on the life time of a delegation request at each state. @@ -518 +524 @@ PermissionCheckResult -> (string) - * [AWS CLI 2.32.9 Command Reference](../../index.html) » + * [AWS CLI 2.32.11 Command Reference](../../index.html) »