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 | |
|---|---|
|
Required |
Required. The email address to send notifications to. The email address does not need to be a Google Account. |
|
Optional |
FolderRef represents the Folder that this resource belongs to. |
|
Optional |
The 'name' field of a folder, when not managed by Config Connector. This field must be set when 'name' field is not set. |
|
Optional |
The 'name' field of a 'Folder' resource. This field must be set when 'external' field is not set. |
|
Optional |
The 'namespace' field of a 'Folder' resource. If unset, the namespace is defaulted to the namespace of the referenced resource. |
|
Required |
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. |
|
Required |
Required. The categories of notifications that the contact will receive communications for. |
|
Required |
|
|
Optional |
OrganizationRef represents the Organization that this resource belongs to. |
|
Required* |
The 'name' field of an organization, when not managed by Config Connector. |
|
Optional |
The Project that this resource belongs to. |
|
Optional |
The `projectID` field of a project, when not managed by Config Connector. |
|
Optional |
The kind of the Project resource; optional but must be `Project` if provided. |
|
Optional |
The `name` field of a `Project` resource. |
|
Optional |
The `namespace` field of a `Project` resource. |
|
Optional |
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 |
Conditions represent the latest available observations of the object's current state. |
conditions[] |
|
conditions[].lastTransitionTime |
Last time the condition transitioned from one status to another. |
conditions[].message |
Human-readable message indicating details about last transition. |
conditions[].reason |
Unique, one-word, CamelCase reason for the condition's last transition. |
conditions[].status |
Status is the status of the condition. Can be True, False, Unknown. |
conditions[].type |
Type is the type of the condition. |
externalRef |
A unique specifier for the EssentialContactsContact resource in Google Cloud. |
observedGeneration |
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 |
ObservedState is the state of the resource as most recently observed in Google Cloud. |
observedState.validateTime |
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 |
Output only. The validity of the contact. A contact is considered valid if it is the correct recipient for notifications for a particular resource. |