Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.36 KB

File metadata and controls

22 lines (18 loc) · 1.36 KB

ExternalAccount

Properties

Name Type Description Notes
id int Unique ID [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
name str Name [optional]
updated_at datetime ISO 8601 timestamp when the resource was updated [optional]
provider str The cloud provider this account is for [optional]
team Team Associated Team [optional]
team_id int Associated Team ID [optional]
scan_intervals list[ScanInterval] Associated Scan Intervals [optional]
disabled_signatures list[Signature] Associated Disabled Signatures [optional]
suppressions list[Suppression] Associated Suppressions [optional]
suppression_ids list[int] Associated Suppressions IDs [optional]
azure_group AzureGroup Associated Azure Group [optional]
credentials ExternalAccountAmazonIam Associated Credentials [optional]

[Back to Model list] [Back to API list] [Back to README]