GetZeroTrustAccessPolicyPlainArgs

data class GetZeroTrustAccessPolicyPlainArgs(val accountId: String, val policyId: String? = null) : ConvertibleToJava<GetZeroTrustAccessPolicyPlainArgs>

A collection of arguments for invoking getZeroTrustAccessPolicy.

Constructors

Link copied to clipboard
constructor(accountId: String, policyId: String? = null)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
val policyId: String? = null

The UUID of the policy

Functions

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