public static interface ServicePerimeterConfig.EgressFromOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentities(int index)
A list of identities that are allowed access through this [EgressPolicy].
|
ByteString |
getIdentitiesBytes(int index)
A list of identities that are allowed access through this [EgressPolicy].
|
int |
getIdentitiesCount()
A list of identities that are allowed access through this [EgressPolicy].
|
List<String> |
getIdentitiesList()
A list of identities that are allowed access through this [EgressPolicy].
|
ServicePerimeterConfig.IdentityType |
getIdentityType()
Specifies the type of identities that are allowed access to outside the
perimeter.
|
int |
getIdentityTypeValue()
Specifies the type of identities that are allowed access to outside the
perimeter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedList<String> getIdentitiesList()
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.
repeated string identities = 1;int getIdentitiesCount()
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.
repeated string identities = 1;String getIdentities(int index)
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.
repeated string identities = 1;index - The index of the element to return.ByteString getIdentitiesBytes(int index)
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.
repeated string identities = 1;index - The index of the value to return.int getIdentityTypeValue()
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.
.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IdentityType identity_type = 2;
ServicePerimeterConfig.IdentityType getIdentityType()
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.
.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IdentityType identity_type = 2;
Copyright © 2021 Google LLC. All rights reserved.