TIAMDetachUserPolicyRequest
Class in AWS.IAM
DetachUserPolicy request class.
Ancestors
Properties
PolicyArn
property PolicyArn: TARN
UserName
property UserName: string
Constructors
Create
constructor Create(const AUserName: string; const APolicyArn: TARN);
Constructor for TIAMDetachRolePolicyRequest.
Parameters
| Name | Description |
|---|---|
AUserName | Specify the name of the IAM user to detach the policy from. |
APolicyArn | Specify the Amazon Resource Name (ARN) of the IAM policy to detach. |