Class AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.access_context_manager_access_level.AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Jsii$Proxy
-
- All Implemented Interfaces:
AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
@Stability(Stable) @Internal public static final class AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
An implementation forAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
-
-
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.AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder, AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder builder)Constructor that initializes the object based on literal property values passed by theAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.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)StringgetMinimumVersion()The minimum allowed OS version.StringgetOsType()The operating system type of the device.ObjectgetRequireVerifiedChromeOs()If you specify DESKTOP_CHROME_OS for osType, you can optionally include requireVerifiedChromeOs to require Chrome Verified Access.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(AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder builder)
Constructor that initializes the object based on literal property values passed by theAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder.
-
-
Method Detail
-
getOsType
public final String getOsType()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraintsThe operating system type of the device. Possible values: ["OS_UNSPECIFIED", "DESKTOP_MAC", "DESKTOP_WINDOWS", "DESKTOP_LINUX", "DESKTOP_CHROME_OS", "ANDROID", "IOS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#os_type AccessContextManagerAccessLevel#os_type}
- Specified by:
getOsTypein interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
-
getMinimumVersion
public final String getMinimumVersion()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraintsThe minimum allowed OS version.If not set, any version of this OS satisfies the constraint. Format: "major.minor.patch" such as "10.5.301", "9.2.1". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#minimum_version AccessContextManagerAccessLevel#minimum_version}
- Specified by:
getMinimumVersionin interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
-
getRequireVerifiedChromeOs
public final Object getRequireVerifiedChromeOs()
Description copied from interface:AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraintsIf you specify DESKTOP_CHROME_OS for osType, you can optionally include requireVerifiedChromeOs to require Chrome Verified Access.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/access_context_manager_access_level#require_verified_chrome_os AccessContextManagerAccessLevel#require_verified_chrome_os}
- Specified by:
getRequireVerifiedChromeOsin interfaceAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-