Index
AssetService
(interface)Asset
(message)BatchGetAssetsHistoryResponse
(message)ContentType
(enum)CreateFeedRequest
(message)DeleteFeedRequest
(message)ExportAssetsResponse
(message)Feed
(message)FeedOutputConfig
(message)GcsDestination
(message)GetFeedRequest
(message)ListFeedsRequest
(message)ListFeedsResponse
(message)OutputConfig
(message)PubsubDestination
(message)Resource
(message)TemporalAsset
(message)TimeWindow
(message)UpdateFeedRequest
(message)
AssetService
Asset service definition.
CreateFeed |
---|
Creates a feed in a parent project/folder/organization to listen to its asset updates.
|
DeleteFeed |
---|
Deletes an asset feed.
|
GetFeed |
---|
Gets details about an asset feed.
|
ListFeeds |
---|
Lists all asset feeds in a parent project/folder/organization.
|
UpdateFeed |
---|
Updates an asset feed configuration.
|
Asset
An asset in Google Cloud. An asset can be any resource in the Google Cloud resource hierarchy, a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy). See Supported asset types for more information.
Fields | |
---|---|
name |
The full name of the asset. Example: See Resource names for more information. |
asset_type |
The type of the asset. Example: See Supported asset types for more information. |
resource |
A representation of the resource. |
iam_policy |
A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information. |
ancestors[] |
The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself. Example: |
org_policy[] |
A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource. |
Union field access_context_policy . A representation of an access policy. access_context_policy can be only one of the following: |
|
access_policy |
Please also refer to the access policy user guide. |
access_level |
Please also refer to the access level user guide. |
service_perimeter |
Please also refer to the service perimeter user guide. |
BatchGetAssetsHistoryResponse
Batch get assets history response.
Fields | |
---|---|
assets[] |
A list of assets with valid time windows. |
ContentType
Asset content type.
Enums | |
---|---|
CONTENT_TYPE_UNSPECIFIED |
Unspecified content type. |
RESOURCE |
Resource metadata. |
IAM_POLICY |
The actual IAM policy set on a resource. |
CreateFeedRequest
Create asset feed request.
Fields | |
---|---|
parent |
Required. The name of the project/folder/organization where this feed should be created in. It can only be an organization number (such as "organizations/123"), a folder number (such as "folders/123"), a project ID (such as "projects/my-project-id"), or a project number (such as "projects/12345"). |
feed_id |
Required. This is the client-assigned asset feed identifier and it needs to be unique under a specific parent project/folder/organization. |
feed |
Required. The feed details. The field |
DeleteFeedRequest
Fields | |
---|---|
name |
Required. The name of the feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id |
ExportAssetsResponse
The export asset response. This message is returned by the google.longrunning.Operations.GetOperation
method in the returned google.longrunning.Operation.response
field.
Fields | |
---|---|
read_time |
Time the snapshot was taken. |
output_config |
Output configuration indicating where the results were output to. |
Feed
An asset feed used to export asset updates to a destinations. An asset feed filter controls what updates are exported. The asset feed must be created within a project, organization, or folder. Supported destinations are: Cloud Pub/Sub topics.
Fields | |
---|---|
name |
Required. The format will be projects/{project_number}/feeds/{client-assigned_feed_identifier} or folders/{folder_number}/feeds/{client-assigned_feed_identifier} or organizations/{organization_number}/feeds/{client-assigned_feed_identifier} The client-assigned feed identifier must be unique within the parent project/folder/organization. |
asset_names[] |
A list of the full names of the assets to receive updates. You must specify either or both of asset_names and asset_types. Only asset updates matching specified asset_names or asset_types are exported to the feed. For example: |
asset_types[] |
A list of types of the assets to receive updates. You must specify either or both of asset_names and asset_types. Only asset updates matching specified asset_names or asset_types are exported to the feed. For example: "compute.googleapis.com/Disk" See Introduction to Cloud Asset Inventory for all supported asset types. |
content_type |
Asset content type. If not specified, no content but the asset name and type will be returned. |
feed_output_config |
Required. Feed output configuration defining where the asset updates are published to. |
FeedOutputConfig
Output configuration for asset feed destination.
Fields | |
---|---|
Union field destination . Asset feed destination. destination can be only one of the following: |
|
pubsub_destination |
Destination on Pub/Sub. |
GcsDestination
A Cloud Storage location.
Fields | |
---|---|
Union field object_uri . Required. object_uri can be only one of the following: |
|
uri |
The URI of the Cloud Storage object. It's the same URI that is used by gsutil. For example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information. |
GetFeedRequest
Get asset feed request.
Fields | |
---|---|
name |
Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id |
ListFeedsRequest
List asset feeds request.
Fields | |
---|---|
parent |
Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id"). |
ListFeedsResponse
Fields | |
---|---|
feeds[] |
A list of feeds. |
OutputConfig
Output configuration for export assets destination.
Fields | |
---|---|
Union field destination . Asset export destination. destination can be only one of the following: |
|
gcs_destination |
Destination on Cloud Storage. |
PubsubDestination
A Pub/Sub destination.
Fields | |
---|---|
topic |
The name of the Pub/Sub topic to publish to. For example: |
Resource
A representation of a Google Cloud resource.
Fields | |
---|---|
version |
The API version. Example: |
discovery_document_uri |
The URL of the discovery document containing the resource's JSON schema. Example: This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable. |
discovery_name |
The JSON schema name listed in the discovery document. Example: This value is unspecified for resources that do not have an API based on a discovery document, such as Cloud Bigtable. |
resource_url |
The REST URL for accessing the resource. An HTTP This value is unspecified for resources without a REST API. |
parent |
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 IAM policy hierarchy. Example: For third-party assets, this field may be set differently. |
data |
The content of the resource, in which some sensitive fields are removed and may not be present. |
TemporalAsset
An asset in Google Cloud and its temporal metadata, including the time window when it was observed and its status during that window.
Fields | |
---|---|
window |
The time window when the asset data and state was observed. |
deleted |
Whether the asset has been deleted or not. |
asset |
An asset in Google Cloud. |
TimeWindow
A time window specified by its start_time
and end_time
.
Fields | |
---|---|
start_time |
Start time of the time window (exclusive). |
end_time |
End time of the time window (inclusive). If not specified, the current timestamp is used instead. |
UpdateFeedRequest
Update asset feed request.
Fields | |
---|---|
feed |
Required. The new values of feed details. It must match an existing feed and the field |
update_mask |
Required. Only updates the |