Skip to content

Commit

Permalink
Merge pull request #417 from okta/update-spec
Browse files Browse the repository at this point in the history
update spec
  • Loading branch information
duytiennguyen-okta committed Nov 28, 2023
2 parents 11f8761 + 9cca6e7 commit e8f7d22
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .generator/okta-management-APIs-oasv3-enum-inheritance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17819,7 +17819,6 @@ paths:
- okta.users.manage
tags:
- User
- UserFactor
x-okta-lifecycle:
isCorsEnabled: true
lifecycle: GA
Expand Down Expand Up @@ -33755,12 +33754,8 @@ components:
properties:
authScheme:
$ref: '#/components/schemas/ProvisioningConnectionAuthScheme'
discriminator:
propertyName: authScheme
mapping:
TOKEN: '#/components/schemas/ProvisioningConnectionProfileToken'
OAUTH2: '#/components/schemas/ProvisioningConnectionProfileOauth'
UNKNOWN: '#/components/schemas/ProvisioningConnectionProfileUnknown'
token:
type: string
ProvisioningConnectionProfileOauth:
description: |
The app provisioning connection profile used to configure the method of authentication and the credentials.
Expand Down Expand Up @@ -36638,7 +36633,6 @@ components:
nickName:
type: string
description: The casual way to address the user in real life
nullable: true
organization:
type: string
description: Name of the the user's organization
Expand Down

0 comments on commit e8f7d22

Please sign in to comment.