Databricks SDK for JavaScript
    Preparing search index...
    interface CreateRoleRequest {
        parent?: string;
        role?: Role;
        roleId?: string;
    }
    Index

    Properties

    Properties

    parent?: string

    The Branch where this Role is created. Format: projects/{project_id}/branches/{branch_id}

    role?: Role

    The desired specification of a Role.

    roleId?: string

    The ID to use for the Role, which will become the final component of the role's resource name. This ID becomes the role in Postgres.

    This value should be 4-63 characters, and valid characters are lowercase letters, numbers, and hyphens, as defined by RFC 1123.

    If role_id is not specified in the request, it is generated automatically.