Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.6 KB

File metadata and controls

19 lines (15 loc) · 1.6 KB

Okta.Sdk.Model.LogStreamSchema

Properties

Name Type Description Notes
Schema string JSON schema version identifier [optional] [readonly]
ErrorMessage Object A collection of error messages for individual properties in the schema. Okta implements a subset of ajv-errors. [optional]
Id string URI of log stream schema [optional] [readonly]
OneOf List<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]
Pattern string For `string` log stream schema property type, specifies the regular expression used to validate the property [optional]
Properties Object log stream schema properties object [optional]
Required List<string> Required properties for this log stream schema object [optional]
Title string Name of the log streaming integration [optional]
Type string Type of log stream schema property [optional] [readonly]
Links LinksSelf [optional]

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