Class CertificateSigningRequestConditionArgs
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.Inputs.Certificates.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class CertificateSigningRequestConditionArgs : ResourceArgs
Properties
View SourceLastUpdateTime
timestamp for the last update to this condition
Declaration
public Input<string> LastUpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Message
human readable message with details about the request state
Declaration
public Input<string> Message { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Reason
brief reason for the request state
Declaration
public Input<string> Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
request approval state, currently Approved or Denied.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |