Interface UpdateUserApplicationRoleConnectionOptions

interface UpdateUserApplicationRoleConnectionOptions {
    metadata: Record<string, string>;
    platformName: null | string;
    platformUsername: null | string;
}

Properties

metadata: Record<string, string>
platformName: null | string
platformUsername: null | string