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