Class GetCertificatesCertificateResult
Inheritance
System.Object
GetCertificatesCertificateResult
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.Cas.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetCertificatesCertificateResult
Fields
View SourceBuyInAliyun
The cert is buy from aliyun or not.
Declaration
public readonly bool BuyInAliyun
Field Value
| Type | Description |
|---|---|
| System.Boolean |
City
The cert's city.
Declaration
public readonly string City
Field Value
| Type | Description |
|---|---|
| System.String |
Common
The cert's common name.
Declaration
public readonly string Common
Field Value
| Type | Description |
|---|---|
| System.String |
Country
The cert's country.
Declaration
public readonly string Country
Field Value
| Type | Description |
|---|---|
| System.String |
EndDate
The cert's not valid after time.
Declaration
public readonly string EndDate
Field Value
| Type | Description |
|---|---|
| System.String |
Expired
The cert is expired or not.
Declaration
public readonly bool Expired
Field Value
| Type | Description |
|---|---|
| System.Boolean |
FingerPrint
The cert's finger.
Declaration
public readonly string FingerPrint
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The cert's id.
Declaration
public readonly int Id
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Issuer
The cert's .
Declaration
public readonly string Issuer
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The cert's name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OrgName
The cert's organization.
Declaration
public readonly string OrgName
Field Value
| Type | Description |
|---|---|
| System.String |
Province
The cert's province.
Declaration
public readonly string Province
Field Value
| Type | Description |
|---|---|
| System.String |
Sans
The cert's subject alternative name.
Declaration
public readonly string Sans
Field Value
| Type | Description |
|---|---|
| System.String |
StartDate
The cert's not valid before time.
Declaration
public readonly string StartDate
Field Value
| Type | Description |
|---|---|
| System.String |