Show / Hide Table of Contents

Class SecurityFeatureAnalyticsDimensions

The scope of analytics data.

Inheritance
object
SecurityFeatureAnalyticsDimensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class SecurityFeatureAnalyticsDimensions

Properties

SecurityFeature

Declaration
[JsonProperty(PropertyName = "securityFeature")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SecurityFeatureAnalyticsDimensions.SecurityFeatureEnum? SecurityFeature { get; set; }
Property Value
Type Description
SecurityFeatureAnalyticsDimensions.SecurityFeatureEnum?

The name of the security feature.

In this article
Back to top