ManagedClusterSecurityProfileDefenderSecurityGating.IsSecretAccessAllowed 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.
In use only while registry access granted by secret rather than managed identity. Set whether to grant the Defender gating agent access to the cluster's secrets for pulling images from registries. If secret access is denied and the registry requires pull secrets, the add-on will not perform any image validation. Default value is false.
public bool? IsSecretAccessAllowed { get; set; }
member this.IsSecretAccessAllowed : Nullable<bool> with get, set
Public Property IsSecretAccessAllowed As Nullable(Of Boolean)