Method: inboundSsoAssignments.patch

Updates an InboundSsoAssignment.

The body of this request is the inboundSsoAssignment field and the updateMask is relative to that. For example: a PATCH to /v1/inboundSsoAssignments/0abcdefg1234567&updateMask=rank with a body of { "rank": 1 } moves that (presumably group-targeted) SSO assignment to the highest priority and shifts any other group-targeted assignments down in priority.

HTTP request

PATCH https://cloudidentity.googleapis.com/v1/{inboundSsoAssignment.name=inboundSsoAssignments/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
inboundSsoAssignment.name

string

Output only. Resource name of the Inbound SSO Assignment.

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. The list of fields to be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Request body

The request body contains an instance of InboundSsoAssignment.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-identity.inboundsso
  • https://www.googleapis.com/auth/cloud-identity
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.