Google Cloud Dataproc V1 Client - Class IdentityConfig (3.2.2)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class IdentityConfig.

Identity related configuration, including service account based secure multi-tenancy user mappings.

Generated from protobuf message google.cloud.dataproc.v1.IdentityConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ user_service_account_mapping array|Google\Protobuf\Internal\MapField

Required. Map of user to service account.

getUserServiceAccountMapping

Required. Map of user to service account.

Generated from protobuf field map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setUserServiceAccountMapping

Required. Map of user to service account.

Generated from protobuf field map<string, string> user_service_account_mapping = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this