Uses of Class
com.exoscale.sdk.model.GoogleAuthIntegration
-
Packages that use GoogleAuthIntegration Package Description com.exoscale.sdk.model -
-
Uses of GoogleAuthIntegration in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return GoogleAuthIntegration Modifier and Type Method Description GoogleAuthIntegration
GoogleAuthIntegration. addAllowedDomainsItem(String allowedDomainsItem)
GoogleAuthIntegration
GoogleAuthIntegration. allowedDomains(List<String> allowedDomains)
GoogleAuthIntegration
GoogleAuthIntegration. allowSignUp(Boolean allowSignUp)
GoogleAuthIntegration
GoogleAuthIntegration. clientId(String clientId)
GoogleAuthIntegration
GoogleAuthIntegration. clientSecret(String clientSecret)
GoogleAuthIntegration
JsonSchemaGrafana. getAuthGoogle()
Get authGoogleMethods in com.exoscale.sdk.model with parameters of type GoogleAuthIntegration Modifier and Type Method Description JsonSchemaGrafana
JsonSchemaGrafana. authGoogle(GoogleAuthIntegration authGoogle)
void
JsonSchemaGrafana. setAuthGoogle(GoogleAuthIntegration authGoogle)
-