Share via


WindowsSecurityContextOptionsV1.GmsaCredentialSpecName Property

Definition

Gets or sets the name of the GMSA (Group Managed Service Account) credential specification to be used for configuring Windows security context for a container.

[YamlDotNet.Serialization.YamlMember(Alias="gmsaCredentialSpecName")]
public string GmsaCredentialSpecName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="gmsaCredentialSpecName")>]
member this.GmsaCredentialSpecName : string with get, set
Public Property GmsaCredentialSpecName As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property identifies the GMSA credential spec configuration by name, which is often used to configure the access permissions and identity under which a Windows container operates. The GMSA Credential Spec Name should correspond to a previously configured GMSA resource in the system.

Applies to