C# 클래스 Amazon.IdentityManagement.Model.DeleteUserPolicyRequest

Container for the parameters to the DeleteUserPolicy operation.

Deletes the specified policy associated with the specified User.

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteUserPolicyRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteUserPolicyRequest ( string userName, string policyName ) : System

Instantiates DeleteUserPolicyRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetPolicyName ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

DeleteUserPolicyRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteUserPolicyRequest ( ) : System
리턴 System

DeleteUserPolicyRequest() 공개 메소드

Instantiates DeleteUserPolicyRequest with the parameterized properties
public DeleteUserPolicyRequest ( string userName, string policyName ) : System
userName string The name (friendly name, not ARN) identifying the user that the policy is embedded in. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
policyName string The name identifying the policy document to delete. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
리턴 System