MonoCloud Management SDK
    Preparing search index...

    Interface PatchGroupRequest

    Patch Group Request: Used to update one or more properties of an existing group.

    PatchGroupRequest

    interface PatchGroupRequest {
        description?: string | null;
        is_auto_assigned?: boolean;
        name?: string;
    }
    Index

    Properties

    description?: string | null

    Description that explains the purpose or role of the group.

    PatchGroupRequest

    is_auto_assigned?: boolean

    Indicates whether users are automatically added to this group upon sign-up.

    PatchGroupRequest

    name?: string

    The display name of the group.

    PatchGroupRequest