C# Класс Amazon.IdentityManagement.Model.UpdateServerCertificateRequest

Container for the parameters to the UpdateServerCertificate operation. Updates the name and/or the path of the specified server certificate stored in IAM.

For more information about working with server certificates, including a list of AWS services that can use the server certificates that you manage with IAM, go to Working with Server Certificates in the IAM User Guide.

You should understand the implications of changing a server certificate's path or name. For more information, see Renaming a Server Certificate in the IAM User Guide.

To change a server certificate name the requester must have appropriate permissions on both the source object and the target object. For example, to change the name from "ProductionCert" to "ProdCert", the entity making the request must have permission on "ProductionCert" and "ProdCert", or must have permission on all (*). For more information about permissions, see Access Management in the IAM User Guide.

Наследование: AmazonIdentityManagementServiceRequest
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
UpdateServerCertificateRequest ( ) : System

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

UpdateServerCertificateRequest ( string serverCertificateName ) : System

Instantiates UpdateServerCertificateRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetNewPath ( ) : bool
IsSetNewServerCertificateName ( ) : bool
IsSetServerCertificateName ( ) : bool

Описание методов

UpdateServerCertificateRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public UpdateServerCertificateRequest ( ) : System
Результат System

UpdateServerCertificateRequest() публичный Метод

Instantiates UpdateServerCertificateRequest with the parameterized properties
public UpdateServerCertificateRequest ( string serverCertificateName ) : System
serverCertificateName string The name of the server certificate that you want to update. 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