@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface UsersPostRequestBody

    interface UsersPostRequestBody {
        accessCert?: null | string;
        accessKey?: null | string;
        additionalData?: Record<string, unknown>;
        mysqlSettings?: null | Mysql_settings;
        name?: null | string;
        password?: null | string;
        readonly?: null | boolean;
        role?: null | Database_user_role;
        settings?: null | User_settings;
    }

    Hierarchy

    • Database_user
    • Parsable
      • UsersPostRequestBody
    Index

    Properties

    accessCert?: null | string

    Access certificate for TLS client authentication. (Kafka only)

    accessKey?: null | string

    Access key for TLS client authentication. (Kafka only)

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    mysqlSettings?: null | Mysql_settings

    The mysql_settings property

    name?: null | string

    The name of a database user.

    password?: null | string

    A randomly generated password for the database user.
    Requires database:view_credentials scope.

    readonly?: null | boolean

    (To be deprecated: use settings.mongo_user_settings.role instead for access controls to MongoDB databases). For MongoDB clusters, set to true to create a read-only user.This option is not currently supported for other database engines.

    role?: null | Database_user_role

    A string representing the database user's role. The value will be either"primary" or "normal".

    settings?: null | User_settings

    The settings property