Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
SecuritySettings |
SecuritySettings.clone() |
SecuritySettings |
BackendService.getSecuritySettings()
This field specifies the security policy that applies to this backend service.
|
SecuritySettings |
SecuritySettings.set(String fieldName,
Object value) |
SecuritySettings |
SecuritySettings.setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy)
Authentication policy defines what authentication methods can be accepted on backends, and if
authenticated, which method/certificate will set the request principal.
|
SecuritySettings |
SecuritySettings.setAuthorizationConfig(AuthorizationConfig authorizationConfig)
Authorization config defines the Role Based Access Control (RBAC) config.
|
SecuritySettings |
SecuritySettings.setClientTlsSettings(ClientTlsSettings clientTlsSettings)
TLS Settings for the backend service.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.setSecuritySettings(SecuritySettings securitySettings)
This field specifies the security policy that applies to this backend service.
|
Copyright © 2011–2019 Google. All rights reserved.