public final class TagProperty extends Object
| Constructor and Description |
|---|
TagProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
objectIdentifier()
Get the objectIdentifier property: Returns the Object ID of the user who added the tag.
|
String |
tag()
Get the tag property: The tag value.
|
String |
tenantId()
Get the tenantId property: Returns the Tenant ID that issued the token for the user who added the tag.
|
OffsetDateTime |
timestamp()
Get the timestamp property: Returns the date and time the tag was added.
|
String |
upn()
Get the upn property: Returns the User Principal Name of the user who added the tag.
|
void |
validate()
Validates the instance.
|
public String tag()
public OffsetDateTime timestamp()
public String objectIdentifier()
public String tenantId()
public String upn()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.