| Package | Description |
|---|---|
| com.google.api.services.cloudidentity.v1 | |
| com.google.api.services.cloudidentity.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudIdentity.InboundSamlSsoProfiles.Create |
CloudIdentity.InboundSamlSsoProfiles.create(InboundSamlSsoProfile content)
Creates an InboundSamlSsoProfile for a customer.
|
CloudIdentity.InboundSamlSsoProfiles.Patch |
CloudIdentity.InboundSamlSsoProfiles.patch(String name,
InboundSamlSsoProfile content)
Updates an InboundSamlSsoProfile.
|
| Constructor and Description |
|---|
Create(InboundSamlSsoProfile content)
Creates an InboundSamlSsoProfile for a customer.
|
Patch(String name,
InboundSamlSsoProfile content)
Updates an InboundSamlSsoProfile.
|
| Modifier and Type | Method and Description |
|---|---|
InboundSamlSsoProfile |
InboundSamlSsoProfile.clone() |
InboundSamlSsoProfile |
InboundSamlSsoProfile.set(String fieldName,
Object value) |
InboundSamlSsoProfile |
InboundSamlSsoProfile.setCustomer(String customer)
Immutable.
|
InboundSamlSsoProfile |
InboundSamlSsoProfile.setDisplayName(String displayName)
Human-readable name of the SAML SSO profile.
|
InboundSamlSsoProfile |
InboundSamlSsoProfile.setIdpConfig(SamlIdpConfig idpConfig)
SAML identity provider configuration.
|
InboundSamlSsoProfile |
InboundSamlSsoProfile.setName(String name)
Output only.
|
InboundSamlSsoProfile |
InboundSamlSsoProfile.setSpConfig(SamlSpConfig spConfig)
SAML service provider configuration for this SAML SSO profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<InboundSamlSsoProfile> |
ListInboundSamlSsoProfilesResponse.getInboundSamlSsoProfiles()
List of InboundSamlSsoProfiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListInboundSamlSsoProfilesResponse |
ListInboundSamlSsoProfilesResponse.setInboundSamlSsoProfiles(List<InboundSamlSsoProfile> inboundSamlSsoProfiles)
List of InboundSamlSsoProfiles.
|
Copyright © 2011–2024 Google. All rights reserved.