Skip to main content
PUT
Update managed account integration

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

managed_account_token
string
required
access_credential_token
string
required

Body

application/json

Update a delegated Integration on a Managed Account.

provider_account_identifiers
string[]
required

The provider account identifiers this delegated Integration should import, replacing the current list. For Azure CSP these are Azure subscription ids. An empty array applies no filter.

Response

ManagedAccountIntegration model

access_credential_token
string
required

The token of the parent Access Credential that is delegated to this Managed Account.

Example:

"accss_crdntl_3971e6f022b4e39b"

provider
string
required

The key of the Provider for the delegated Integration.

Example:

"azure_csp"

provider_account_identifiers
string[]
required

The provider account identifiers this delegated Integration imports. For Azure CSP these are Azure subscription ids. An empty array means no filter is applied, so every provider account the credential can see is imported. Providers that do not support scoping always report an empty array.