C# Class 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.

Inheritance: AmazonIdentityManagementServiceRequest
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetNewPath ( ) : bool
IsSetNewServerCertificateName ( ) : bool
IsSetServerCertificateName ( ) : bool

Method Details

UpdateServerCertificateRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public UpdateServerCertificateRequest ( ) : System
return System

UpdateServerCertificateRequest() public method

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: =,.@-
return System