Delen via


LinkedIntegrationRuntimeKeyAuthorization type

De integratieruntime van het sleutelautorisatietype.

type LinkedIntegrationRuntimeKeyAuthorization = LinkedIntegrationRuntimeType & {
  authorizationType: "Key"
  key: SecureString
}