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 SourceCreateTime
The time of creation.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
EndTime
The expiration time of the client certificate.
Declaration
public readonly int EndTime
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
ID of the SSL-VPN client certificate.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the SSL-VPN client certificate.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
SslVpnServerId
Use the SSL-VPN server ID as the search key.
Declaration
public readonly string SslVpnServerId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the client certificate. valid value:expiring-soon, normal, expired.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |