Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 1.78 KB

Signature.md

File metadata and controls

25 lines (21 loc) · 1.78 KB

Signature

Properties

Name Type Description Notes
id int Unique ID [optional]
copyable bool Indicates if this signature is able to be copied or not [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
description str The description of the signature [optional]
identifier str The identifier of the signature [optional]
name str The name of the signature [optional]
resolution str Details for how to resolve this signature [optional]
risk_level str The risk-level of the problem identified by the signature. Valid values are low, medium, high [optional]
supports_user_attribution bool Indicates if this signature supports user attribution or not [optional]
updated_at datetime ISO 8601 timestamp when the resource was updated [optional]
custom_risk_level str The custom risk-level of the problem identified by the signature for this external_account. Valid values are low, medium, high [optional]
service Service Associated Service [optional]
service_id int Associated Service ID [optional]
disabled_external_accounts list[ExternalAccount] Associated Disabled External Accounts [optional]
suppressions list[Suppression] Associated Suppressions [optional]
suppression_ids list[int] Associated Suppressions IDs [optional]

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