GetPoliciesPlainArgs

data class GetPoliciesPlainArgs(val filter: String) : ConvertibleToJava<GetPoliciesPlainArgs>

A collection of arguments for invoking getPolicies.

Constructors

Link copied to clipboard
constructor(filter: String)

Properties

Link copied to clipboard

The type of policies to be returned in the response. Valid values are AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY

Functions

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