ServiceIdentity

Stay organized with collections Save and categorize content based on your preferences.

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

string

A service account project that hosts the service accounts.

An example name would be: projects/123456789

displayName

string

Optional. A user-specified name for the service account. Must be less than or equal to 100 UTF-8 bytes.

description

string

Optional. A user-specified opaque description of the service account. Must be less than or equal to 256 UTF-8 bytes.