Show / Hide Table of Contents

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.

Inheritance
object
ManagedIdentityCertificate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX