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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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