Create

Attack Surface Management currently supports the following integrations, Use the samples in the post body:

GCP:

{
  "name": "Test GCP Integration",
  "secrets": {
    "service_account_email": "[email protected]"
  },
  "type": "GcpCredential"
}

Jira:

{
    "name": "Test JIRA Integration",
    "secrets": {
        "jira_api_key": "APIKEYHERE",
        "host": "hostname.com",
        "username": "[email protected]"
    },
    "type": "jira"
}

Azure:

{
    "name": "Test Azure Integration",
    "secrets": {
        "tenant_id": "TenantIdhere"
    },
    "type": "azure"
}

Github:

{
    "name": "Test github Integration",
    "secrets": {
        "github_access_token": "TokenHere"
    },
    "type": "github"
}

Akamai:

  {
    "name": "Test akamai Integration",
    "secrets": {
        "client_secret": "SecretHere",
        "host": "hosthere.com",
        "access_token": "AccessTokenHere",
        "client_token": "ClientTokenHere"
    },
    "type": "akamai"
}

Godaddy:

{
    "name": "Test godaddy Integration",
    "secrets": {
        "api_key": "KeyHere",
        "api_secret": "SecretHere"
    },
    "type": "godaddy"
}

Cloudflare:

{
    "name": "Test cloudflare Integration",
    "secrets": {
        "cloudflare_api_key": "APIKeyHere"
    },
    "type": "cloudflare"
}

AWS Roles:

{
    "name": "Test AwsCredential Integration",
    "secrets": {
        "aws_role_arn": "RoleHere"
    },
    "type": "AwsCredential"
}

AWS Keys:

{
    "name": "Test AwsCredential Integration",
    "secrets": {
        "aws_access_key_id": "KeyHere",
        "aws_secret_access_key": "SecretHere",
    },
    "type": "AwsCredential"
}

Language
Click Try It! to start a request and see the response here!