mirror of
https://github.com/apple/device-management.git
synced 2026-08-16 08:30:21 +02:00
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
title: Account:Google
|
|
description: Use this configuration to define settings for access to Google services.
|
|
payload:
|
|
declarationtype: com.apple.configuration.account.google
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- user
|
|
macOS:
|
|
introduced: '13.0'
|
|
allowed-enrollments:
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- user
|
|
tvOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
content: A Google configuration defines a Google account for a user. The user will
|
|
be prompted to enter their credentials shortly after the configuration successfully
|
|
installs.
|
|
payloadkeys:
|
|
- key: VisibleName
|
|
title: Account Name
|
|
type: <string>
|
|
presence: optional
|
|
content: The name that apps show to the user for this Google account. If not present,
|
|
the system generates a suitable default.
|
|
- key: UserIdentityAssetReference
|
|
title: User Identity Asset Reference
|
|
type: <string>
|
|
assettypes:
|
|
- com.apple.asset.useridentity
|
|
presence: required
|
|
content: The identifier of an asset declaration that contains the user identity
|
|
for this Google account. Set the corresponding asset type to 'UserIdentity' and
|
|
ensure that it contains an 'EmailAddress' key that specifies the full Google email
|
|
address for the account.
|