Method: projects.inboundSamlConfigs.patch

Update an inbound SAML configuration for an Identity Toolkit project.

HTTP request

PATCH https://identitytoolkit.googleapis.com/admin/v2/{inboundSamlConfig.name=projects/*/inboundSamlConfigs/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
inboundSamlConfig.name

string

The name of the InboundSamlConfig resource, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'. Ignored during create requests.

Query parameters

Parameters
updateMask

string (FieldMask format)

The update mask applies to the resource. Empty update mask will result in updating nothing. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

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 InboundSamlConfig.

Response body

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

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/identitytoolkit
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.