| Package | Description |
|---|---|
| com.google.api.services.cloudidentity.v1 | |
| com.google.api.services.cloudidentity.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudIdentity.InboundSsoAssignments.Create |
CloudIdentity.InboundSsoAssignments.create(InboundSsoAssignment content)
Creates an InboundSsoAssignment for users and devices in a `Customer` under a given `Group` or
`OrgUnit`.
|
CloudIdentity.InboundSsoAssignments.Patch |
CloudIdentity.InboundSsoAssignments.patch(String name,
InboundSsoAssignment content)
Updates an InboundSsoAssignment.
|
| Constructor and Description |
|---|
Create(InboundSsoAssignment content)
Creates an InboundSsoAssignment for users and devices in a `Customer` under a given `Group` or
`OrgUnit`.
|
Patch(String name,
InboundSsoAssignment content)
Updates an InboundSsoAssignment.
|
| Modifier and Type | Method and Description |
|---|---|
InboundSsoAssignment |
InboundSsoAssignment.clone() |
InboundSsoAssignment |
InboundSsoAssignment.set(String fieldName,
Object value) |
InboundSsoAssignment |
InboundSsoAssignment.setCustomer(String customer)
Immutable.
|
InboundSsoAssignment |
InboundSsoAssignment.setName(String name)
Output only.
|
InboundSsoAssignment |
InboundSsoAssignment.setRank(Integer rank)
Must be zero (which is the default value so it can be omitted) for assignments with
`target_org_unit` set and must be greater-than-or-equal-to one for assignments with
`target_group` set.
|
InboundSsoAssignment |
InboundSsoAssignment.setSamlSsoInfo(SamlSsoInfo samlSsoInfo)
SAML SSO details.
|
InboundSsoAssignment |
InboundSsoAssignment.setSignInBehavior(SignInBehavior signInBehavior)
Assertions about users assigned to an IdP will always be accepted from that IdP.
|
InboundSsoAssignment |
InboundSsoAssignment.setSsoMode(String ssoMode)
Inbound SSO behavior.
|
InboundSsoAssignment |
InboundSsoAssignment.setTargetGroup(String targetGroup)
Immutable.
|
InboundSsoAssignment |
InboundSsoAssignment.setTargetOrgUnit(String targetOrgUnit)
Immutable.
|
| Modifier and Type | Method and Description |
|---|---|
List<InboundSsoAssignment> |
ListInboundSsoAssignmentsResponse.getInboundSsoAssignments()
The assignments.
|
| Modifier and Type | Method and Description |
|---|---|
ListInboundSsoAssignmentsResponse |
ListInboundSsoAssignmentsResponse.setInboundSsoAssignments(List<InboundSsoAssignment> inboundSsoAssignments)
The assignments.
|
Copyright © 2011–2024 Google. All rights reserved.