public final class InboundSamlSsoProfile
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 Cloud Identity 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 |
|---|
InboundSamlSsoProfile() |
| Modifier and Type | Method and Description |
|---|---|
InboundSamlSsoProfile |
clone() |
String |
getCustomer()
Immutable.
|
String |
getDisplayName()
Human-readable name of the SAML SSO profile.
|
SamlIdpConfig |
getIdpConfig()
SAML identity provider configuration.
|
String |
getName()
Output only.
|
SamlSpConfig |
getSpConfig()
SAML service provider configuration for this SAML SSO profile.
|
InboundSamlSsoProfile |
set(String fieldName,
Object value) |
InboundSamlSsoProfile |
setCustomer(String customer)
Immutable.
|
InboundSamlSsoProfile |
setDisplayName(String displayName)
Human-readable name of the SAML SSO profile.
|
InboundSamlSsoProfile |
setIdpConfig(SamlIdpConfig idpConfig)
SAML identity provider configuration.
|
InboundSamlSsoProfile |
setName(String name)
Output only.
|
InboundSamlSsoProfile |
setSpConfig(SamlSpConfig spConfig)
SAML service provider configuration for this SAML SSO profile.
|
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 getCustomer()
null for nonepublic InboundSamlSsoProfile setCustomer(String customer)
customer - customer or null for nonepublic String getDisplayName()
null for nonepublic InboundSamlSsoProfile setDisplayName(String displayName)
displayName - displayName or null for nonepublic SamlIdpConfig getIdpConfig()
null for nonepublic InboundSamlSsoProfile setIdpConfig(SamlIdpConfig idpConfig)
idpConfig - idpConfig or null for nonepublic String getName()
null for nonepublic InboundSamlSsoProfile setName(String name)
name - name or null for nonepublic SamlSpConfig getSpConfig()
null for nonepublic InboundSamlSsoProfile setSpConfig(SamlSpConfig spConfig)
spConfig - spConfig or null for nonepublic InboundSamlSsoProfile set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InboundSamlSsoProfile clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.