TrustedInfrastructure_StsPrincipal
TrustedInfrastructure_StsPrincipal
The StsPrincipal structure contains a IDM principal.
JSON Example
{
"id": {
"name": "string",
"domain": "string"
},
"type": "string"
}
id
Required
The StsPrincipalId structure contains an IDM principal ID.
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.