Reference documentation and code samples for the Google Cloud Storage Insights V1 Client class IdentityType.
Type of service account to use for the dataset configuration.
Protobuf type google.cloud.storageinsights.v1.Identity.IdentityType
Namespace
Google \ Cloud \ StorageInsights \ V1 \ IdentityMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
IDENTITY_TYPE_UNSPECIFIED
Value: 0Default is unspecified and should not be used.
Generated from protobuf enum IDENTITY_TYPE_UNSPECIFIED = 0;
IDENTITY_TYPE_PER_CONFIG
Value: 1Google managed service account per resource.
Generated from protobuf enum IDENTITY_TYPE_PER_CONFIG = 1;
IDENTITY_TYPE_PER_PROJECT
Value: 2Google managed service account per project.
Generated from protobuf enum IDENTITY_TYPE_PER_PROJECT = 2;