Ingress From Args
data class IngressFromArgs(val identities: Output<List<String>>? = null, val identityType: Output<IngressFromIdentityType>? = null, val sources: Output<List<IngressSourceArgs>>? = null) : ConvertibleToJava<IngressFromArgs>
Defines the conditions under which an IngressPolicy matches a request. Conditions are based on information about the source of the request. The request must satisfy what is defined in sources
AND identity related fields in order to match.
Constructors
Link copied to clipboard
fun IngressFromArgs(identities: Output<List<String>>? = null, identityType: Output<IngressFromIdentityType>? = null, sources: Output<List<IngressSourceArgs>>? = null)