google_api_cloud_asset v0.9.0 GoogleApi.CloudAsset.V1.Model.Resource View Source
A representation of a Google Cloud resource.
Attributes
data
(type:map()
, default:nil
) - The content of the resource, in which some sensitive fields are removed and may not be present.discoveryDocumentUri
(type:String.t
, default:nil
) - The URL of the discovery document containing the resource's JSON schema. For example: "https://www.googleapis.com/discovery/v1/apis/compute/v1/rest"This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable.
discoveryName
(type:String.t
, default:nil
) - The JSON schema name listed in the discovery document. For example: "Project"This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable.
parent
(type:String.t
, default:nil
) - The full name of the immediate parent of this resource. See Resource Names for more information.For Google Cloud assets, this value is the parent resource defined in the Cloud IAM policy hierarchy. For example: "//cloudresourcemanager.googleapis.com/projects/my_project_123"
For third-party assets, this field may be set differently.
resourceUrl
(type:String.t
, default:nil
) - The REST URL for accessing the resource. An HTTPGET
request using this URL returns the resource itself. For example: "https://cloudresourcemanager.googleapis.com/v1/projects/my-project-123"This value is unspecified for resources without a REST API.
version
(type:String.t
, default:nil
) - The API version. For example: "v1"
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.