Resource: ValidationResource
Represents a specific Google Cloud resource that a Validation dry run identified as potentially being affected.
| JSON representation |
|---|
{ "name": string, "displayName": string, "affectedResourceUri": string, "cloudConsoleUrl": string, "state": enum ( |
| Fields | |
|---|---|
name |
Identifier. Unique identifier for this specific record within the |
displayName |
Optional. A human-readable name for the |
affectedResourceUri |
Required. The full unique address (URI) of the Google Cloud resource that was identified. |
cloudConsoleUrl |
Output only. A direct link to view this specific resource in the Google Cloud Console. |
state |
The current state of this resource within the dry run. Typically |
stateMessage |
A human-readable description of the validation status for this resource. |
error |
Output only. Details of any error encountered while checking the resource during the dry run. Empty if the check was successful. |
Methods |
|
|---|---|
|
Gets the details of a specific ValidationResource. |
|
Lists all cloud resources identified as potentially affected within a specific Validation dry run. |