Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateRoleRequest {
        role?: Role;
        updateMask?: FieldMask<Role>;
    }
    Index

    Properties

    Properties

    role?: Role

    The Postgres Role to update.

    The role's name field is used to identify the role to update. Format: projects/{project_id}/branches/{branch_id}/roles/{role_id}

    updateMask?: FieldMask<Role>

    The list of fields to update in Postgres Role. If unspecified, all fields will be updated when possible.