@twinfinity/permission
    Preparing search index...

    Interface PutGroupRequest

    interface PutGroupRequest {
        displayName?: null | string;
        etag?: null | string;
        title: string;
    }
    Index

    Properties

    displayName?: null | string
    etag?: null | string
    title: string

    Title for the group. Used on create; ignored on update (title is immutable).