IndicatorCountDimensions

class oci.threat_intelligence.models.IndicatorCountDimensions(**kwargs)

Bases: object

The indicator dimension that was counted, such as the indicator type.

Attributes

TYPE_DOMAIN_NAME A constant which can be used with the type property of a IndicatorCountDimensions.
TYPE_FILE_NAME A constant which can be used with the type property of a IndicatorCountDimensions.
TYPE_IP_ADDRESS A constant which can be used with the type property of a IndicatorCountDimensions.
TYPE_MD5_HASH A constant which can be used with the type property of a IndicatorCountDimensions.
TYPE_SHA1_HASH A constant which can be used with the type property of a IndicatorCountDimensions.
TYPE_SHA256_HASH A constant which can be used with the type property of a IndicatorCountDimensions.
TYPE_URL A constant which can be used with the type property of a IndicatorCountDimensions.
compartment_id Gets the compartment_id of this IndicatorCountDimensions.
type Gets the type of this IndicatorCountDimensions.

Methods

__init__(**kwargs) Initializes a new IndicatorCountDimensions object with values from keyword arguments.
TYPE_DOMAIN_NAME = 'DOMAIN_NAME'

A constant which can be used with the type property of a IndicatorCountDimensions. This constant has a value of “DOMAIN_NAME”

TYPE_FILE_NAME = 'FILE_NAME'

A constant which can be used with the type property of a IndicatorCountDimensions. This constant has a value of “FILE_NAME”

TYPE_IP_ADDRESS = 'IP_ADDRESS'

A constant which can be used with the type property of a IndicatorCountDimensions. This constant has a value of “IP_ADDRESS”

TYPE_MD5_HASH = 'MD5_HASH'

A constant which can be used with the type property of a IndicatorCountDimensions. This constant has a value of “MD5_HASH”

TYPE_SHA1_HASH = 'SHA1_HASH'

A constant which can be used with the type property of a IndicatorCountDimensions. This constant has a value of “SHA1_HASH”

TYPE_SHA256_HASH = 'SHA256_HASH'

A constant which can be used with the type property of a IndicatorCountDimensions. This constant has a value of “SHA256_HASH”

TYPE_URL = 'URL'

A constant which can be used with the type property of a IndicatorCountDimensions. This constant has a value of “URL”

__init__(**kwargs)

Initializes a new IndicatorCountDimensions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this IndicatorCountDimensions.
  • type (str) – The value to assign to the type property of this IndicatorCountDimensions. Allowed values for this property are: “DOMAIN_NAME”, “FILE_NAME”, “MD5_HASH”, “SHA1_HASH”, “SHA256_HASH”, “IP_ADDRESS”, “URL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
compartment_id

Gets the compartment_id of this IndicatorCountDimensions. The compartment OCID that contains the indicator type.

Returns:The compartment_id of this IndicatorCountDimensions.
Return type:str
type

Gets the type of this IndicatorCountDimensions. The indicator type that was counted.

Allowed values for this property are: “DOMAIN_NAME”, “FILE_NAME”, “MD5_HASH”, “SHA1_HASH”, “SHA256_HASH”, “IP_ADDRESS”, “URL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this IndicatorCountDimensions.
Return type:str