Resource: InboundSamlConfig
A pair of SAML RP-IDP configurations when the project acts as the relying party.
JSON representation |
---|
{ "name": string, "idpConfig": { object ( |
Fields | |
---|---|
name |
The name of the InboundSamlConfig resource, for example: 'projects/my-awesome-project/inboundSamlConfigs/my-config-id'. Ignored during create requests. |
idp |
The SAML IdP (Identity Provider) configuration when the project acts as the relying party. |
sp |
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. |
display |
The config's display name set by developers. |
enabled |
True if allows the user to sign in with the provider. |
Methods |
|
---|---|
|
Create an inbound SAML configuration for an Identity Toolkit project. |
|
Delete an inbound SAML configuration for an Identity Toolkit project. |
|
Retrieve an inbound SAML configuration for an Identity Toolkit project. |
|
List all inbound SAML configurations for an Identity Toolkit project. |
|
Update an inbound SAML configuration for an Identity Toolkit project. |