Package com.gpudb.protocol
Class AlterCredentialRequest.CredentialUpdatesMap
- java.lang.Object
-
- com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
-
- Enclosing class:
- AlterCredentialRequest
public static final class AlterCredentialRequest.CredentialUpdatesMap extends Object
A set of string constants for theAlterCredentialRequestparametercredentialUpdatesMap.Map containing the properties of the credential to be updated. Error if empty.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAWS_ACCESS_KEYstatic StringAWS_IAM_ROLEstatic StringAZURE_ADstatic StringAZURE_OAUTHstatic StringAZURE_SASstatic StringAZURE_STORAGE_KEYstatic StringDOCKERstatic StringGCS_SERVICE_ACCOUNT_IDstatic StringGCS_SERVICE_ACCOUNT_KEYSstatic StringHDFSstatic StringIDENTITYNew user for the credentialstatic StringKAFKAstatic StringSCHEMA_NAMEUpdates the schema name.static StringSECRETNew password for the credentialstatic StringTYPENew type for the credential.
-
-
-
Field Detail
-
TYPE
public static final String TYPE
New type for the credential. Supported values:- See Also:
- Constant Field Values
-
AWS_ACCESS_KEY
public static final String AWS_ACCESS_KEY
- See Also:
- Constant Field Values
-
AWS_IAM_ROLE
public static final String AWS_IAM_ROLE
- See Also:
- Constant Field Values
-
AZURE_AD
public static final String AZURE_AD
- See Also:
- Constant Field Values
-
AZURE_OAUTH
public static final String AZURE_OAUTH
- See Also:
- Constant Field Values
-
AZURE_SAS
public static final String AZURE_SAS
- See Also:
- Constant Field Values
-
AZURE_STORAGE_KEY
public static final String AZURE_STORAGE_KEY
- See Also:
- Constant Field Values
-
DOCKER
public static final String DOCKER
- See Also:
- Constant Field Values
-
GCS_SERVICE_ACCOUNT_ID
public static final String GCS_SERVICE_ACCOUNT_ID
- See Also:
- Constant Field Values
-
GCS_SERVICE_ACCOUNT_KEYS
public static final String GCS_SERVICE_ACCOUNT_KEYS
- See Also:
- Constant Field Values
-
HDFS
public static final String HDFS
- See Also:
- Constant Field Values
-
KAFKA
public static final String KAFKA
- See Also:
- Constant Field Values
-
IDENTITY
public static final String IDENTITY
New user for the credential- See Also:
- Constant Field Values
-
SECRET
public static final String SECRET
New password for the credential- See Also:
- Constant Field Values
-
SCHEMA_NAME
public static final String SCHEMA_NAME
Updates the schema name. IfSCHEMA_NAMEdoesn't exist, an error will be thrown. IfSCHEMA_NAMEis empty, then the user's default schema will be used.- See Also:
- Constant Field Values
-
-