mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
starting point for adding python sdk docs
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-account-activity-item-operation
|
||||
title: AccountActivityItemOperation
|
||||
pagination_label: AccountActivityItemOperation
|
||||
sidebar_label: AccountActivityItemOperation
|
||||
sidebar_class_name: pythonsdk
|
||||
keywords: ['python', 'Python', 'sdk', 'AccountActivityItemOperation', 'BetaAccountActivityItemOperation']
|
||||
slug: /tools/sdk/python/beta/models/account-activity-item-operation
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountActivityItemOperation', 'BetaAccountActivityItemOperation']
|
||||
---
|
||||
|
||||
# AccountActivityItemOperation
|
||||
|
||||
Represents an operation in an account activity item
|
||||
|
||||
## Enum
|
||||
|
||||
* `ADD` (value: `'ADD'`)
|
||||
|
||||
* `CREATE` (value: `'CREATE'`)
|
||||
|
||||
* `MODIFY` (value: `'MODIFY'`)
|
||||
|
||||
* `DELETE` (value: `'DELETE'`)
|
||||
|
||||
* `DISABLE` (value: `'DISABLE'`)
|
||||
|
||||
* `ENABLE` (value: `'ENABLE'`)
|
||||
|
||||
* `UNLOCK` (value: `'UNLOCK'`)
|
||||
|
||||
* `LOCK` (value: `'LOCK'`)
|
||||
|
||||
* `REMOVE` (value: `'REMOVE'`)
|
||||
|
||||
* `SET` (value: `'SET'`)
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user