GetPolicyTemplatePlainArgs

data class GetPolicyTemplatePlainArgs(val policyStoreId: String, val policyTemplateId: String) : ConvertibleToJava<GetPolicyTemplatePlainArgs>

Constructors

Link copied to clipboard
constructor(policyStoreId: String, policyTemplateId: String)

Properties

Link copied to clipboard

The unique identifier of the policy store that contains the template.

Link copied to clipboard

The unique identifier of the new or modified policy template.

Functions

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