data class GetRolesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val policyName: String? = null, val policyType: String? = null) : ConvertibleToJava<GetRolesPlainArgs>
Filter results by a specific policy name. If you set this parameter without setting policy_type, the later will be automatically set to System. The resulting roles will be attached to the specified policy.