Skip to content
DocsTry Aspire
DocsTry

SecretProjectionV1 Properties

ClassProperties3 members
Represents a Secret source within a projected volume.
Gets the key-to-path mappings to project from the Secret.
public List<KeyToPathV1> Items { get; }
Gets or sets the name of the Secret to project.
public string Name { get; set; }
OptionalSection titled Optionalnullablebool?
Gets or sets whether the Secret or selected keys are optional.
public bool? Optional { get; set; }