Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.42 KB

File metadata and controls

21 lines (17 loc) · 1.42 KB

Okta.Sdk.Model.ServiceAccountDetailsAppAccount

Details for a SaaS app account, which will be managed as a service account

Properties

Name Type Description Notes
AccountType ServiceAccountType
Created DateTimeOffset Timestamp when the service account was created [optional] [readonly]
Description string The description of the service account [optional]
Id string The UUID of the service account [optional] [readonly]
LastUpdated DateTimeOffset Timestamp when the service account was last updated [optional] [readonly]
Name string The user-defined name for the service account
OwnerGroupIds List<string> A list of IDs of the Okta groups that own the service account [optional]
OwnerUserIds List<string> A list of IDs of the Okta users that own the service account [optional]
Status ServiceAccountStatus [optional]
StatusDetail ServiceAccountStatusDetail [optional]
Details ServiceAccountDetailsAppAccountSub

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