Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .generator/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ additionalProperties:
files:
asset/logo.png: {}
api_application_test.go: {}
api_factors_test.go: {}
api_group_test.go: {}
api_idp_test.go: {}
api_policy_test.go: {}
Expand Down
32 changes: 16 additions & 16 deletions .generator/okta-management-APIs-oasv3-enum-inheritance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5946,7 +5946,7 @@ paths:
description: |
Retrieves an email template's default content

<x-lifecycle class="ea"></x-lifecycle> Defaults to the current user's language given the following:
<x-lifecycle class="ea"></x-lifecycle> Defaults to the current user's language given the following:
- Custom languages for Okta Email Templates is enabled
- An additional language is specified for the `language` parameter
operationId: getEmailDefaultContent
Expand Down Expand Up @@ -15800,9 +15800,9 @@ paths:
get:
summary: Retrieve the current Session
description: |-
Retrieves Session information for the current user. Use this method in a browser-based application to determine if the user is signed in.
Retrieves Session information for the current user. Use this method in a browser-based application to determine if the user is signed in.

> **Note:** This operation requires a session cookie for the user. An API token isn't allowed for this operation.
> **Note:** This operation requires a session cookie for the user. An API token isn't allowed for this operation.
operationId: getCurrentSession
parameters:
- in: header
Expand Down Expand Up @@ -20392,8 +20392,8 @@ components:
properties:
profile:
allOf:
- $ref: '#/definitions/base'
- $ref: '#/definitions/custom'
# - $ref: '#/definitions/base'
# - $ref: '#/definitions/custom'
AssignGroupOwnerRequest:
summary: Assign a group owner request example
value:
Expand Down Expand Up @@ -22553,8 +22553,8 @@ components:
properties:
profile:
allOf:
- $ref: '#/definitions/custom'
- $ref: '#/definitions/base'
# - $ref: '#/definitions/custom'
# - $ref: '#/definitions/base'
title: Okta group
type: object
ListAllKeysResponse:
Expand Down Expand Up @@ -25903,8 +25903,8 @@ components:
properties:
profile:
allOf:
- $ref: '#/definitions/base'
- $ref: '#/definitions/custom'
# - $ref: '#/definitions/base'
# - $ref: '#/definitions/custom'
VerifiedEmailDomainResponse:
value:
id: OeD114iNkrcN6aR680g4
Expand Down Expand Up @@ -29776,7 +29776,7 @@ components:
type: object
description: |-
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/).
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
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
only be assigned a different user type by an administrator through a full replacement (`PUT`) operation.
properties:
id:
Expand Down Expand Up @@ -30598,13 +30598,13 @@ components:
body:
type: string
description: |
The HTML body of the email. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).
The HTML body of the email. May contain [variable references](https://velocity.apache.org/engine/1.7/user-guide.html#references).

<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:

1. An existing default email customization, if one exists
2. Okta-provided translated content for the specified language, if one exists
3. Okta-provided translated content for the brand locale, if it's set
3. Okta-provided translated content for the brand locale, if it's set
4. Okta-provided content in English
subject:
type: string
Expand Down Expand Up @@ -34583,7 +34583,7 @@ components:
PasswordCredential:
description: |-
When a user has a valid password, imported hashed password, or password hook, and a response object contains
a password credential, then the password object is a bare object without the value property defined (for example, `password: {}`). This
a password credential, then the password object is a bare object without the value property defined (for example, `password: {}`). This
indicates that a password value exists. You can modify password policy requirements in the Admin Console by editing the Password
authenticator: **Security** > **Authenticators** > **Password** (or for Okta Classic orgs, use **Security** > **Authentication** > **Password**).
type: object
Expand Down Expand Up @@ -38668,7 +38668,7 @@ components:
Specifies the default and custom profile properties for a user.

The default user profile is based on the [System for Cross-domain Identity Management: Core Schema](https://datatracker.ietf.org/doc/html/rfc7643).
The only permitted customizations of the default profile are to update permissions, change whether the `firstName` and `lastName` properties are nullable, and
The only permitted customizations of the default profile are to update permissions, change whether the `firstName` and `lastName` properties are nullable, and
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
or the [Schemas API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/UISchema/#tag/UISchema) to make schema modifications.

Expand Down Expand Up @@ -39143,7 +39143,7 @@ components:
name:
type: string
description: |-
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.
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.
This value becomes read-only after creation and can't be updated.
_links:
$ref: '#/components/schemas/UserTypeLinks'
Expand Down Expand Up @@ -39579,4 +39579,4 @@ components:
okta.userTypes.manage: Allows the app to manage user types in your Okta organization.
okta.userTypes.read: Allows the app to read user types in your Okta organization.
okta.users.manage: Allows the app to create new users and to manage all users' profile and credentials information.
okta.users.read: Allows the app to read the existing users' profiles and credentials.
okta.users.read: Allows the app to read the existing users' profiles and credentials.
Loading