EssentialContactsContact

Property Value
Google Cloud Service Name Essential Contacts
Google Cloud Service Documentation /resource-manager/docs/managing-notification-contacts
Google Cloud REST Resource Name projects.contacts
Google Cloud REST Resource Documentation /resource-manager/docs/reference/essentialcontacts/rest/v1/projects.contacts
Config Connector Resource Short Names gcpessentialcontactscontact
gcpessentialcontactscontacts
essentialcontactscontact
Config Connector Service Name essentialcontacts.googleapis.com
Config Connector Resource Fully Qualified Name essentialcontactscontacts.essentialcontacts.cnrm.cloud.google.com
Can Be Referenced by IAMPolicy/IAMPolicyMember No
Config Connector Default Average Reconcile Interval In Seconds 600

Custom Resource Definition Properties

Spec

Schema

email: string
folderRef:
  external: string
  name: string
  namespace: string
languageTag: string
notificationCategorySubscriptions:
- string
organizationRef:
  external: string
projectRef:
  external: string
  kind: string
  name: string
  namespace: string
resourceID: string
Fields

email

Required

string

Required. The email address to send notifications to. The email address does not need to be a Google Account.

folderRef

Optional

object

FolderRef represents the Folder that this resource belongs to.

folderRef.external

Optional

string

The 'name' field of a folder, when not managed by Config Connector. This field must be set when 'name' field is not set.

folderRef.name

Optional

string

The 'name' field of a 'Folder' resource. This field must be set when 'external' field is not set.

folderRef.namespace

Optional

string

The 'namespace' field of a 'Folder' resource. If unset, the namespace is defaulted to the namespace of the referenced resource.

languageTag

Required

string

Required. The preferred language for notifications, as a ISO 639-1 language code. See https://cloud.google.com/resource-manager/docs/managing-notification-contacts#supported-languages for a list of supported languages.

notificationCategorySubscriptions

Required

list (string)

Required. The categories of notifications that the contact will receive communications for.

notificationCategorySubscriptions[]

Required

string

organizationRef

Optional

object

OrganizationRef represents the Organization that this resource belongs to.

organizationRef.external

Required*

string

The 'name' field of an organization, when not managed by Config Connector.

projectRef

Optional

object

The Project that this resource belongs to.

projectRef.external

Optional

string

The `projectID` field of a project, when not managed by Config Connector.

projectRef.kind

Optional

string

The kind of the Project resource; optional but must be `Project` if provided.

projectRef.name

Optional

string

The `name` field of a `Project` resource.

projectRef.namespace

Optional

string

The `namespace` field of a `Project` resource.

resourceID

Optional

string

The EssentialContactsContact name. If not given, the metadata.name will be used.

* Field is required when parent field is specified

Status

Schema

conditions:
- lastTransitionTime: string
  message: string
  reason: string
  status: string
  type: string
externalRef: string
observedGeneration: integer
observedState:
  validateTime: string
  validationState: string
Fields
conditions

list (object)

Conditions represent the latest available observations of the object's current state.

conditions[]

object

conditions[].lastTransitionTime

string

Last time the condition transitioned from one status to another.

conditions[].message

string

Human-readable message indicating details about last transition.

conditions[].reason

string

Unique, one-word, CamelCase reason for the condition's last transition.

conditions[].status

string

Status is the status of the condition. Can be True, False, Unknown.

conditions[].type

string

Type is the type of the condition.

externalRef

string

A unique specifier for the EssentialContactsContact resource in Google Cloud.

observedGeneration

integer

ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.

observedState

object

ObservedState is the state of the resource as most recently observed in Google Cloud.

observedState.validateTime

string

The last time the validation_state was updated, either manually or automatically. A contact is considered stale if its validation state was updated more than 1 year ago.

observedState.validationState

string

Output only. The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource.