You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/okta-management-APIs-oasv3-enum-inheritance.yaml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -5946,7 +5946,7 @@ paths:
5946
5946
description: |
5947
5947
Retrieves an email template's default content
5948
5948
5949
-
<x-lifecycle class="ea"></x-lifecycle> Defaults to the current user's language given the following:
5949
+
<x-lifecycle class="ea"></x-lifecycle> Defaults to the current user's language given the following:
5950
5950
- Custom languages for Okta Email Templates is enabled
5951
5951
- An additional language is specified for the `language` parameter
5952
5952
operationId: getEmailDefaultContent
@@ -15800,9 +15800,9 @@ paths:
15800
15800
get:
15801
15801
summary: Retrieve the current Session
15802
15802
description: |-
15803
-
Retrieves Session information for the current user. Use this method in a browser-based application to determine if the user is signed in.
15803
+
Retrieves Session information for the current user. Use this method in a browser-based application to determine if the user is signed in.
15804
15804
15805
-
> **Note:** This operation requires a session cookie for the user. An API token isn't allowed for this operation.
15805
+
> **Note:** This operation requires a session cookie for the user. An API token isn't allowed for this operation.
15806
15806
operationId: getCurrentSession
15807
15807
parameters:
15808
15808
- in: header
@@ -20392,8 +20392,8 @@ components:
20392
20392
properties:
20393
20393
profile:
20394
20394
allOf:
20395
-
- $ref: '#/definitions/base'
20396
-
- $ref: '#/definitions/custom'
20395
+
# - $ref: '#/definitions/base'
20396
+
# - $ref: '#/definitions/custom'
20397
20397
AssignGroupOwnerRequest:
20398
20398
summary: Assign a group owner request example
20399
20399
value:
@@ -22553,8 +22553,8 @@ components:
22553
22553
properties:
22554
22554
profile:
22555
22555
allOf:
22556
-
- $ref: '#/definitions/custom'
22557
-
- $ref: '#/definitions/base'
22556
+
# - $ref: '#/definitions/custom'
22557
+
# - $ref: '#/definitions/base'
22558
22558
title: Okta group
22559
22559
type: object
22560
22560
ListAllKeysResponse:
@@ -25903,8 +25903,8 @@ components:
25903
25903
properties:
25904
25904
profile:
25905
25905
allOf:
25906
-
- $ref: '#/definitions/base'
25907
-
- $ref: '#/definitions/custom'
25906
+
# - $ref: '#/definitions/base'
25907
+
# - $ref: '#/definitions/custom'
25908
25908
VerifiedEmailDomainResponse:
25909
25909
value:
25910
25910
id: OeD114iNkrcN6aR680g4
@@ -29776,7 +29776,7 @@ components:
29776
29776
type: object
29777
29777
description: |-
29778
29778
The ID of the user type. Add this value if you want to create a user with a non-default [user type](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UserType/).
29779
-
The user type determines which [schema](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Schema/) applies to that user. After a user has been created, the user can
29779
+
The user type determines which [schema](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Schema/) applies to that user. After a user has been created, the user can
29780
29780
only be assigned a different user type by an administrator through a full replacement (`PUT`) operation.
29781
29781
properties:
29782
29782
id:
@@ -30598,13 +30598,13 @@ components:
30598
30598
body:
30599
30599
type: string
30600
30600
description: |
30601
-
The HTML body of the email. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).
30601
+
The HTML body of the email. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).
30602
30602
30603
30603
<x-lifecycle class="ea"></x-lifecycle> Not required if Custom languages for Okta Email Templates is enabled. A `null` body is replaced with a default value from one of the following in priority order:
30604
30604
30605
30605
1. An existing default email customization, if one exists
30606
30606
2. Okta-provided translated content for the specified language, if one exists
30607
-
3. Okta-provided translated content for the brand locale, if it's set
30607
+
3. Okta-provided translated content for the brand locale, if it's set
30608
30608
4. Okta-provided content in English
30609
30609
subject:
30610
30610
type: string
@@ -34583,7 +34583,7 @@ components:
34583
34583
PasswordCredential:
34584
34584
description: |-
34585
34585
When a user has a valid password, imported hashed password, or password hook, and a response object contains
34586
-
a password credential, then the password object is a bare object without the value property defined (for example, `password: {}`). This
34586
+
a password credential, then the password object is a bare object without the value property defined (for example, `password: {}`). This
34587
34587
indicates that a password value exists. You can modify password policy requirements in the Admin Console by editing the Password
34588
34588
authenticator: **Security** > **Authenticators** > **Password** (or for Okta Classic orgs, use **Security** > **Authentication** > **Password**).
34589
34589
type: object
@@ -38668,7 +38668,7 @@ components:
38668
38668
Specifies the default and custom profile properties for a user.
38669
38669
38670
38670
The default user profile is based on the [System for Cross-domain Identity Management: Core Schema](https://datatracker.ietf.org/doc/html/rfc7643).
38671
-
The only permitted customizations of the default profile are to update permissions, change whether the `firstName` and `lastName` properties are nullable, and
38671
+
The only permitted customizations of the default profile are to update permissions, change whether the `firstName` and `lastName` properties are nullable, and
38672
38672
specify a [pattern](https://developer.okta.com/docs/reference/api/schemas/#login-pattern-validation) for `login`. You can use the Profile Editor in the administrator UI
38673
38673
or the [Schemas API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UISchema/#tag/UISchema) to make schema modifications.
38674
38674
@@ -39143,7 +39143,7 @@ components:
39143
39143
name:
39144
39144
type: string
39145
39145
description: |-
39146
-
The name of the User Type. The name must start with A-Z or a-z and contain only A-Z, a-z, 0-9, or underscore (_) characters.
39146
+
The name of the User Type. The name must start with A-Z or a-z and contain only A-Z, a-z, 0-9, or underscore (_) characters.
39147
39147
This value becomes read-only after creation and can't be updated.
39148
39148
_links:
39149
39149
$ref: '#/components/schemas/UserTypeLinks'
@@ -39579,4 +39579,4 @@ components:
39579
39579
okta.userTypes.manage: Allows the app to manage user types in your Okta organization.
39580
39580
okta.userTypes.read: Allows the app to read user types in your Okta organization.
39581
39581
okta.users.manage: Allows the app to create new users and to manage all users' profile and credentials information.
39582
-
okta.users.read: Allows the app to read the existing users' profiles and credentials.
39582
+
okta.users.read: Allows the app to read the existing users' profiles and credentials.
0 commit comments