interface CcGroupProps {
    ccDescription?: string;
    ccDisplayName: string;
    ccIdentityStoreId: string;
}

Properties

ccDescription?: string
ccDisplayName: string
ccIdentityStoreId: string

Generated using TypeDoc