import { AccessPolicy } from'./AccessPolicy';
exportinterfaceUserUpdateParams {
accessPolicy?: AccessPolicy;
/**
* A list of Role IDs to assign to the user. If the accessPolicy property is not provided this property is required and may not be empty.
*/roles?: string[];
id: string;
}