Interface AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.034Z") @Stability(Stable) public interface AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builderstatic classAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Jsii$ProxyAn implementation forAccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builderbuilder()default StringgetMinimumVersion()The minimum allowed OS version.StringgetOsType()The operating system type of the device.default ObjectgetRequireVerifiedChromeOs()If you specify DESKTOP_CHROME_OS for osType, you can optionally include requireVerifiedChromeOs to require Chrome Verified Access.
-
-
-
Method Detail
-
getOsType
@Stability(Stable) @NotNull String getOsType()
The 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}
-
getMinimumVersion
@Stability(Stable) @Nullable default String getMinimumVersion()
The 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}
-
getRequireVerifiedChromeOs
@Stability(Stable) @Nullable default Object getRequireVerifiedChromeOs()
If 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}
-
builder
@Stability(Stable) static AccessContextManagerAccessLevelBasicConditionsDevicePolicyOsConstraints.Builder builder()
-
-