WindowsSecurityContextOptionsV1.GmsaCredentialSpec Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the contents of the GMSA (Group Managed Service Account) credential specification. This property provides the serialized credential spec details used for configuring and authorizing Windows containers to use a GMSA in Kubernetes environments.
[YamlDotNet.Serialization.YamlMember(Alias="gmsaCredentialSpec")]
public string GmsaCredentialSpec { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="gmsaCredentialSpec")>]
member this.GmsaCredentialSpec : string with get, set
Public Property GmsaCredentialSpec As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute