Service Perimeter Status Ingress Policy Ingress From Args
data class ServicePerimeterStatusIngressPolicyIngressFromArgs(val identities: Output<List<String>>? = null, val identityType: Output<String>? = null, val sources: Output<List<ServicePerimeterStatusIngressPolicyIngressFromSourceArgs>>? = null) : ConvertibleToJava<ServicePerimeterStatusIngressPolicyIngressFromArgs>
Constructors
Link copied to clipboard
constructor(identities: Output<List<String>>? = null, identityType: Output<String>? = null, sources: Output<List<ServicePerimeterStatusIngressPolicyIngressFromSourceArgs>>? = null)
Properties
Link copied to clipboard
'A list of identities that are allowed access through this IngressPolicy. To specify an identity or identity group, use the IAM v1 format specified here. The following prefixes are supprted: user, group, serviceAccount, principal, and principalSet.'
Link copied to clipboard
Specifies the type of identities that are allowed access from 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
Sources that this IngressPolicy authorizes access from. Structure is documented below.