ProfileUpdateModel interface
Definuje upravitelné atributy profilu.
Vlastnosti
enabled |
Povolený stav profilu |
tags | Značky prostředků |
Podrobnosti vlastnosti
enabledState
Povolený stav profilu
enabledState?: string
Hodnota vlastnosti
string
tags
Značky prostředků
tags?: {[propertyName: string]: string}
Hodnota vlastnosti
{[propertyName: string]: string}