export interface IdentityProviderProperty {
    displayName: string;
    isComputed: boolean;
}
