Represents a DevicePolicy.
Package
@google-cloud/asset!Constructors
(constructor)(properties)
constructor(properties?: google.identity.accesscontextmanager.v1.IDevicePolicy);
Constructs a new DevicePolicy.
Name | Description |
properties |
IDevicePolicy
Properties to set |
Properties
allowedDeviceManagementLevels
public allowedDeviceManagementLevels: google.identity.accesscontextmanager.type.DeviceManagementLevel[];
DevicePolicy allowedDeviceManagementLevels.
Type | Description |
google.identity.accesscontextmanager.type.DeviceManagementLevel[] |
allowedEncryptionStatuses
public allowedEncryptionStatuses: google.identity.accesscontextmanager.type.DeviceEncryptionStatus[];
DevicePolicy allowedEncryptionStatuses.
Type | Description |
google.identity.accesscontextmanager.type.DeviceEncryptionStatus[] |
osConstraints
public osConstraints: google.identity.accesscontextmanager.v1.IOsConstraint[];
DevicePolicy osConstraints.
Type | Description |
google.identity.accesscontextmanager.v1.IOsConstraint[] |
requireAdminApproval
public requireAdminApproval: boolean;
DevicePolicy requireAdminApproval.
Type | Description |
boolean |
requireCorpOwned
public requireCorpOwned: boolean;
DevicePolicy requireCorpOwned.
Type | Description |
boolean |
requireScreenlock
public requireScreenlock: boolean;
DevicePolicy requireScreenlock.
Type | Description |
boolean |
Methods
create(properties)
public static create(properties?: google.identity.accesscontextmanager.v1.IDevicePolicy): google.identity.accesscontextmanager.v1.DevicePolicy;
Creates a new DevicePolicy instance using the specified properties.
Name | Description |
properties |
IDevicePolicy
Properties to set |
Type | Description |
google.identity.accesscontextmanager.v1.DevicePolicy | DevicePolicy instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.identity.accesscontextmanager.v1.DevicePolicy;
Decodes a DevicePolicy message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.identity.accesscontextmanager.v1.DevicePolicy | DevicePolicy |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.identity.accesscontextmanager.v1.DevicePolicy;
Decodes a DevicePolicy message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.identity.accesscontextmanager.v1.DevicePolicy | DevicePolicy |
encode(message, writer)
public static encode(message: google.identity.accesscontextmanager.v1.IDevicePolicy, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified DevicePolicy message. Does not implicitly messages.
Name | Description |
message |
IDevicePolicy
DevicePolicy message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.identity.accesscontextmanager.v1.IDevicePolicy, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified DevicePolicy message, length delimited. Does not implicitly messages.
Name | Description |
message |
IDevicePolicy
DevicePolicy message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.identity.accesscontextmanager.v1.DevicePolicy;
Creates a DevicePolicy message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.identity.accesscontextmanager.v1.DevicePolicy | DevicePolicy |
toJSON()
public toJSON(): { [k: string]: any };
Converts this DevicePolicy to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.identity.accesscontextmanager.v1.DevicePolicy, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a DevicePolicy message. Also converts values to other types if specified.
Name | Description |
message |
google.identity.accesscontextmanager.v1.DevicePolicy
DevicePolicy |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a DevicePolicy message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|