Variable ServiceAccountDeleteFinishedEventSchemaConst
ServiceAccountDeleteFinishedEventSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
entity_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
};
required: string[];
title: string;
type: string;
} = ServiceAccountDeleteFinishedEvent
Type declaration
-
$schema: string
-
additionalProperties: boolean
-
description: string
-
properties: {
entity_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
}
-
entity_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
}
-
description: string
-
format: string
-
maxLength: number
-
minLength: number
-
type: string
-
required: string[]
-
title: string
-
type: string