Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAppsCloudidentityDevicesV1AndroidAttributes

import type { GoogleAppsCloudidentityDevicesV1AndroidAttributes } from "https://googleapis.deno.dev/v1/cloudidentity:v1.ts";

Resource representing the Android specific attributes of a Device.

interface GoogleAppsCloudidentityDevicesV1AndroidAttributes {
ctsProfileMatch?: boolean;
enabledUnknownSources?: boolean;
hasPotentiallyHarmfulApps?: boolean;
ownerProfileAccount?: boolean;
ownershipPrivilege?:
| "OWNERSHIP_PRIVILEGE_UNSPECIFIED"
| "DEVICE_ADMINISTRATOR"
| "PROFILE_OWNER"
| "DEVICE_OWNER";
supportsWorkProfile?: boolean;
verifiedBoot?: boolean;
verifyAppsEnabled?: boolean;
}

§Properties

§
ctsProfileMatch?: boolean
[src]

Whether the device passes Android CTS compliance.

§
enabledUnknownSources?: boolean
[src]

Whether applications from unknown sources can be installed on device.

§
hasPotentiallyHarmfulApps?: boolean
[src]

Whether any potentially harmful apps were detected on the device.

§
ownerProfileAccount?: boolean
[src]

Whether this account is on an owner/primary profile. For phones, only true for owner profiles. Android 4+ devices can have secondary or restricted user profiles.

§
ownershipPrivilege?: "OWNERSHIP_PRIVILEGE_UNSPECIFIED" | "DEVICE_ADMINISTRATOR" | "PROFILE_OWNER" | "DEVICE_OWNER"
[src]

Ownership privileges on device.

§
supportsWorkProfile?: boolean
[src]

Whether device supports Android work profiles. If false, this service will not block access to corp data even if an administrator turns on the "Enforce Work Profile" policy.

§
verifiedBoot?: boolean
[src]

Whether Android verified boot status is GREEN.

§
verifyAppsEnabled?: boolean
[src]

Whether Google Play Protect Verify Apps is enabled.