Class GoogleIdentityAccesscontextmanagerV1OsConstraint
A restriction on the OS type and version of devices making requests.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1p7beta1.Data
Assembly: Google.Apis.CloudAsset.v1p7beta1.dll
Syntax
public class GoogleIdentityAccesscontextmanagerV1OsConstraint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinimumVersion
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"
.
Declaration
[JsonProperty("minimumVersion")]
public virtual string MinimumVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
OsType
Required. The allowed OS type.
Declaration
[JsonProperty("osType")]
public virtual string OsType { get; set; }
Property Value
Type | Description |
---|---|
string |
RequireVerifiedChromeOs
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.
Declaration
[JsonProperty("requireVerifiedChromeOs")]
public virtual bool? RequireVerifiedChromeOs { get; set; }
Property Value
Type | Description |
---|---|
bool? |