Show / Hide Table of Contents

Class OsConstraint

A restriction on the OS type and version of devices making requests.

Inheritance
object
OsConstraint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AccessContextManager.v1beta.Data
Assembly: Google.Apis.AccessContextManager.v1beta.dll
Syntax
public class OsConstraint : 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX