SecurityFeatureAnalyticsDimensions

class oci.data_safe.models.SecurityFeatureAnalyticsDimensions(**kwargs)

Bases: object

The scope of analytics data.

Attributes

SECURITY_FEATURE_COLUMN_ENCRYPTION A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_DATABASE_VAULT A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_EXTERNAL_AUTHENTICATION A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_FINE_GRAINED_AUDIT A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_GLOBAL_AUTHENTICATION A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_NETWORK_ENCRYPTION A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_PASSWORD_AUTHENTICATION A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_PRIVILEGE_ANALYSIS A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_TABLESPACE_ENCRYPTION A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_TRADITIONAL_AUDIT A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
SECURITY_FEATURE_UNIFIED_AUDIT A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions.
security_feature Gets the security_feature of this SecurityFeatureAnalyticsDimensions.

Methods

__init__(**kwargs) Initializes a new SecurityFeatureAnalyticsDimensions object with values from keyword arguments.
SECURITY_FEATURE_COLUMN_ENCRYPTION = 'COLUMN_ENCRYPTION'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “COLUMN_ENCRYPTION”

SECURITY_FEATURE_DATABASE_VAULT = 'DATABASE_VAULT'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “DATABASE_VAULT”

SECURITY_FEATURE_EXTERNAL_AUTHENTICATION = 'EXTERNAL_AUTHENTICATION'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “EXTERNAL_AUTHENTICATION”

SECURITY_FEATURE_FINE_GRAINED_AUDIT = 'FINE_GRAINED_AUDIT'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “FINE_GRAINED_AUDIT”

SECURITY_FEATURE_GLOBAL_AUTHENTICATION = 'GLOBAL_AUTHENTICATION'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “GLOBAL_AUTHENTICATION”

SECURITY_FEATURE_NETWORK_ENCRYPTION = 'NETWORK_ENCRYPTION'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “NETWORK_ENCRYPTION”

SECURITY_FEATURE_PASSWORD_AUTHENTICATION = 'PASSWORD_AUTHENTICATION'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “PASSWORD_AUTHENTICATION”

SECURITY_FEATURE_PRIVILEGE_ANALYSIS = 'PRIVILEGE_ANALYSIS'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “PRIVILEGE_ANALYSIS”

SECURITY_FEATURE_TABLESPACE_ENCRYPTION = 'TABLESPACE_ENCRYPTION'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “TABLESPACE_ENCRYPTION”

SECURITY_FEATURE_TRADITIONAL_AUDIT = 'TRADITIONAL_AUDIT'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “TRADITIONAL_AUDIT”

SECURITY_FEATURE_UNIFIED_AUDIT = 'UNIFIED_AUDIT'

A constant which can be used with the security_feature property of a SecurityFeatureAnalyticsDimensions. This constant has a value of “UNIFIED_AUDIT”

__init__(**kwargs)

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

Parameters:security_feature (str) – The value to assign to the security_feature property of this SecurityFeatureAnalyticsDimensions. Allowed values for this property are: “UNIFIED_AUDIT”, “FINE_GRAINED_AUDIT”, “TRADITIONAL_AUDIT”, “DATABASE_VAULT”, “PRIVILEGE_ANALYSIS”, “TABLESPACE_ENCRYPTION”, “COLUMN_ENCRYPTION”, “NETWORK_ENCRYPTION”, “PASSWORD_AUTHENTICATION”, “GLOBAL_AUTHENTICATION”, “EXTERNAL_AUTHENTICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
security_feature

Gets the security_feature of this SecurityFeatureAnalyticsDimensions. The name of the security feature.

Allowed values for this property are: “UNIFIED_AUDIT”, “FINE_GRAINED_AUDIT”, “TRADITIONAL_AUDIT”, “DATABASE_VAULT”, “PRIVILEGE_ANALYSIS”, “TABLESPACE_ENCRYPTION”, “COLUMN_ENCRYPTION”, “NETWORK_ENCRYPTION”, “PASSWORD_AUTHENTICATION”, “GLOBAL_AUTHENTICATION”, “EXTERNAL_AUTHENTICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The security_feature of this SecurityFeatureAnalyticsDimensions.
Return type:str