Skip to main content
Version: Next

UserEntityV1alpha1

Home > @backstage/catalog-model > UserEntityV1alpha1

Backstage catalog User kind Entity.

Signature:

export interface UserEntityV1alpha1 extends Entity 

Extends: Entity

Properties

PropertyModifiersTypeDescription
apiVersion'backstage.io/v1alpha1' | 'backstage.io/v1beta1'
kind'User'
spec{ profile?: { displayName?: string; email?: string; picture?: string; }; memberOf?: string[]; }