C# Класс Amazon.IdentityManagement.Model.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 UploadServerCertificate and ListServerCertificates actions.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ServerCertificateMetadata ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ServerCertificateMetadata ( string path, string serverCertificateName, string serverCertificateId, string arn ) : System

Instantiates ServerCertificateMetadata with the parameterized properties

Приватные методы

Метод Описание
IsSetArn ( ) : bool
IsSetExpiration ( ) : bool
IsSetPath ( ) : bool
IsSetServerCertificateId ( ) : bool
IsSetServerCertificateName ( ) : bool
IsSetUploadDate ( ) : bool

Описание методов

ServerCertificateMetadata() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ServerCertificateMetadata ( ) : System
Результат System

ServerCertificateMetadata() публичный Метод

Instantiates ServerCertificateMetadata with the parameterized properties
public ServerCertificateMetadata ( string path, string serverCertificateName, string serverCertificateId, string arn ) : System
path string The path to the server certificate. For more information about paths, see IAM Identifiers in the Using IAM guide.
serverCertificateName string The name that identifies the server certificate.
serverCertificateId string The stable and unique string identifying the server certificate. For more information about IDs, see IAM Identifiers in the Using IAM guide.
arn string The Amazon Resource Name (ARN) specifying the server certificate. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.
Результат System