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.

Namespace: Amazon.IdentityManagement.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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:

Length
20 - 2048

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
1 - 512
Pattern
(\u002F)|(\u002F[\u0021-\u007F]+\u002F)

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:

Length
16 - 32
Pattern
[\w]*

ServerCertificateName
The name that identifies the server certificate.

Constraints:

Length
1 - 128
Pattern
[\w+=,.@-]*

ToString()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.IdentityManagement.Model..::..ServerCertificateMetadata

See Also