Summary of entries of Classes for inventory.
Classes
KeyDashboardServiceAsyncClient
Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
KeyDashboardServiceClient
Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
ListCryptoKeysAsyncPager
A pager for iterating through list_crypto_keys requests.
This class thinly wraps an initial
ListCryptoKeysResponse object, and
provides an __aiter__ method to iterate through its
crypto_keys field.
If there are more pages, the __aiter__ method will make additional
ListCryptoKeys requests and continue to iterate
through the crypto_keys field on the
corresponding responses.
All the usual ListCryptoKeysResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCryptoKeysPager
A pager for iterating through list_crypto_keys requests.
This class thinly wraps an initial
ListCryptoKeysResponse object, and
provides an __iter__ method to iterate through its
crypto_keys field.
If there are more pages, the __iter__ method will make additional
ListCryptoKeys requests and continue to iterate
through the crypto_keys field on the
corresponding responses.
All the usual ListCryptoKeysResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
KeyTrackingServiceAsyncClient
Returns information about the resources in an org that are protected by a given Cloud KMS key via CMEK.
KeyTrackingServiceClient
Returns information about the resources in an org that are protected by a given Cloud KMS key via CMEK.
SearchProtectedResourcesAsyncPager
A pager for iterating through search_protected_resources requests.
This class thinly wraps an initial
SearchProtectedResourcesResponse object, and
provides an __aiter__ method to iterate through its
protected_resources field.
If there are more pages, the __aiter__ method will make additional
SearchProtectedResources requests and continue to iterate
through the protected_resources field on the
corresponding responses.
All the usual SearchProtectedResourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
SearchProtectedResourcesPager
A pager for iterating through search_protected_resources requests.
This class thinly wraps an initial
SearchProtectedResourcesResponse object, and
provides an __iter__ method to iterate through its
protected_resources field.
If there are more pages, the __iter__ method will make additional
SearchProtectedResources requests and continue to iterate
through the protected_resources field on the
corresponding responses.
All the usual SearchProtectedResourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
FallbackScope
Specifies the scope to use if the organization service agent is not configured.
GetProtectedResourcesSummaryRequest
Request message for KeyTrackingService.GetProtectedResourcesSummary.
ListCryptoKeysRequest
Request message for KeyDashboardService.ListCryptoKeys.
ListCryptoKeysResponse
Response message for KeyDashboardService.ListCryptoKeys.
ProtectedResource
Metadata about a resource protected by a Cloud KMS key.
LabelsEntry
The abstract base class for a message.
ProtectedResourcesSummary
Aggregate information about the resources protected by a Cloud KMS key in the same Cloud organization/project as the key.
CloudProductsEntry
The abstract base class for a message.
LocationsEntry
The abstract base class for a message.
ResourceTypesEntry
The abstract base class for a message.
SearchProtectedResourcesRequest
Request message for KeyTrackingService.SearchProtectedResources.
SearchProtectedResourcesResponse
Response message for KeyTrackingService.SearchProtectedResources.
Warning
A warning message that indicates potential problems with the response data.
WarningCode
Different types of warnings that can be returned to the user. The display_message contains detailed information regarding the warning_code.
- KMS organization service agent {service_agent_name} lacks
the `cloudasset.assets.searchAllResources` permission on
the scope.
RESOURCE_LIMIT_EXCEEDED_PARTIAL_DATA (2):
Indicates that a resource limit has been
exceeded, resulting in partial data. Example:
- The project has more than 10,000 assets
(resources, crypto keys, key handles, IAM
policies, etc).
ORG_LESS_PROJECT_PARTIAL_DATA (3):
Indicates that the project exists outside of
an organization resource. Thus the analysis is
only done for the project level data and results
might be partial.
Modules
pagers
API documentation for kms_inventory_v1.services.key_dashboard_service.pagers module.
pagers
API documentation for kms_inventory_v1.services.key_tracking_service.pagers module.