AWS SDK for .NET Documentation
ServerCertificateMetadata Class
AmazonAmazon.IdentityManagement.ModelServerCertificateMetadata Did this page help you?   Yes   No    Tell us about it...
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.

Declaration Syntax
C#
public class ServerCertificateMetadata
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ServerCertificateMetadata()()()()
Initializes a new instance of the ServerCertificateMetadata class

Arn
Gets and sets the property 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.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Expiration
Gets and sets the property Expiration.

The date on which the certificate is set to expire.


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
Gets and sets the property Path.

Path to the server certificate. For more information about paths, see Identifiers for IAM Entities in Using AWS Identity and Access Management.


ServerCertificateId
Gets and sets the property 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.


ServerCertificateName
Gets and sets the property ServerCertificateName.

The name that identifies the server certificate.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UploadDate
Gets and sets the property UploadDate.

The date when the server certificate was uploaded.


WithArn(String) Obsolete.
Sets the Arn property

WithExpiration(DateTime) Obsolete.
Sets the Expiration property

WithPath(String) Obsolete.
Sets the Path property

WithServerCertificateId(String) Obsolete.
Sets the ServerCertificateId property

WithServerCertificateName(String) Obsolete.
Sets the ServerCertificateName property

WithUploadDate(DateTime) Obsolete.
Sets the UploadDate property

Inheritance Hierarchy
Object
ServerCertificateMetadata

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)