Variable UserRoleAssignmentChangedSchemaConst
UserRoleAssignmentChangedSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
change_type: {
description: string;
enum: string[];
title: string;
type: string;
};
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
user_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
user_role_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
user_role_name: { description: string; title: string; type: string };
};
required: string[];
title: string;
type: string;
} = UserRoleAssignmentChanged
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
change_type: {
description: string;
enum: string[];
title: string;
type: string;
};
environment_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
tenant_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
user_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
user_role_id: {
description: string;
format: string;
maxLength: number;
minLength: number;
type: string;
};
user_role_name: { description: string; title: string; type: string };
}
required: string[]
title: string
type: string