public static final class AlterCredentialRequest.CredentialUpdatesMap extends Object
TYPE
: New type for the credential.
Supported values:
IDENTITY
: New user for the credential
SECRET
: New password for the credential
SCHEMA_NAME
: Updates the schema name. If schema_name
doesn't exist, an error will be thrown. If schema_name
is empty,
then the user's
default schema will be used.
credentialUpdatesMap
.Modifier and Type | Field and Description |
---|---|
static String |
AWS_ACCESS_KEY |
static String |
AWS_IAM_ROLE |
static String |
AZURE_AD |
static String |
AZURE_OAUTH |
static String |
AZURE_SAS |
static String |
AZURE_STORAGE_KEY |
static String |
DOCKER |
static String |
GCS_SERVICE_ACCOUNT_ID |
static String |
GCS_SERVICE_ACCOUNT_KEYS |
static String |
HDFS |
static String |
IDENTITY
New user for the credential
|
static String |
KAFKA |
static String |
SCHEMA_NAME
Updates the schema name.
|
static String |
SECRET
New password for the credential
|
static String |
TYPE
New type for the credential.
|
public static final String TYPE
public static final String AWS_ACCESS_KEY
public static final String AWS_IAM_ROLE
public static final String AZURE_AD
public static final String AZURE_OAUTH
public static final String AZURE_SAS
public static final String AZURE_STORAGE_KEY
public static final String DOCKER
public static final String GCS_SERVICE_ACCOUNT_ID
public static final String GCS_SERVICE_ACCOUNT_KEYS
public static final String HDFS
public static final String KAFKA
public static final String IDENTITY
public static final String SECRET
public static final String SCHEMA_NAME
schema_name
doesn't exist, an error will be thrown. If schema_name
is
empty, then the user's
default schema will be used.Copyright © 2024. All rights reserved.