Show / Hide Table of Contents

Class ServiceTemplateSpecContainerEnvFromSecretRef

Inheritance
System.Object
ServiceTemplateSpecContainerEnvFromSecretRef
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.Gcp.CloudRun.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceTemplateSpecContainerEnvFromSecretRef

Fields

View Source

LocalObjectReference

The Secret to select from. Structure is documented below.

Declaration
public readonly ServiceTemplateSpecContainerEnvFromSecretRefLocalObjectReference LocalObjectReference
Field Value
Type Description
ServiceTemplateSpecContainerEnvFromSecretRefLocalObjectReference
View Source

Optional

Specify whether the Secret must be defined

Declaration
public readonly bool? Optional
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.