public final class GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Identity and Access Management (IAM) API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig() |
| Modifier and Type | Method and Description |
|---|---|
GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig |
clone() |
List<String> |
getAdditionalScopes()
Additional scopes to request for in the OIDC authentication request on top of scopes requested
by default.
|
String |
getAssertionClaimsBehavior()
Required.
|
String |
getResponseType()
Required.
|
GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig |
set(String fieldName,
Object value) |
GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig |
setAdditionalScopes(List<String> additionalScopes)
Additional scopes to request for in the OIDC authentication request on top of scopes requested
by default.
|
GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig |
setAssertionClaimsBehavior(String assertionClaimsBehavior)
Required.
|
GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig |
setResponseType(String responseType)
Required.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig()
public List<String> getAdditionalScopes()
null for nonepublic GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig setAdditionalScopes(List<String> additionalScopes)
additionalScopes - additionalScopes or null for nonepublic String getAssertionClaimsBehavior()
null for nonepublic GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig setAssertionClaimsBehavior(String assertionClaimsBehavior)
assertionClaimsBehavior - assertionClaimsBehavior or null for nonepublic String getResponseType()
null for nonepublic GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig setResponseType(String responseType)
responseType - responseType or null for nonepublic GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.