Show / Hide Table of Contents

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 Source

LastUpdateTime

timestamp for the last update to this condition

Declaration
public readonly string LastUpdateTime
Field Value
Type Description
System.String
View Source

Message

human readable message with details about the request state

Declaration
public readonly string Message
Field Value
Type Description
System.String
View Source

Reason

brief reason for the request state

Declaration
public readonly string Reason
Field Value
Type Description
System.String
View Source

Type

request approval state, currently Approved or Denied.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.