Skip to main content

Schema

Required

  • parent_id (String) Identifier of the parent resource to which the resource belongs.

Optional

  • account (Attributes) (see below for nested schema)
  • data (String)
  • description (String)
  • expires_at (String) A string representing a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ or YYYY-MM-DDTHH:MM:SS.SSS±HH:MM
  • labels (Map of String) : Labels associated with the resource.
  • metadata (Attributes) :

    Inner value description

    Common resource metadata. (see below for nested schema)
  • name (String) Human readable name for the resource.

Read-Only

  • created_at (String) : Timestamp indicating when the resource was created. A string representing a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ or YYYY-MM-DDTHH:MM:SS.SSS±HH:MM
  • id (String) Identifier for the resource, unique for its resource type.
  • resource_version (Number) : Version of the resource for safe concurrent modifications and consistent reads. Positive and monotonically increases on each resource spec change (but not on each change of the resource’s container(s) or status). Service allows zero value or current.
  • status (Attributes) (see below for nested schema)
  • updated_at (String) : Timestamp indicating when the resource was last updated. A string representing a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ or YYYY-MM-DDTHH:MM:SS.SSS±HH:MM

Nested Schema for account

Optional:
  • anonymous_account (Attributes) Cannot be set alongside user_account or service_account. (see below for nested schema)
  • service_account (Attributes) Cannot be set alongside user_account or anonymous_account. (see below for nested schema)
  • user_account (Attributes) Cannot be set alongside service_account or anonymous_account. (see below for nested schema)

Nested Schema for account.anonymous_account

Nested Schema for account.service_account

Optional:
  • id (String)

Nested Schema for account.user_account

Optional:
  • id (String)

Nested Schema for metadata

Nested Schema for status

Read-Only:
  • algorithm (String)
  • fingerprint (String)
  • key_size (Number)
  • state (String) :

    Supported values

    Possible values:
    • STATE_UNSPECIFIED
    • ACTIVE
    • INACTIVE
    • EXPIRED
    • DELETING
    • DELETED