Reference documentation and code samples for the Google Cloud KMS Inventory V1 Client class FallbackScope.
Specifies the scope to use if the organization service agent is not configured.
Protobuf type google.cloud.kms.inventory.v1.FallbackScope
Namespace
Google \ Cloud \ Kms \ Inventory \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FALLBACK_SCOPE_UNSPECIFIED
Value: 0Unspecified scope type.
Generated from protobuf enum FALLBACK_SCOPE_UNSPECIFIED = 0;
FALLBACK_SCOPE_PROJECT
Value: 1If set to FALLBACK_SCOPE_PROJECT, the API will fall back to using key's
project as request scope if the kms organization service account is not
configured.
Generated from protobuf enum FALLBACK_SCOPE_PROJECT = 1;