Class CertificateSigningRequestCondition
Inheritance
System.Object
CertificateSigningRequestCondition
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 CertificateSigningRequestCondition
Fields
View SourceLastUpdateTime
timestamp for the last update to this condition
Declaration
public readonly string LastUpdateTime
Field Value
| Type | Description |
|---|---|
| System.String |
Message
human readable message with details about the request state
Declaration
public readonly string Message
Field Value
| Type | Description |
|---|---|
| System.String |
Reason
brief reason for the request state
Declaration
public readonly string Reason
Field Value
| Type | Description |
|---|---|
| System.String |
Type
request approval state, currently Approved or Denied.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |