Class GetCertificateResult
Inheritance
System.Object
GetCertificateResult
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.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetCertificateResult
Fields
View SourceExpirationDate
The expiration date for the certificate.
Declaration
public readonly string ExpirationDate
Field Value
| Type | Description |
|---|---|
| System.String |
FriendlyName
The friendly name of the certificate.
Declaration
public readonly string FriendlyName
Field Value
| Type | Description |
|---|---|
| System.String |
HostNames
List of host names the certificate applies to.
Declaration
public readonly ImmutableArray<string> HostNames
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IssueDate
The issue date for the certificate.
Declaration
public readonly string IssueDate
Field Value
| Type | Description |
|---|---|
| System.String |
Issuer
The name of the certificate issuer.
Declaration
public readonly string Issuer
Field Value
| Type | Description |
|---|---|
| System.String |
Location
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SubjectName
The subject name of the certificate.
Declaration
public readonly string SubjectName
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
Thumbprint
The thumbprint for the certificate.
Declaration
public readonly string Thumbprint
Field Value
| Type | Description |
|---|---|
| System.String |