public static interface ServicePerimeterConfig.EgressFromOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentities(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The identities at the given index. |
getIdentitiesBytes(int index)
public abstract 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the identities at the given index. |
getIdentitiesCount()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
The count of identities. |
getIdentitiesList()
public abstract List<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;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the identities. |
getIdentityType()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.IdentityType |
The identityType. |
getIdentityTypeValue()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for identityType. |