Tag
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
displayName | string | Required | The Tag display name |
id | string | Read-only, Identifier | The Tag ID |
scope | TagScope | The tag scope. Defaults to tenant scope when not specified. The scope cannot be changed after creation. |
TagScope
| Property | Type | Attributes | Description |
|---|---|---|---|
type | 'Tenant' | 'Domain' | Required | The tag scope type |
domainId | string | The domain object ID. Required when 'type' is 'Domain'. |