Lines Matching full:contact
88 <p class="firstline">Adds a new contact for a resource.</p>
91 <p class="firstline">Deletes a contact.</p>
94 <p class="firstline">Gets a single contact.</p>
103 <p class="firstline">Updates a contact. Note: A contact's email address cannot be changed.</p>
106 <p class="firstline">Allows a contact admin to send a test message to contact to verify that it has…
142 { # A contact that will receive notifications from Google Cloud.
145 …"name": "A String", # The identifier for the contact. Format: {resource_type}/…
146 …ategorySubscriptions": [ # The categories of notifications that the contact will receive comm…
149 …me the validation_state was updated, either manually or automatically. A contact is considered sta…
150 …"validationState": "A String", # The validity of the contact. A contact is con…
173 <pre>Adds a new contact for a resource.
176 …parent: string, Required. The resource to save this contact for. Format: organizations/{organizati…
180 { # A contact that will receive notifications from Google Cloud.
183 …"name": "A String", # The identifier for the contact. Format: {resource_type}/…
184 …ategorySubscriptions": [ # The categories of notifications that the contact will receive comm…
187 …me the validation_state was updated, either manually or automatically. A contact is considered sta…
188 …"validationState": "A String", # The validity of the contact. A contact is con…
199 { # A contact that will receive notifications from Google Cloud.
202 …"name": "A String", # The identifier for the contact. Format: {resource_type}/…
203 …ategorySubscriptions": [ # The categories of notifications that the contact will receive comm…
206 …me the validation_state was updated, either manually or automatically. A contact is considered sta…
207 …"validationState": "A String", # The validity of the contact. A contact is con…
213 <pre>Deletes a contact.
216 …name: string, Required. The name of the contact to delete. Format: organizations/{organization_id}…
231 <pre>Gets a single contact.
234 …name: string, Required. The name of the contact to retrieve. Format: organizations/{organization_i…
243 { # A contact that will receive notifications from Google Cloud.
246 …"name": "A String", # The identifier for the contact. Format: {resource_type}/…
247 …ategorySubscriptions": [ # The categories of notifications that the contact will receive comm…
250 …me the validation_state was updated, either manually or automatically. A contact is considered sta…
251 …"validationState": "A String", # The validity of the contact. A contact is con…
273 { # A contact that will receive notifications from Google Cloud.
276 …"name": "A String", # The identifier for the contact. Format: {resource_type}/…
277 …ategorySubscriptions": [ # The categories of notifications that the contact will receive comm…
280 …me the validation_state was updated, either manually or automatically. A contact is considered sta…
281 …"validationState": "A String", # The validity of the contact. A contact is con…
304 <pre>Updates a contact. Note: A contact's email address cannot be changed.
307 …name: string, The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{cont…
311 { # A contact that will receive notifications from Google Cloud.
314 …"name": "A String", # The identifier for the contact. Format: {resource_type}/…
315 …ategorySubscriptions": [ # The categories of notifications that the contact will receive comm…
318 …me the validation_state was updated, either manually or automatically. A contact is considered sta…
319 …"validationState": "A String", # The validity of the contact. A contact is con…
331 { # A contact that will receive notifications from Google Cloud.
334 …"name": "A String", # The identifier for the contact. Format: {resource_type}/…
335 …ategorySubscriptions": [ # The categories of notifications that the contact will receive comm…
338 …me the validation_state was updated, either manually or automatically. A contact is considered sta…
339 …"validationState": "A String", # The validity of the contact. A contact is con…
345 …<pre>Allows a contact admin to send a test message to contact to verify that it has been configure…