Class ManagedIdentityCertificate
Configuration and state of a Managed Identity Certificate. Certificate Manager provisions and renews Managed Identity Certificates automatically, for as long as it's authorized to do so.
Implements
Inherited Members
Namespace: Google.Apis.CertificateManager.v1.Data
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class ManagedIdentityCertificate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Identity
Required. Immutable. SPIFFE ID of the Managed Identity used for this certificate.
Declaration
[JsonProperty("identity")]
public virtual string Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProvisioningIssue
Output only. Information about issues with provisioning a managed certificate.
Declaration
[JsonProperty("provisioningIssue")]
public virtual ProvisioningIssue ProvisioningIssue { get; set; }
Property Value
| Type | Description |
|---|---|
| ProvisioningIssue |
State
Output only. State of the managed certificate resource.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |