REST Resource: projects.tenants.inboundSamlConfigs

Resource: InboundSamlConfig

A pair of SAML RP-IDP configurations when the project acts as the relying party.

JSON representation
{
  "name": string,
  "idpConfig": {
    object (IdpConfig)
  },
  "spConfig": {
    object (SpConfig)
  },
  "displayName": string,
  "enabled": boolean
}
Fields
name

string

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

idpConfig

object (IdpConfig)

The SAML IdP (Identity Provider) configuration when the project acts as the relying party.

spConfig

object (SpConfig)

The SAML SP (Service Provider) configuration when the project acts as the relying party to receive and accept an authentication assertion issued by a SAML identity provider.

displayName

string

The config's display name set by developers.

enabled

boolean

True if allows the user to sign in with the provider.

Methods

create

Create an inbound SAML configuration for an Identity Toolkit project.

delete

Delete an inbound SAML configuration for an Identity Toolkit project.

get

Retrieve an inbound SAML configuration for an Identity Toolkit project.

list

List all inbound SAML configurations for an Identity Toolkit project.

patch

Update an inbound SAML configuration for an Identity Toolkit project.