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
There is a known issue with the Okta API underpinning the resource okta_user_schema_property. If the resource has a array_type other than "string" and an array_enum of values, then the Okta API will incur 500 errors. For example the array_number.tf:
[ERROR] the API returned an error: The enum constraint com.fasterxml.jackson.databind.node.TextNode "0.01" is not valid for the given property type java.lang.Number., x-okta-request-id=XXX
The text was updated successfully, but these errors were encountered:
There is a known issue with the Okta API underpinning the resource
okta_user_schema_property
. If the resource has aarray_type
other than "string" and anarray_enum
of values, then the Okta API will incur 500 errors. For example the array_number.tf:Will cause this kind of error:
The text was updated successfully, but these errors were encountered: