interface IdentityScope {
    administrators?: IdentityDescriptor;
    id: string;
    isActive?: boolean;
    isGlobal?: boolean;
    localScopeId?: string;
    name?: string;
    parentId?: string;
    scopeType?: GroupScopeType;
    securingHostId?: string;
    subjectDescriptor?: string;
}

Properties

administrators?: IdentityDescriptor
id: string
isActive?: boolean
isGlobal?: boolean
localScopeId?: string
name?: string
parentId?: string
scopeType?: GroupScopeType
securingHostId?: string
subjectDescriptor?: string