UserEntityV1alpha1
Home > @backstage/catalog-model > UserEntityV1alpha1
Backstage catalog User kind Entity.
Signature:
export interface UserEntityV1alpha1 extends Entity
Extends: Entity
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
'backstage.io/v1alpha1' | 'backstage.io/v1beta1' | |||
|
'User' | |||
|
{ profile?: { displayName?: string; email?: string; picture?: string; }; memberOf?: string[]; } |