Get an IDP (v3.3)
GET/v3.3/api/tenants/:tenant_id/idps/:idp_id
List a specific IDP.
Request
Path Parameters
The tenant ID.
The IdP ID.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
The option Auto Create Operators is selected. True or False.
The option Auto Create Operator Roles is selected. True or False.
List the disabled IdP configurations.
List the reasons for disabled IdP configurations.
The ID.
The entered email ID of the Palo Alto Networks Customer Support.
The configured IdP domain name. Max length = 128. Consisting of letters all in lower case and numbers only.
The IdP identity provider ID.
The IdP login URL.
The IdP log out URL.
The IdP metadata b64.
List the inactive IdP configurations.
The reason for the IdP configuration being inactive.
The is_hob true or false.
The match email domain.
Role mapping as defined in the IdP system.
The session timeout duration for a session in seconds. The default value is 3600 seconds.
The sign redirect binding is true or false.
The SP metadata b64.
sp_x509_b64.
The SP x509 serial number. Max length = 1024.
ID of the tenant.
{
"auto_provision_operators": true,
"auto_provision_roles": true,
"disabled": true,
"disabled_reason": "string",
"id": "string",
"idp_domain_admin_email": "string",
"idp_domains": [
"string"
],
"idp_entity_id": "string",
"idp_login_url": "string",
"idp_logout_url": "string",
"idp_metadata_b64": "string",
"inactive": true,
"inactive_reason": "string",
"is_hob": true,
"match_email_domain": true,
"role_map": {},
"session_timeout_s": 0,
"sign_redirect_binding": true,
"sp_metadata_b64": "string",
"sp_x509_b64": "string",
"sp_x509_serial_no": "string",
"tenant_id": "string"
}