GoogleApi.ServiceConsumerManagement.V1.Model.ServiceIdentity (google_api_service_consumer_management v0.24.4) View Source

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: service_identity: - service_account_parent: "projects/123456789" display_name: "Cloud XXX Service Agent" description: "Used as the identity of Cloud XXX to access resources"

Attributes

  • description (type: String.t, default: nil) - Optional. A user-specified opaque description of the service account. Must be less than or equal to 256 UTF-8 bytes.
  • displayName (type: String.t, default: nil) - Optional. A user-specified name for the service account. Must be less than or equal to 100 UTF-8 bytes.
  • serviceAccountParent (type: String.t, default: nil) - A service account project that hosts the service accounts. An example name would be: projects/123456789

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ServiceConsumerManagement.V1.Model.ServiceIdentity{
  description: String.t(),
  displayName: String.t(),
  serviceAccountParent: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.