Reference documentation and code samples for the Google Cloud Dataproc V1 Client class SecurityConfig.
Security related configuration, including encryption, Kerberos, etc.
Generated from protobuf message google.cloud.dataproc.v1.SecurityConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kerberos_config
↳ identity_config
Google\Cloud\Dataproc\V1\IdentityConfig
Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
getKerberosConfig
Optional. Kerberos related configuration.
Generated from protobuf field .google.cloud.dataproc.v1.KerberosConfig kerberos_config = 1 [(.google.api.field_behavior) = OPTIONAL];
hasKerberosConfig
clearKerberosConfig
setKerberosConfig
Optional. Kerberos related configuration.
Generated from protobuf field .google.cloud.dataproc.v1.KerberosConfig kerberos_config = 1 [(.google.api.field_behavior) = OPTIONAL];
$this
getIdentityConfig
Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
Generated from protobuf field .google.cloud.dataproc.v1.IdentityConfig identity_config = 2 [(.google.api.field_behavior) = OPTIONAL];
hasIdentityConfig
clearIdentityConfig
setIdentityConfig
Optional. Identity related configuration, including service account based secure multi-tenancy user mappings.
Generated from protobuf field .google.cloud.dataproc.v1.IdentityConfig identity_config = 2 [(.google.api.field_behavior) = OPTIONAL];
$this