Class AdmissionControllerOptions
The properties that define supported admission controllers.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class AdmissionControllerOptionsProperties
IsPodSecurityPolicyEnabled
Declaration
[JsonProperty(PropertyName = "isPodSecurityPolicyEnabled")]
public bool? IsPodSecurityPolicyEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Whether or not to enable the Pod Security Policy admission controller. |