Share via


Secret.External Property

Definition

Indicates whether the secret is managed externally. If set to true, the secret must already exist, as it will not be created or modified.

[YamlDotNet.Serialization.YamlMember(Alias="external")]
public bool? External { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="external")>]
member this.External : Nullable<bool> with get, set
Public Property External As Nullable(Of Boolean)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to