PolicyStoreSchemaDefinition

data class PolicyStoreSchemaDefinition(val cedarJson: String? = null)

Constructors

Link copied to clipboard
constructor(cedarJson: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cedarJson: String? = null

A JSON string representation of the schema supported by applications that use this policy store. For more information, see Policy store schema in the AVP User Guide.