AuthProfileApiResponse

AuthProfileApiResponse
AuthProfileApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "configpb_attributes": {
                "version": 0
            },
            "description": "string",
            "http": {
                "cache_expiration_time": 0,
                "request_header": "string",
                "require_user_groups": [
                    "string"
                ]
            },
            "jwt_profile_ref": "string",
            "ldap": {
                "base_dn": "string",
                "bind_as_administrator": false,
                "email_attribute": "string",
                "full_name_attribute": "string",
                "port": 0,
                "security_mode": "string",
                "server": [
                    "string"
                ],
                "settings": {
                    "admin_bind_dn": "string",
                    "group_filter": "string",
                    "group_member_attribute": "string",
                    "group_member_is_full_dn": false,
                    "group_search_dn": "string",
                    "group_search_scope": "string",
                    "ignore_referrals": false,
                    "password": "string",
                    "user_attributes": [
                        "string"
                    ],
                    "user_id_attribute": "string",
                    "user_search_dn": "string",
                    "user_search_scope": "string"
                },
                "user_bind": {
                    "dn_template": "string",
                    "token": "string",
                    "user_attributes": [
                        "string"
                    ],
                    "user_id_attribute": "string"
                }
            },
            "markers": [
                {
                    "key": "string",
                    "values": [
                        "string"
                    ]
                }
            ],
            "name": "string",
            "oauth_profile": {
                "authorization_endpoint": "string",
                "end_session_endpoint": "string",
                "instance_id": "string",
                "introspection_endpoint": "string",
                "issuer": "string",
                "jwks_timeout": 0,
                "jwks_uri": "string",
                "oauth_controller_settings": {
                    "client_id": "string",
                    "client_secret": "string",
                    "oidc_config": {
                        "oidc_enable": false,
                        "profile": false,
                        "userinfo": false
                    },
                    "scopes": [
                        "string"
                    ]
                },
                "oauth_profile_type": "string",
                "oauth_provider": "string",
                "oauth_resp_buffer_sz": 0,
                "org_id": "string",
                "pool_ref": "string",
                "redirect_uri": "string",
                "service_id": "string",
                "service_name": "string",
                "token_endpoint": "string",
                "userinfo_endpoint": "string"
            },
            "pa_agent_ref": "string",
            "saml": {
                "idp": {
                    "meta_data_download_interval": 0,
                    "metadata": "string",
                    "metadata_url": "string",
                    "periodic_download": false
                },
                "sp": {
                    "fqdn": "string",
                    "org_display_name": "string",
                    "org_name": "string",
                    "org_url": "string",
                    "saml_entity_type": "string",
                    "sp_nodes": [
                        {
                            "entity_id": "string",
                            "name": "string",
                            "signing_ssl_key_and_certificate_ref": "string",
                            "single_signon_url": "string"
                        }
                    ],
                    "tech_contact_email": "string",
                    "tech_contact_name": "string"
                }
            },
            "tacacs_plus": {
                "authorization_attrs": [
                    {
                        "mandatory": false,
                        "name": "string",
                        "value": "string"
                    }
                ],
                "password": "string",
                "port": 0,
                "server": [
                    "string"
                ],
                "service": "string"
            },
            "tenant_ref": "string",
            "type": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

results
Required

results

string
next
Optional

next

Returned By