Class CertificateSigningRequestStatus
Inheritance
System.Object
CertificateSigningRequestStatus
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.Kubernetes.Types.Outputs.Certificates.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class CertificateSigningRequestStatus
Fields
View SourceCertificate
If request was approved, the controller will place the issued certificate here.
Declaration
public readonly string Certificate
Field Value
| Type | Description |
|---|---|
| System.String |
Conditions
Conditions applied to the request, such as approval or denial.
Declaration
public readonly ImmutableArray<CertificateSigningRequestCondition> Conditions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<CertificateSigningRequestCondition> |