ServerCertificateMetadata contains information about a server certificate without its certificate body, certificate chain, and private key.
This data type is used as a response element in the action UploadServerCertificate and ListServerCertificates.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ServerCertificateMetadata
Public Class ServerCertificateMetadata
public ref class ServerCertificateMetadata
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ServerCertificateMetadata()()()() | Initializes a new instance of the ServerCertificateMetadata class | |
| Arn |
The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see Identifiers for IAM
Entities in Using AWS Identity and Access Management.
Constraints: | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Path |
Path to the server certificate. For more information about paths, see Identifiers for IAM
Entities in Using AWS Identity and Access Management.
Constraints: | |
| ServerCertificateId |
The stable and unique string identifying the server certificate. For more information about IDs, see Identifiers for IAM
Entities in Using AWS Identity and Access Management.
Constraints: | |
| ServerCertificateName |
The name that identifies the server certificate.
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| UploadDate |
The date when the server certificate was uploaded.
| |
| WithArn(String) |
Sets the Arn property
| |
| WithPath(String) |
Sets the Path property
| |
| WithServerCertificateId(String) |
Sets the ServerCertificateId property
| |
| WithServerCertificateName(String) |
Sets the ServerCertificateName property
| |
| WithUploadDate(DateTime) |
Sets the UploadDate property
|