v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-037389158.9 KB
IdentityProviderService

UpdateIdentityProvider updates an identity provider.

patch/api/v1/identity-providers/{identity-provider}

Path parameters

identity-providerstring required

The identity-provider id.

Query parameters

updateMaskstring field-mask

Required. The update mask applies to the resource. Only the top level fields of IdentityProvider are supported.

Request body

namestring

The resource name of the identity provider. Format: identity-providers/{idp}

type'TYPE_UNSPECIFIED' | 'OAUTH2' enum required

Required. The type of the identity provider.

titlestring required

Required. The display title of the identity provider.

identifierFilterstring

Optional. Filter applied to user identifiers.

Response

OK

namestring

The resource name of the identity provider. Format: identity-providers/{idp}

type'TYPE_UNSPECIFIED' | 'OAUTH2' enum required

Required. The type of the identity provider.

titlestring required

Required. The display title of the identity provider.

identifierFilterstring

Optional. Filter applied to user identifiers.