PermissionArgs

fun PermissionArgs(constraints: Output<List<PermissionConstraintArgs>>? = null, hosts: Output<List<String>>? = null, methods: Output<List<String>>? = null, notHosts: Output<List<String>>? = null, notMethods: Output<List<String>>? = null, notPaths: Output<List<String>>? = null, notPorts: Output<List<String>>? = null, paths: Output<List<String>>? = null, ports: Output<List<String>>? = null)