---
title: AccountGoogle
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/accountgoogle
---

# AccountGoogle

The declaration to configure a Google account.

## Declaration

```data
object AccountGoogle
```

## Properties

UserIdentityAssetReference: 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. VisibleName: The name that apps show to the user for this Google account. If not present, the system generates a suitable default.

## Discussion

Discussion Specify com.apple.configuration.account.google as the declaration type. Configuration availability  |   |   |   |   |   |   |   |  Configuration example This configuration sets up a Google account. {     "Type": "com.apple.configuration.account.google",     "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",     "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",     "Payload": {         "VisibleName": "Work Google",         "UserIdentityAssetReference": "CB3E6C7F-2318-437B-8A9E-D50C69376DE4"     } }

## See Also

### Configurations

- [AccountCalDAV](devicemanagement/accountcaldav.md)
- [AccountCardDAV](devicemanagement/accountcarddav.md)
- [AccountExchange](devicemanagement/accountexchange.md)
- [AccountLDAP](devicemanagement/accountldap.md)
- [AccountMail](devicemanagement/accountmail.md)
- [AccountSubscribedCalendar](devicemanagement/accountsubscribedcalendar.md)
- [AppManaged](devicemanagement/appmanaged.md)
- [AppSettings](devicemanagement/appsettings.md)
- [AudioAccessorySettings](devicemanagement/audioaccessorysettings.md)
- [ContentCaching](devicemanagement/contentcaching.md)
- [DiskManagementSettings](devicemanagement/diskmanagementsettings.md)
- [ExtensibleSSO](devicemanagement/extensiblesso.md)
- [ExternalIntelligenceSettings](devicemanagement/externalintelligencesettings.md)
- [IntelligenceSettings](devicemanagement/intelligencesettings.md)
- [KeyboardSettings](devicemanagement/keyboardsettings.md)
