GetPoliciesForTargetPlainArgs

data class GetPoliciesForTargetPlainArgs(val filter: String, val targetId: String) : ConvertibleToJava<GetPoliciesForTargetPlainArgs>

A collection of arguments for invoking getPoliciesForTarget.

Constructors

Link copied to clipboard
constructor(filter: String, targetId: String)

Properties

Link copied to clipboard

Must supply one of the 5 different policy filters for a target (AISERVICES_OPT_OUT_POLICY | BACKUP_POLICY | RESOURCE_CONTROL_POLICY | SERVICE_CONTROL_POLICY | TAG_POLICY)

Link copied to clipboard

The root (string that begins with "r-" followed by 4-32 lowercase letters or digits), account (12 digit string), or Organizational Unit (string starting with "ou-" followed by 4-32 lowercase letters or digits. This string is followed by a second "-" dash and from 8-32 additional lowercase letters or digits.)

Functions

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