Show / Hide Table of Contents

Class GetSslVpnClientCertsCertResult

Inheritance
System.Object
GetSslVpnClientCertsCertResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetSslVpnClientCertsCertResult

Fields

View Source

CreateTime

The time of creation.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

EndTime

The expiration time of the client certificate.

Declaration
public readonly int EndTime
Field Value
Type Description
System.Int32
View Source

Id

ID of the SSL-VPN client certificate.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The name of the SSL-VPN client certificate.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

SslVpnServerId

Use the SSL-VPN server ID as the search key.

Declaration
public readonly string SslVpnServerId
Field Value
Type Description
System.String
View Source

Status

The status of the client certificate. valid value:expiring-soon, normal, expired.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.