Class ShapeSecureBootOptions
Configuration options for Secure Boot.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ShapeSecureBootOptions
  Properties
AllowedValues
Declaration
[JsonProperty(PropertyName = "allowedValues")]
public List<bool> AllowedValues { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<bool> | Boolean values that indicate whether Secure Boot can be enabled or disabled.  | 
      
IsDefaultEnabled
Declaration
[JsonProperty(PropertyName = "isDefaultEnabled")]
public bool? IsDefaultEnabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool? | Whether Secure Boot is enabled by default.  |