networkIpAllowlist property

TfRef<List<String>> get networkIpAllowlist

Reference to network_ip_allowlist attribute.

Implementation

TfRef<List<String>> get networkIpAllowlist =>
    TfRef.attribute<List<String>>(this, 'network_ip_allowlist');