> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bed-7559-api-key-exp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Okta_SecretOf

> Client secret associated with an application or service integration

<img noZoom src="https://mintcdn.com/specterops-bed-7559-api-key-exp/Q9Jppg_Pu54SydxZ/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=Q9Jppg_Pu54SydxZ&q=85&s=dab889e863a05e09b1378befc30bbb10" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [Okta\_ClientSecret](/opengraph/extensions/okta/nodes/okta_clientsecret)
* Destination: [Okta\_Application](/opengraph/extensions/okta/nodes/okta_application), [Okta\_ApiServiceIntegration](/opengraph/extensions/okta/nodes/okta_apiserviceintegration)
* Traversable: ✅

## General Information

The traversable Okta\_SecretOf edges represent the relationship between service applications or API service integrations and their associated client secrets, represented by the [Okta\_ClientSecret](/opengraph/extensions/okta/nodes/okta_clientsecret) nodes.

```mermaid theme={null}
graph LR
    is1("Okta_APIServiceIntegration Elastic Agent")
    is2("Okta_APIServiceIntegration Falcon Shield")
    cs1("Okta_ClientSecret pdWB5I2I1LJ_cUAzD9fB1w")
    cs2("Okta_ClientSecret lLRrn0i2tIa5YowaQuTdtQ")
    cs3("Okta_ClientSecret EpGPhXPYLxqY2JEWRjTSAQ")
    cs1 -- Okta_SecretOf --> is1
    cs2 -- Okta_SecretOf --> is2
    cs3 -- Okta_SecretOf --> is2
```
