public final class WorkloadIdentityPoolProvider
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 |
|---|
WorkloadIdentityPoolProvider() |
| Modifier and Type | Method and Description |
|---|---|
WorkloadIdentityPoolProvider |
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()
Maps attributes from authentication credentials issued by an external identity provider to
Google Cloud attributes, such as `subject` and `segment`.
|
Aws |
getAws()
An Amazon Web Services identity provider.
|
String |
getDescription()
A description for the provider.
|
Boolean |
getDisabled()
Whether the provider is disabled.
|
String |
getDisplayName()
A display name for the provider.
|
String |
getExpireTime()
Output only.
|
String |
getName()
Output only.
|
Oidc |
getOidc()
An OpenId Connect 1.0 identity provider.
|
Saml |
getSaml()
An SAML 2.0 identity provider.
|
String |
getState()
Output only.
|
WorkloadIdentityPoolProvider |
set(String fieldName,
Object value) |
WorkloadIdentityPoolProvider |
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.
|
WorkloadIdentityPoolProvider |
setAttributeMapping(Map<String,String> attributeMapping)
Maps attributes from authentication credentials issued by an external identity provider to
Google Cloud attributes, such as `subject` and `segment`.
|
WorkloadIdentityPoolProvider |
setAws(Aws aws)
An Amazon Web Services identity provider.
|
WorkloadIdentityPoolProvider |
setDescription(String description)
A description for the provider.
|
WorkloadIdentityPoolProvider |
setDisabled(Boolean disabled)
Whether the provider is disabled.
|
WorkloadIdentityPoolProvider |
setDisplayName(String displayName)
A display name for the provider.
|
WorkloadIdentityPoolProvider |
setExpireTime(String expireTime)
Output only.
|
WorkloadIdentityPoolProvider |
setName(String name)
Output only.
|
WorkloadIdentityPoolProvider |
setOidc(Oidc oidc)
An OpenId Connect 1.0 identity provider.
|
WorkloadIdentityPoolProvider |
setSaml(Saml saml)
An SAML 2.0 identity provider.
|
WorkloadIdentityPoolProvider |
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 WorkloadIdentityPoolProvider setAttributeCondition(String attributeCondition)
attributeCondition - attributeCondition or null for nonepublic Map<String,String> getAttributeMapping()
null for nonepublic WorkloadIdentityPoolProvider setAttributeMapping(Map<String,String> attributeMapping)
attributeMapping - attributeMapping or null for nonepublic Aws getAws()
null for nonepublic WorkloadIdentityPoolProvider setAws(Aws aws)
aws - aws or null for nonepublic String getDescription()
null for nonepublic WorkloadIdentityPoolProvider setDescription(String description)
description - description or null for nonepublic Boolean getDisabled()
null for nonepublic WorkloadIdentityPoolProvider setDisabled(Boolean disabled)
disabled - disabled or null for nonepublic String getDisplayName()
null for nonepublic WorkloadIdentityPoolProvider setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getExpireTime()
null for nonepublic WorkloadIdentityPoolProvider setExpireTime(String expireTime)
expireTime - expireTime or null for nonepublic String getName()
null for nonepublic WorkloadIdentityPoolProvider setName(String name)
name - name or null for nonepublic Oidc getOidc()
null for nonepublic WorkloadIdentityPoolProvider setOidc(Oidc oidc)
oidc - oidc or null for nonepublic Saml getSaml()
null for nonepublic WorkloadIdentityPoolProvider setSaml(Saml saml)
saml - saml or null for nonepublic String getState()
null for nonepublic WorkloadIdentityPoolProvider setState(String state)
state - state or null for nonepublic WorkloadIdentityPoolProvider set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic WorkloadIdentityPoolProvider clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.