Class AccessContextManagerAccessLevelBasicConditionsDevicePolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_access_level.AccessContextManagerAccessLevelBasicConditionsDevicePolicy.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerAccessLevelBasicConditionsDevicePolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerAccessLevelBasicConditionsDevicePolicy
@Stability(Stable) @Internal public static final class AccessContextManagerAccessLevelBasicConditionsDevicePolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerAccessLevelBasicConditionsDevicePolicy
An implementation forAccessContextManagerAccessLevelBasicConditionsDevicePolicy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.access_context_manager_access_level.AccessContextManagerAccessLevelBasicConditionsDevicePolicy
AccessContextManagerAccessLevelBasicConditionsDevicePolicy.Builder, AccessContextManagerAccessLevelBasicConditionsDevicePolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerAccessLevelBasicConditionsDevicePolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerAccessLevelBasicConditionsDevicePolicy.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getAllowedDeviceManagementLevels()A list of allowed device management levels.List<String>getAllowedEncryptionStatuses()A list of allowed encryptions statuses.ObjectgetOsConstraints()os_constraints block.ObjectgetRequireAdminApproval()Whether the device needs to be approved by the customer admin.ObjectgetRequireCorpOwned()Whether the device needs to be corp owned.ObjectgetRequireScreenLock()Whether or not screenlock is required for the DevicePolicy to be true.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(AccessContextManagerAccessLevelBasicConditionsDevicePolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerAccessLevelBasicConditionsDevicePolicy.Builder.
-
-
Method Detail
-
getAllowedDeviceManagementLevels
public final List<String> getAllowedDeviceManagementLevels()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyA list of allowed device management levels. An empty list allows all management levels. Possible values: ["MANAGEMENT_UNSPECIFIED", "NONE", "BASIC", "COMPLETE"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#allowed_device_management_levels AccessContextManagerAccessLevel#allowed_device_management_levels}
- Specified by:
getAllowedDeviceManagementLevelsin interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicy
-
getAllowedEncryptionStatuses
public final List<String> getAllowedEncryptionStatuses()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyA list of allowed encryptions statuses. An empty list allows all statuses. Possible values: ["ENCRYPTION_UNSPECIFIED", "ENCRYPTION_UNSUPPORTED", "UNENCRYPTED", "ENCRYPTED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#allowed_encryption_statuses AccessContextManagerAccessLevel#allowed_encryption_statuses}
- Specified by:
getAllowedEncryptionStatusesin interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicy
-
getOsConstraints
public final Object getOsConstraints()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyos_constraints block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#os_constraints AccessContextManagerAccessLevel#os_constraints}
- Specified by:
getOsConstraintsin interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicy
-
getRequireAdminApproval
public final Object getRequireAdminApproval()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyWhether the device needs to be approved by the customer admin.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#require_admin_approval AccessContextManagerAccessLevel#require_admin_approval}
- Specified by:
getRequireAdminApprovalin interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicy
-
getRequireCorpOwned
public final Object getRequireCorpOwned()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyWhether the device needs to be corp owned.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#require_corp_owned AccessContextManagerAccessLevel#require_corp_owned}
- Specified by:
getRequireCorpOwnedin interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicy
-
getRequireScreenLock
public final Object getRequireScreenLock()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyWhether or not screenlock is required for the DevicePolicy to be true. Defaults to false.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#require_screen_lock AccessContextManagerAccessLevel#require_screen_lock}
- Specified by:
getRequireScreenLockin interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-