Reference documentation and code samples for the Google Cloud Dataproc Metastore V1 Client class KerberosConfig.
Configuration information for a Kerberos principal.
Generated from protobuf message google.cloud.metastore.v1.KerberosConfig
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ keytab |
Google\Cloud\Metastore\V1\Secret
A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC). |
↳ principal |
string
A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form |
↳ krb5_config_gcs_uri |
string
A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form |
getKeytab
A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
Generated from protobuf field .google.cloud.metastore.v1.Secret keytab = 1;
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Metastore\V1\Secret|null |
|
hasKeytab
clearKeytab
setKeytab
A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
Generated from protobuf field .google.cloud.metastore.v1.Secret keytab = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Metastore\V1\Secret
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPrincipal
A Kerberos principal that exists in the both the keytab the KDC
to authenticate as. A typical principal is of the form
primary/instance@REALM, but there is no exact format.
Generated from protobuf field string principal = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setPrincipal
A Kerberos principal that exists in the both the keytab the KDC
to authenticate as. A typical principal is of the form
primary/instance@REALM, but there is no exact format.
Generated from protobuf field string principal = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getKrb5ConfigGcsUri
A Cloud Storage URI that specifies the path to a
krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf,
although the file does not need to be named krb5.conf explicitly.
Generated from protobuf field string krb5_config_gcs_uri = 3;
| Returns | |
|---|---|
| Type | Description |
string |
|
setKrb5ConfigGcsUri
A Cloud Storage URI that specifies the path to a
krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf,
although the file does not need to be named krb5.conf explicitly.
Generated from protobuf field string krb5_config_gcs_uri = 3;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|