CreateUserRequest: {
    instanceId: string;
    isAdmin: boolean;
    name: string;
    password: string;
    region?: Region;
}

Type declaration

  • instanceId: string

    UUID of the Database Instance in which you want to create a user.

  • isAdmin: boolean

    Defines whether the user will have administrative privileges.

  • name: string

    Name of the user you want to create.

  • password: string

    Password of the user you want to create.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.