Skip to main content

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

NameDescription
AUserNameSpecify the name of the IAM user to detach the policy from.
APolicyArnSpecify the Amazon Resource Name (ARN) of the IAM policy to detach.