public static interface ServerTlsPolicy.MTLSPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClientValidationCa(int index)
public abstract ValidationCA getClientValidationCa(int index)Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;
| Name | Description |
index |
int |
| Type | Description |
ValidationCA |
getClientValidationCaCount()
public abstract int getClientValidationCaCount()Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;
| Type | Description |
int |
getClientValidationCaList()
public abstract List<ValidationCA> getClientValidationCaList()Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;
| Type | Description |
List<ValidationCA> |
getClientValidationCaOrBuilder(int index)
public abstract ValidationCAOrBuilder getClientValidationCaOrBuilder(int index)Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;
| Name | Description |
index |
int |
| Type | Description |
ValidationCAOrBuilder |
getClientValidationCaOrBuilderList()
public abstract List<? extends ValidationCAOrBuilder> getClientValidationCaOrBuilderList()Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate.
repeated .google.cloud.networksecurity.v1.ValidationCA client_validation_ca = 1;
| Type | Description |
List<? extends com.google.cloud.networksecurity.v1.ValidationCAOrBuilder> |