public static interface ServicePerimeterConfig.IngressFromOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentities(int index)
A list of identities that are allowed access through this ingress
policy.
|
ByteString |
getIdentitiesBytes(int index)
A list of identities that are allowed access through this ingress
policy.
|
int |
getIdentitiesCount()
A list of identities that are allowed access through this ingress
policy.
|
List<String> |
getIdentitiesList()
A list of identities that are allowed access through this ingress
policy.
|
ServicePerimeterConfig.IdentityType |
getIdentityType()
Specifies the type of identities that are allowed access from outside the
perimeter.
|
int |
getIdentityTypeValue()
Specifies the type of identities that are allowed access from outside the
perimeter.
|
ServicePerimeterConfig.IngressSource |
getSources(int index)
Sources that this [IngressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
authorizes access from.
|
int |
getSourcesCount()
Sources that this [IngressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
authorizes access from.
|
List<ServicePerimeterConfig.IngressSource> |
getSourcesList()
Sources that this [IngressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
authorizes access from.
|
ServicePerimeterConfig.IngressSourceOrBuilder |
getSourcesOrBuilder(int index)
Sources that this [IngressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
authorizes access from.
|
List<? extends ServicePerimeterConfig.IngressSourceOrBuilder> |
getSourcesOrBuilderList()
Sources that this [IngressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
authorizes access from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedList<ServicePerimeterConfig.IngressSource> getSourcesList()
Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.
repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;
ServicePerimeterConfig.IngressSource getSources(int index)
Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.
repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;
int getSourcesCount()
Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.
repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;
List<? extends ServicePerimeterConfig.IngressSourceOrBuilder> getSourcesOrBuilderList()
Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.
repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;
ServicePerimeterConfig.IngressSourceOrBuilder getSourcesOrBuilder(int index)
Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.
repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;
List<String> getIdentitiesList()
A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.
repeated string identities = 2;int getIdentitiesCount()
A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.
repeated string identities = 2;String getIdentities(int index)
A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.
repeated string identities = 2;index - The index of the element to return.ByteString getIdentitiesBytes(int index)
A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.
repeated string identities = 2;index - The index of the value to return.int getIdentityTypeValue()
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.
.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IdentityType identity_type = 3;
ServicePerimeterConfig.IdentityType getIdentityType()
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.
.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IdentityType identity_type = 3;
Copyright © 2021 Google LLC. All rights reserved.