Interface AccessContextManagerAccessLevelConditionDevicePolicyOsConstraints
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AccessContextManagerAccessLevelConditionDevicePolicyOsConstraints.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.059Z") @Stability(Stable) public interface AccessContextManagerAccessLevelConditionDevicePolicyOsConstraints extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAccessContextManagerAccessLevelConditionDevicePolicyOsConstraints.Builderstatic classAccessContextManagerAccessLevelConditionDevicePolicyOsConstraints.Jsii$ProxyAn implementation forAccessContextManagerAccessLevelConditionDevicePolicyOsConstraints
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static AccessContextManagerAccessLevelConditionDevicePolicyOsConstraints.Builderbuilder()default StringgetMinimumVersion()The minimum allowed OS version.StringgetOsType()The operating system type of the device.
-
-
-
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_condition#os_type AccessContextManagerAccessLevelCondition#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_condition#minimum_version AccessContextManagerAccessLevelCondition#minimum_version}
-
builder
@Stability(Stable) static AccessContextManagerAccessLevelConditionDevicePolicyOsConstraints.Builder builder()
-
-