Namespace Google.Apis.CloudAsset.v1
Classes
AssetsResource
The "assets" collection of methods.
AssetsResource.ListRequest
Lists assets with time and resource types and returns paged results in response.
CloudAssetBaseServiceRequest<TResponse>
A base abstract class for CloudAsset requests.
CloudAssetService
The CloudAsset Service.
CloudAssetService.Scope
Available OAuth 2.0 scopes for use with the Cloud Asset API.
CloudAssetService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Asset API.
EffectiveIamPoliciesResource
The "effectiveIamPolicies" collection of methods.
EffectiveIamPoliciesResource.BatchGetRequest
Gets effective IAM policies for a batch of resources.
FeedsResource
The "feeds" collection of methods.
FeedsResource.CreateRequest
Creates a feed in a parent project/folder/organization to listen to its asset updates.
FeedsResource.DeleteRequest
Deletes an asset feed.
FeedsResource.GetRequest
Gets details about an asset feed.
FeedsResource.ListRequest
Lists all asset feeds in a parent project/folder/organization.
FeedsResource.PatchRequest
Updates an asset feed configuration.
OperationsResource
The "operations" collection of methods.
OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
SavedQueriesResource
The "savedQueries" collection of methods.
SavedQueriesResource.CreateRequest
Creates a saved query in a parent project/folder/organization.
SavedQueriesResource.DeleteRequest
Deletes a saved query.
SavedQueriesResource.GetRequest
Gets details about a saved query.
SavedQueriesResource.ListRequest
Lists all saved queries in a parent project/folder/organization.
SavedQueriesResource.PatchRequest
Updates a saved query.
V1Resource
The "v1" collection of methods.
V1Resource.AnalyzeIamPolicyLongrunningRequest
Analyzes IAM policies asynchronously to answer which identities have what accesses on which resources, and writes the analysis results to a Google Cloud Storage or a BigQuery destination. For Cloud Storage destination, the output format is the JSON format that represents a AnalyzeIamPolicyResponse. This method implements the google.longrunning.Operation, which allows you to track the operation status. We recommend intervals of at least 2 seconds with exponential backoff retry to poll the operation result. The metadata contains the metadata for the long-running operation.
V1Resource.AnalyzeIamPolicyRequest
Analyzes IAM policies to answer which identities have what accesses on which resources.
V1Resource.AnalyzeMoveRequest
Analyze moving a resource to a specified destination without kicking off the actual move. The analysis is best effort depending on the user's permissions of viewing different hierarchical policies and configurations. The policies and configuration are subject to change before the actual resource migration takes place.
V1Resource.AnalyzeOrgPoliciesRequest
Analyzes organization policies under a scope.
V1Resource.AnalyzeOrgPolicyGovernedAssetsRequest
Analyzes organization policies governed assets (Google Cloud resources or policies) under a scope. This RPC supports custom constraints and the following canned constraints: * constraints/ainotebooks.accessMode * constraints/ainotebooks.disableFileDownloads * constraints/ainotebooks.disableRootAccess * constraints/ainotebooks.disableTerminal * constraints/ainotebooks.environmentOptions * constraints/ainotebooks.requireAutoUpgradeSchedule * constraints/ainotebooks.restrictVpcNetworks * constraints/compute.disableGuestAttributesAccess * constraints/compute.disableInstanceDataAccessApis * constraints/compute.disableNestedVirtualization * constraints/compute.disableSerialPortAccess * constraints/compute.disableSerialPortLogging * constraints/compute.disableVpcExternalIpv6 * constraints/compute.requireOsLogin * constraints/compute.requireShieldedVm * constraints/compute.restrictLoadBalancerCreationForTypes * constraints/compute.restrictProtocolForwardingCreationForTypes * constraints/compute.restrictXpnProjectLienRemoval * constraints/compute.setNewProjectDefaultToZonalDNSOnly * constraints/compute.skipDefaultNetworkCreation * constraints/compute.trustedImageProjects * constraints/compute.vmCanIpForward * constraints/compute.vmExternalIpAccess * constraints/gcp.detailedAuditLoggingMode * constraints/gcp.resourceLocations * constraints/iam.allowedPolicyMemberDomains * constraints/iam.automaticIamGrantsForDefaultServiceAccounts * constraints/iam.disableServiceAccountCreation * constraints/iam.disableServiceAccountKeyCreation * constraints/iam.disableServiceAccountKeyUpload * constraints/iam.restrictCrossProjectServiceAccountLienRemoval * constraints/iam.serviceAccountKeyExpiryHours
- constraints/resourcemanager.accessBoundaries * constraints/resourcemanager.allowedExportDestinations * constraints/sql.restrictAuthorizedNetworks * constraints/sql.restrictNoncompliantDiagnosticDataAccess * constraints/sql.restrictNoncompliantResourceCreation * constraints/sql.restrictPublicIp * constraints/storage.publicAccessPrevention * constraints/storage.restrictAuthTypes * constraints/storage.uniformBucketLevelAccess This RPC only returns either resources of types supported by search APIs or IAM policies.
V1Resource.AnalyzeOrgPolicyGovernedContainersRequest
Analyzes organization policies governed containers (projects, folders or organization) under a scope.
V1Resource.BatchGetAssetsHistoryRequest
Batch gets the update history of assets that overlap a time window. For IAM_POLICY content, this API outputs history when the asset and its attached IAM POLICY both exist. This can create gaps in the output history. Otherwise, this API outputs history with asset in both non-delete or deleted status. If a specified asset does not exist, this API returns an INVALID_ARGUMENT error.
V1Resource.ExportAssetsRequest
Exports assets with time and resource types to a given Cloud Storage location/BigQuery table. For Cloud Storage location destinations, the output format is newline-delimited JSON. Each line represents a google.cloud.asset.v1.Asset in the JSON format; for BigQuery table destinations, the output table stores the fields in asset Protobuf as columns. This API implements the google.longrunning.Operation API, which allows you to keep track of the export. We recommend intervals of at least 2 seconds with exponential retry to poll the export operation result. For regular-size resource parent, the export operation usually finishes within 5 minutes.
V1Resource.QueryAssetsRequest
Issue a job that queries assets using a SQL statement compatible with BigQuery
SQL. If the query execution finishes within
timeout and there's no pagination, the full query results will be returned in the QueryAssetsResponse
.
Otherwise, full query results can be obtained by issuing extra requests with the job_reference
from the a
previous QueryAssets
call. Note, the query result has approximately 10 GB limitation enforced by
BigQuery. Queries return larger
results will result in errors.
V1Resource.SearchAllIamPoliciesRequest
Searches all IAM policies within the specified scope, such as a project, folder, or organization. The caller
must be granted the cloudasset.assets.searchAllIamPolicies
permission on the desired scope, otherwise the
request will be rejected.
V1Resource.SearchAllResourcesRequest
Searches all Google Cloud resources within the specified scope, such as a project, folder, or organization.
The caller must be granted the cloudasset.assets.searchAllResources
permission on the desired scope,
otherwise the request will be rejected.
Enums
AssetsResource.ListRequest.ContentTypeEnum
Asset content type. If not specified, no content but the asset name will be returned.
CloudAssetBaseServiceRequest<TResponse>.AltEnum
Data format for response.
CloudAssetBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.
V1Resource.AnalyzeMoveRequest.ViewEnum
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
V1Resource.BatchGetAssetsHistoryRequest.ContentTypeEnum
Optional. The content type.