Service Perimeter Status Egress Policy Egress From Args
data class ServicePerimeterStatusEgressPolicyEgressFromArgs(val identities: Output<List<String>>? = null, val identityType: Output<String>? = null, val sourceRestriction: Output<String>? = null, val sources: Output<List<ServicePerimeterStatusEgressPolicyEgressFromSourceArgs>>? = null) : ConvertibleToJava<ServicePerimeterStatusEgressPolicyEgressFromArgs>
Constructors
Link copied to clipboard
fun ServicePerimeterStatusEgressPolicyEgressFromArgs(identities: Output<List<String>>? = null, identityType: Output<String>? = null, sourceRestriction: Output<String>? = null, sources: Output<List<ServicePerimeterStatusEgressPolicyEgressFromSourceArgs>>? = null)