public final class WorkforcePoolProvider
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 |
|---|
WorkforcePoolProvider() |
| Modifier and Type | Method and Description |
|---|---|
WorkforcePoolProvider |
clone() |
String |
getAttributeCondition()
A [Common Expression Language](https://opensource.google/projects/cel) expression, in plain
text, to restrict what otherwise valid authentication credentials issued by the provider should
not be accepted.
|
Map<String,String> |
getAttributeMapping()
Required.
|
String |
getDescription()
A user-specified description of the provider.
|
Boolean |
getDisabled()
Disables the workforce pool provider.
|
String |
getDisplayName()
A user-specified display name for the provider.
|
String |
getExpireTime()
Output only.
|
String |
getName()
Output only.
|
GoogleIamAdminV1WorkforcePoolProviderOidc |
getOidc()
An OpenId Connect 1.0 identity provider configuration.
|
GoogleIamAdminV1WorkforcePoolProviderSaml |
getSaml()
A SAML identity provider configuration.
|
String |
getState()
Output only.
|
WorkforcePoolProvider |
set(String fieldName,
Object value) |
WorkforcePoolProvider |
setAttributeCondition(String attributeCondition)
A [Common Expression Language](https://opensource.google/projects/cel) expression, in plain
text, to restrict what otherwise valid authentication credentials issued by the provider should
not be accepted.
|
WorkforcePoolProvider |
setAttributeMapping(Map<String,String> attributeMapping)
Required.
|
WorkforcePoolProvider |
setDescription(String description)
A user-specified description of the provider.
|
WorkforcePoolProvider |
setDisabled(Boolean disabled)
Disables the workforce pool provider.
|
WorkforcePoolProvider |
setDisplayName(String displayName)
A user-specified display name for the provider.
|
WorkforcePoolProvider |
setExpireTime(String expireTime)
Output only.
|
WorkforcePoolProvider |
setName(String name)
Output only.
|
WorkforcePoolProvider |
setOidc(GoogleIamAdminV1WorkforcePoolProviderOidc oidc)
An OpenId Connect 1.0 identity provider configuration.
|
WorkforcePoolProvider |
setSaml(GoogleIamAdminV1WorkforcePoolProviderSaml saml)
A SAML identity provider configuration.
|
WorkforcePoolProvider |
setState(String state)
Output only.
|
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 String getAttributeCondition()
null for nonepublic WorkforcePoolProvider setAttributeCondition(String attributeCondition)
attributeCondition - attributeCondition or null for nonepublic Map<String,String> getAttributeMapping()
null for nonepublic WorkforcePoolProvider setAttributeMapping(Map<String,String> attributeMapping)
attributeMapping - attributeMapping or null for nonepublic String getDescription()
null for nonepublic WorkforcePoolProvider setDescription(String description)
description - description or null for nonepublic Boolean getDisabled()
null for nonepublic WorkforcePoolProvider setDisabled(Boolean disabled)
disabled - disabled or null for nonepublic String getDisplayName()
null for nonepublic WorkforcePoolProvider setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getExpireTime()
null for nonepublic WorkforcePoolProvider setExpireTime(String expireTime)
expireTime - expireTime or null for nonepublic String getName()
null for nonepublic WorkforcePoolProvider setName(String name)
name - name or null for nonepublic GoogleIamAdminV1WorkforcePoolProviderOidc getOidc()
null for nonepublic WorkforcePoolProvider setOidc(GoogleIamAdminV1WorkforcePoolProviderOidc oidc)
oidc - oidc or null for nonepublic GoogleIamAdminV1WorkforcePoolProviderSaml getSaml()
null for nonepublic WorkforcePoolProvider setSaml(GoogleIamAdminV1WorkforcePoolProviderSaml saml)
saml - saml or null for nonepublic String getState()
null for nonepublic WorkforcePoolProvider setState(String state)
state - state or null for nonepublic WorkforcePoolProvider set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic WorkforcePoolProvider clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.