GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1AndroidAttributes (google_api_cloud_identity v0.26.0) View Source

Resource representing the Android specific attributes of a Device.

Attributes

  • enabledUnknownSources (type: boolean(), default: nil) - Whether applications from unknown sources can be installed on device.
  • ownerProfileAccount (type: boolean(), default: nil) - 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 (type: String.t, default: nil) - Ownership privileges on device.
  • supportsWorkProfile (type: boolean(), default: nil) - 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.CloudIdentity.V1.Model.GoogleAppsCloudidentityDevicesV1AndroidAttributes{
    enabledUnknownSources: boolean() | nil,
    ownerProfileAccount: boolean() | nil,
    ownershipPrivilege: String.t() | nil,
    supportsWorkProfile: boolean() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.