Skip to content

Commit

Permalink
Merge pull request #38 from runZeroInc/update-credential-enum
Browse files Browse the repository at this point in the history
Update credential type enum
  • Loading branch information
blt04 authored Jan 20, 2025
2 parents dec8a3a + 304793c commit f0f13d8
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion runzero-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5826,7 +5826,34 @@ components:
example: credentials_name
type:
type: string
enum: [miradore_api_key_v1, aws_access_secret]
enum:
- aws_access_secret
- azure_client_secret
- azure_username_password
- censys_search_api_key
- crowdstrike_api_key
- custom_integration_credential
- gcp_service_account_key
- google_workspace_client_secret
- insightvm_username_password
- ldap_username_password
- mecm_db_connection_string
- meraki_api_key
- miradore_api_key_v1
- nessus_access_secret
- netbox_api_key
- palo_alto_api_key
- qualys_username_password
- sentinelone_api_key
- shodan_api_key
- snmpv2_community
- snmpv3_credential
- tanium_api_token
- tenable_access_secret
- tenable_security_center_access_secret
- vmware_username_password
- wiz_client_secret
- x509_keypair
example: miradore_api_key_v1
acl:
type: object
Expand Down

0 comments on commit f0f13d8

Please sign in to comment.