Class AlterUserRequest.Action

    • Field Detail

      • SET_DEFAULT_SCHEMA

        public static final String SET_DEFAULT_SCHEMA
        Set the default_schema for an internal user. An empty string means the user will have no default schema.
        See Also:
        Constant Field Values
      • SET_PASSWORD

        public static final String SET_PASSWORD
        Sets the password of the user. The user must be an internal user.
        See Also:
        Constant Field Values
      • SET_RESOURCE_GROUP

        public static final String SET_RESOURCE_GROUP
        Sets the resource group for an internal user. The resource group must exist, otherwise, an empty string assigns the user to the default resource group.
        See Also:
        Constant Field Values