TrustedInfrastructureStsPrincipal
The StsPrincipal structure contains a IDM principal.
Properties
type
Required
The StsPrincipalType enum can be either users or groups.
STS_USER : The principal is a user.
STS_GROUP : The principal is a group.
Possible values are: STS_USER , STS_GROUP
JSON Example
{
"id": {
"domain": "string",
"name": "string"
},
"type": "STS_USER"
}