ServiceAccountImagePullProfile.DefaultManagedIdentityId 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.
Optional. The default managed identity resource ID used for image pulls at the cluster level. When configured, this identity is used if a Pod’s service account does not explicitly specify an identity for pulling images. If not configured and no identity is specified at service account level, image will be pulled via anonymous authentication.
public string DefaultManagedIdentityId { get; set; }
member this.DefaultManagedIdentityId : string with get, set
Public Property DefaultManagedIdentityId As String