Skip to content

Commit 370b8a2

Browse files
OpenApi: Add missing permissions in RolePermissionType Enum
1 parent a6fb100 commit 370b8a2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/swagger/api.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61150,6 +61150,8 @@ components:
6115061150
description: Permission type
6115161151
type: string
6115261152
enum:
61153+
- okta.agents.manage
61154+
- okta.agents.register
6115361155
- okta.apps.assignment.manage
6115461156
- okta.apps.manage
6115561157
- okta.apps.manageFirstPartyApps
@@ -61166,17 +61168,21 @@ components:
6116661168
- okta.devices.lifecycle.unsuspend
6116761169
- okta.devices.manage
6116861170
- okta.devices.read
61171+
- okta.directories.manage
6116961172
- okta.governance.accessCertifications.manage
6117061173
- okta.governance.accessRequests.manage
6117161174
- okta.groups.appAssignment.manage
6117261175
- okta.groups.create
6117361176
- okta.groups.manage
6117461177
- okta.groups.members.manage
6117561178
- okta.groups.read
61179+
- okta.iam.read
6117661180
- okta.identityProviders.manage
6117761181
- okta.identityProviders.read
6117861182
- okta.profilesources.import.run
61183+
- okta.realms.manage
6117961184
- okta.support.cases.manage
61185+
- okta.users.apitokens.manage
6118061186
- okta.users.appAssignment.manage
6118161187
- okta.users.create
6118261188
- okta.users.credentials.expirePassword
@@ -61195,6 +61201,10 @@ components:
6119561201
- okta.users.manage
6119661202
- okta.users.read
6119761203
- okta.users.userprofile.manage
61204+
- okta.workflows.flows.read
61205+
- okta.workflows.flows.invoke
61206+
- okta.workflows.invoke
61207+
- okta.workflows.read
6119861208
RoleType:
6119961209
description: Standard role type
6120061210
type: string

0 commit comments

Comments
 (0)