Documentation Index
Fetch the complete documentation index at: https://specterops-fetch-json-component.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Git-HoundGraphQlSamlProvider
Edges
The tables below list edges defined by the GitHound extension only. Additional edges to or from this node may be created by other extensions.
Inbound Edges
| Edge Type | Source Node Types | Traversable |
|---|---|---|
| GH_HasSamlIdentityProvider | GH_Organization | ❌ |
Outbound Edges
| Edge Type | Destination Node Types | Traversable |
|---|---|---|
| GH_HasExternalIdentity | GH_ExternalIdentity | ❌ |
Properties
| Property Name | Data Type | Description |
|---|---|---|
| objectid | string | The GraphQL ID of the SAML identity provider. |
| name | string | Same as objectid. |
| node_id | string | Same as objectid. |
| environment_name | string | The name of the environment (GitHub organization). |
| environmentid | string | The GraphQL ID of the environment (GitHub organization). |
| foreign_environmentid | string | The ID of the foreign environment linked to this provider. |
| digest_method | string | The digest method used by the SAML provider. |
| idp_certificate | string | The identity provider’s X.509 certificate. |
| issuer | string | The SAML issuer URL. |
| signature_method | string | The signature method used by the SAML provider. |
| sso_url | string | The SAML single sign-on URL. |