GetPolicyPlainArgs

data class GetPolicyPlainArgs(val policyId: String, val policyStoreId: String) : ConvertibleToJava<GetPolicyPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The unique ID of the new or updated policy.

Link copied to clipboard

Specifies the PolicyStoreId of the policy store you want to store the policy in.

Functions

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