interface CreateScopeInfo {
    adminGroupDescription?: string;
    adminGroupName?: string;
    creatorId?: string;
    parentScopeId?: string;
    scopeName?: string;
    scopeType?: GroupScopeType;
}

Properties

adminGroupDescription?: string
adminGroupName?: string
creatorId?: string
parentScopeId?: string
scopeName?: string
scopeType?: GroupScopeType