The Application Group object that defines a group of users' app-specific profile and credentials for an app
Name | Type | Description | Notes |
---|---|---|---|
Id | string | ID of the Group | [optional] [readonly] |
LastUpdated | DateTimeOffset | [optional] | |
Priority | int | Priority assigned to the group. If an app has more than one group assigned to the same user, then the group with the higher priority has its profile applied to the Application User. If a priority value isn't specified, then the next highest priority is assigned by default. See Assign attribute group priority and the sample priority use case. | [optional] |
Profile | Dictionary<string, Object> | Specifies the profile properties applied to Application Users that are assigned to the app through group membership. Some reference properties are imported from the target app and can't be configured. See profile. | [optional] |
Embedded | Dictionary<string, Object> | Embedded resource related to the Application Group using the JSON Hypertext Application Language specification. If the `expand=group` query parameter is specified, then the Group object is embedded. If the `expand=metadata` query parameter is specified, then the group assignment metadata is embedded. | [optional] [readonly] |
Links | ApplicationGroupAssignmentLinks | [optional] |