ServicePerimeterSpecEgressPolicyEgressFromArgs

data class ServicePerimeterSpecEgressPolicyEgressFromArgs(val identities: Output<List<String>>? = null, val identityType: Output<String>? = null, val sourceRestriction: Output<String>? = null, val sources: Output<List<ServicePerimeterSpecEgressPolicyEgressFromSourceArgs>>? = null) : ConvertibleToJava<ServicePerimeterSpecEgressPolicyEgressFromArgs>

Constructors

constructor(identities: Output<List<String>>? = null, identityType: Output<String>? = null, sourceRestriction: Output<String>? = null, sources: Output<List<ServicePerimeterSpecEgressPolicyEgressFromSourceArgs>>? = null)

Properties

Link copied to clipboard
val identities: Output<List<String>>? = null

A list of identities that are allowed access through this EgressPolicy. Should be in the format of email address. The email address should represent individual user or service account only.

Link copied to clipboard
val identityType: Output<String>? = null

Specifies the type of identities that are allowed access to outside the perimeter. If left unspecified, then members of identities field will be allowed access. Possible values are: IDENTITY_TYPE_UNSPECIFIED, ANY_IDENTITY, ANY_USER_ACCOUNT, ANY_SERVICE_ACCOUNT.

Link copied to clipboard
val sourceRestriction: Output<String>? = null

Whether to enforce traffic restrictions based on sources field. If the sources field is non-empty, then this field must be set to SOURCE_RESTRICTION_ENABLED. Possible values are: SOURCE_RESTRICTION_UNSPECIFIED, SOURCE_RESTRICTION_ENABLED, SOURCE_RESTRICTION_DISABLED.

Link copied to clipboard

Sources that this EgressPolicy authorizes access from. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): ServicePerimeterSpecEgressPolicyEgressFromArgs