v52

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

CreateIdentityProvider creates an identity provider.

post/api/v1/identity-providers

Query parameters

identityProviderIdstring

Optional. The ID to use for the identity provider, which will become the final component of the resource name. If not provided, the system will generate one. Format: ^a-zA-Z0-9?$

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.