UserEntityV1alpha1.spec
Home > @backstage/catalog-model
> UserEntityV1alpha1
> spec
Signature:
spec: {
profile?: {
displayName?: string;
email?: string;
picture?: string;
};
memberOf?: string[];
};