@twinfinity/permission
    Preparing search index...

    Interface PutGroupRequest

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

    Properties

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

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