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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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