public interface OsConstraintOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMinimumVersion()
The minimum allowed OS version.
|
ByteString |
getMinimumVersionBytes()
The minimum allowed OS version.
|
OsType |
getOsType()
Required.
|
int |
getOsTypeValue()
Required.
|
boolean |
getRequireVerifiedChromeOs()
Only allows requests from devices with a verified Chrome OS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getOsTypeValue()
Required. The allowed OS type.
.google.identity.accesscontextmanager.type.OsType os_type = 1;OsType getOsType()
Required. The allowed OS type.
.google.identity.accesscontextmanager.type.OsType os_type = 1;String getMinimumVersion()
The minimum allowed OS version. If not set, any version of this OS satisfies the constraint. Format: `"major.minor.patch"`. Examples: `"10.5.301"`, `"9.2.1"`.
string minimum_version = 2;ByteString getMinimumVersionBytes()
The minimum allowed OS version. If not set, any version of this OS satisfies the constraint. Format: `"major.minor.patch"`. Examples: `"10.5.301"`, `"9.2.1"`.
string minimum_version = 2;boolean getRequireVerifiedChromeOs()
Only allows requests from devices with a verified Chrome OS. Verifications includes requirements that the device is enterprise-managed, conformant to domain policies, and the caller has permission to call the API targeted by the request.
bool require_verified_chrome_os = 3;Copyright © 2021 Google LLC. All rights reserved.