Okta.Sdk.Model.LogStreamSchema

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
SchemastringJSON schema version identifier[optional] [readonly]
ErrorMessageObjectA collection of error messages for individual properties in the schema. Okta implements a subset of ajv-errors.[optional]
IdstringURI of log stream schema[optional] [readonly]
OneOfList<UserSchemaAttributeEnum>Non-empty array of valid JSON schemas. Okta only supports `oneOf` for specifying display names for an `enum`. Each schema has the following format: ``` { &quot;const&quot;: &quot;enumValue&quot;, &quot;title&quot;: &quot;display name&quot; } ```[optional]
PatternstringFor `string` log stream schema property type, specifies the regular expression used to validate the property[optional]
PropertiesObjectlog stream schema properties object[optional]
RequiredList<string>Required properties for this log stream schema object[optional]
TitlestringName of the log streaming integration[optional]
TypestringType of log stream schema property[optional] [readonly]
LinksLinksSelf[optional]

[Back to Model list] [Back to API list] [Back to README]