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