Class Resource (1.11.0)

Resource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information related to the Google Cloud resource.

Attributes

NameDescription
name str
The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name
display_name str
The human readable name of the resource.
type_ str
The full resource type of the resource.
project str
The full resource name of project that the resource belongs to.
project_display_name str
The project ID that the resource belongs to.
parent str
The full resource name of resource's parent.
parent_display_name str
The human readable name of resource's parent.
folders Sequence[google.cloud.securitycenter_v1.types.Folder]
Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization.

Inheritance

builtins.object > proto.message.Message > Resource