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

Container for the parameters to the UpdateSigningCertificate operation. Changes the status of the specified user signing certificate from active to disabled, or vice versa. This action can be used to disable an IAM user's signing certificate as part of a certificate rotation work flow.

If the UserName field is not specified, the UserName is determined implicitly based on the AWS access key ID used to sign the request. Because this action works for access keys under the AWS account, you can use this action to manage root credentials even if the AWS account has no associated users.

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

공개 메소드들

메소드 설명
UpdateSigningCertificateRequest ( ) : System

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

UpdateSigningCertificateRequest ( string certificateId, StatusType status ) : System

Instantiates UpdateSigningCertificateRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetCertificateId ( ) : bool
IsSetStatus ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

UpdateSigningCertificateRequest() 공개 메소드

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

UpdateSigningCertificateRequest() 공개 메소드

Instantiates UpdateSigningCertificateRequest with the parameterized properties
public UpdateSigningCertificateRequest ( string certificateId, StatusType status ) : System
certificateId string The ID of the signing certificate you want to update. This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
status StatusType The status you want to assign to the certificate. Active means the certificate can be used for API calls to AWS, while Inactive means the certificate cannot be used.
리턴 System