The per-product per-project service identity for a service.
Use this field to configure per-product per-project service identity. Example of a service identity configuration.
usage:
serviceIdentity:
- serviceAccountParent: "projects/123456789"
displayName: "Cloud XXX Service Agent"
description: "Used as the identity of Cloud XXX to access resources"
JSON representation | |
---|---|
{ "serviceAccountParent": string, "displayName": string, "description": string } |
Fields | |
---|---|
serviceAccountParent |
A service account project that hosts the service accounts. An example name would be: |
displayName |
Optional. A user-specified name for the service account. Must be less than or equal to 100 UTF-8 bytes. |
description |
Optional. A user-specified opaque description of the service account. Must be less than or equal to 256 UTF-8 bytes. |