Interface protos.google.identity.accesscontextmanager.v1.IOsConstraint (3.21.0)

Properties of an OsConstraint.

Package

@google-cloud/asset

Properties

minimumVersion

minimumVersion?: (string|null);

OsConstraint minimumVersion

Property Value
TypeDescription
(string|null)

osType

osType?: (google.identity.accesscontextmanager.type.OsType|keyof typeof google.identity.accesscontextmanager.type.OsType|null);

OsConstraint osType

Property Value
TypeDescription
(google.identity.accesscontextmanager.type.OsType|keyof typeof google.identity.accesscontextmanager.type.OsType|null)

requireVerifiedChromeOs

requireVerifiedChromeOs?: (boolean|null);

OsConstraint requireVerifiedChromeOs

Property Value
TypeDescription
(boolean|null)