API documentation for asset_v1p1beta1.types
module.
Classes
AuditConfig
API documentation for asset_v1p1beta1.types.AuditConfig
class.
AuditConfigDelta
API documentation for asset_v1p1beta1.types.AuditConfigDelta
class.
AuditLogConfig
API documentation for asset_v1p1beta1.types.AuditLogConfig
class.
Binding
API documentation for asset_v1p1beta1.types.Binding
class.
BindingDelta
API documentation for asset_v1p1beta1.types.BindingDelta
class.
Expr
API documentation for asset_v1p1beta1.types.Expr
class.
IamPolicySearchResult
The result for a IAM Policy search.
The project that the associated GCP resource belongs to, in
the form of projects/{project_number}
. If an IAM policy is
set on a resource (like VM instance, Cloud Storage bucket),
the project field will indicate the project that contains the
resource. If an IAM policy is set on a folder or orgnization,
the project field will be empty.
Explanation about the IAM policy search result. It contains additional information to explain why the search result matches the query.
Permissions
IAM permissions
Policy
API documentation for asset_v1p1beta1.types.Policy
class.
PolicyDelta
API documentation for asset_v1p1beta1.types.PolicyDelta
class.
SearchAllIamPoliciesRequest
Search all IAM policies request.
Optional. The query statement. Examples: * “policy:myuser@mydomain.com” * “policy:(myuser@mydomain.com viewer)”
Optional. If present, retrieve the next batch of results from
the preceding call to this method. page_token
must be the
value of next_page_token
from the previous response. The
values of all other method parameters must be identical to
those in the previous call.
SearchAllIamPoliciesResponse
Search all IAM policies response.
Set if there are more results than those appearing in this
response; to get the next set of results, call this method
again, using this value as the page_token
.
SearchAllResourcesRequest
Search all resources request.
Optional. The query statement.
Optional. The page size for search result pagination. Page
size is capped at 500 even if a larger value is given. If set
to zero, server will pick an appropriate default. Returned
results may be fewer than requested. When this happens, there
could be more results as long as next_page_token
is
returned.
Optional. A comma separated list of fields specifying the sorting order of the results. The default order is ascending. Add " desc" after the field name to indicate descending order. Redundant space characters are ignored. For example, " foo , bar desc ".
SearchAllResourcesResponse
Search all resources response.
If there are more results than those appearing in this
response, then next_page_token
is included. To get the
next set of results, call this method again using the value of
next_page_token
as page_token
.
StandardResourceMetadata
The standard metadata of a cloud resource.
The type of this resource. For example: “compute.googleapis.com/Disk”.
The display name of this resource.
Additional searchable attributes of this resource. Informational only. The exact set of attributes is subject to change. For example: project id, DNS name etc.
Labels associated with this resource. See Labelling and
grouping GCP resources
<https://cloud.google.com/blog/products/gcp/labelling-and-
grouping-your-google-cloud-platform-resources>
__ for more
information.