Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

File metadata and controls

16 lines (12 loc) · 1.08 KB

Okta.Sdk.Model.GroupOwner

Properties

Name Type Description Notes
DisplayName string The display name of the group owner [optional] [readonly]
Id string The `id` of the group owner [optional]
LastUpdated DateTimeOffset Timestamp when the group owner was last updated [optional] [readonly]
OriginId string The ID of the app instance if the `originType` is `APPLICATION`. This value is `NULL` if `originType` is `OKTA_DIRECTORY`. [optional]
OriginType GroupOwnerOriginType [optional]
Resolved bool If `originType`is APPLICATION, this parameter is set to `FALSE` until the owner's `originId` is reconciled with an associated Okta ID. [optional]
Type GroupOwnerType [optional]

[Back to Model list] [Back to API list] [Back to README]