Google Cloud KMS Inventory V1 Client - Class FallbackScope (1.3.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FALLBACK_SCOPE_UNSPECIFIED

Value: 0

Unspecified scope type.

Generated from protobuf enum FALLBACK_SCOPE_UNSPECIFIED = 0;

FALLBACK_SCOPE_PROJECT

Value: 1

If 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;