Skip to main content

Delete an IDP (v3.2)

DELETE 

/v3.2/api/tenants/:tenant_id/idps/:idp_id

Delete a specific IDP.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    idp_id stringrequired

    The IdP ID.

Responses

Successful Operation

Schema
    auto_provision_operators boolean

    The option Auto Create Operators is selected. True or False.

    auto_provision_roles boolean

    The option Auto Create Operator Roles is selected. True or False.

    disabled boolean

    List the disabled IdP configurations.

    disabled_reason string

    List the reasons for disabled IdP configurations.

    id string

    The ID.

    idp_domain_admin_email stringrequired

    The entered email ID of the Palo Alto Networks Customer Support.

    idp_domains string[]

    The configured IdP domain name. Max length = 128. Consisting of letters all in lower case and numbers only.

    idp_entity_id stringrequired

    The IdP identity provider ID.

    idp_login_url string

    The IdP login URL.

    idp_logout_url string

    The IdP log out URL.

    idp_metadata_b64 string

    The IdP metadata b64.

    inactive boolean

    List the inactive IdP configurations.

    inactive_reason string

    The reason for the IdP configuration being inactive.

    is_hob boolean

    The is_hob true or false.

    role_map object

    Role mapping as defined in the IdP system.

    session_timeout_s int32

    The session timeout duration for a session in seconds. The default value is 3600 seconds.

    sign_redirect_binding boolean

    The sign redirect binding is true or false.

    sp_metadata_b64 string

    The SP metadata b64.

    sp_x509_b64 string

    sp_x509_b64.

    sp_x509_serial_no string

    The SP x509 serial number. Max length = 1024.

    tenant_id stringrequired

    ID of the tenant.

Loading...