mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 13:26:33 +02:00
66 lines
1.7 KiB
YAML
66 lines
1.7 KiB
YAML
title: Account:Google
|
|
description: The declaration to configure a Google account.
|
|
payload:
|
|
declarationtype: com.apple.configuration.account.google
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '15.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- user
|
|
macOS:
|
|
introduced: '13.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- user
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: '1.1'
|
|
allowed-enrollments:
|
|
- supervised
|
|
- device
|
|
- user
|
|
- local
|
|
allowed-scopes:
|
|
- system
|
|
watchOS:
|
|
introduced: n/a
|
|
apply: multiple
|
|
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.
|
|
related-status-items:
|
|
- status-items:
|
|
- account.list.google
|
|
note: Each configuration will have a corresponding status item.
|
|
examples:
|
|
- title: Configuration example
|
|
files:
|
|
- description: This configuration sets up a Google account.
|
|
file: examples/declarative/declarations/configurations/account.google/example1.json
|