PolicyStoreSchemaDefinitionArgs

data class PolicyStoreSchemaDefinitionArgs(val cedarJson: Output<String>? = null) : ConvertibleToJava<PolicyStoreSchemaDefinitionArgs>

Constructors

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

Properties

Link copied to clipboard
val cedarJson: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): PolicyStoreSchemaDefinitionArgs