Show / Hide Table of Contents

Class CertificateSigningRequestConditionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CertificateSigningRequestConditionArgs
Inherited Members
ResourceArgs.Empty
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 Source

LastUpdateTime

timestamp for the last update to this condition

Declaration
public Input<string> LastUpdateTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Message

human readable message with details about the request state

Declaration
public Input<string> Message { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Reason

brief reason for the request state

Declaration
public Input<string> Reason { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

request approval state, currently Approved or Denied.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.