microsoft.group.owner
Description
Group owner (can be a user or service principal)
Fields
| ID | TYPE | DESCRIPTION | 
|---|---|---|
| id | string | The unique identifier for the owner | 
| displayName | string | The owner's display name | 
| ownerType | string | The type of owner: "user" or "servicePrincipal" | 
| user | microsoft.user | The owner as a user (if ownerType is "user") | 
| servicePrincipal | microsoft.serviceprincipal | The owner as a service principal (if ownerType is "servicePrincipal") |