GetPolicyPlainArgs

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

A collection of arguments for invoking getPolicy.

Constructors

Link copied to clipboard
constructor(policyId: String)

Properties

Link copied to clipboard

The unique identifier (ID) of the policy that you want more details on. Policy id starts with a "p-" followed by 8-28 lowercase or uppercase letters, digits, and underscores.

Functions

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