This section covers api and sdk methods related to tag object.
Structure
Tag objects have the following structure:
{
"GUID": "930212db-ac72-41e7-82f3-323299aade79",
"TenantGUID": "00000000-0000-0000-0000-000000000000",
"GraphGUID": "00000000-0000-0000-0000-000000000000",
"Key": "mykey",
"Value": "myvalue",
"CreatedUtc": "2025-09-04T08:11:15.309359Z",
"LastUpdateUtc": "2025-09-04T08:11:15.309359Z"
}
Properties
GUID
- A globally unique identifier for the tag, represented as a UUID string.TenantGUID
- A globally unique identifier for the tenant associated with the tag.GraphGUID
- A globally unique identifier for the graph to which the tag belongs.Key
- The key or name of the tag.Value
- The value associated with the tag key.CreatedUtc
- The UTC date and time when the tag was created.LastUpdateUtc
- The UTC date and time when the tag was last updated.