public class CloudIdentity.InboundSsoAssignments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudIdentity.InboundSsoAssignments.Create |
class |
CloudIdentity.InboundSsoAssignments.Delete |
class |
CloudIdentity.InboundSsoAssignments.Get |
class |
CloudIdentity.InboundSsoAssignments.List |
class |
CloudIdentity.InboundSsoAssignments.Patch |
| Constructor and Description |
|---|
InboundSsoAssignments() |
| Modifier and Type | Method and Description |
|---|---|
CloudIdentity.InboundSsoAssignments.Create |
create(InboundSsoAssignment content)
Creates an InboundSsoAssignment for users and devices in a `Customer` under a given `Group` or
`OrgUnit`.
|
CloudIdentity.InboundSsoAssignments.Delete |
delete(String name)
Deletes an InboundSsoAssignment.
|
CloudIdentity.InboundSsoAssignments.Get |
get(String name)
Gets an InboundSsoAssignment.
|
CloudIdentity.InboundSsoAssignments.List |
list()
Lists the InboundSsoAssignments for a `Customer`.
|
CloudIdentity.InboundSsoAssignments.Patch |
patch(String name,
InboundSsoAssignment content)
Updates an InboundSsoAssignment.
|
public CloudIdentity.InboundSsoAssignments.Create create(InboundSsoAssignment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the InboundSsoAssignmentIOExceptionpublic CloudIdentity.InboundSsoAssignments.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the
InboundSsoAssignment to delete. Format: `inboundSsoAssignments/{assignment}`IOExceptionpublic CloudIdentity.InboundSsoAssignments.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the
InboundSsoAssignment to fetch. Format: `inboundSsoAssignments/{assignment}`IOExceptionpublic CloudIdentity.InboundSsoAssignments.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic CloudIdentity.InboundSsoAssignments.Patch patch(String name, InboundSsoAssignment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the Inbound SSO
Assignment.content - the InboundSsoAssignmentIOExceptionCopyright © 2011–2024 Google. All rights reserved.