Show / Hide Table of Contents

Class SqlCollectionDimensions

The dimensions available for SQL collection analytics.

Inheritance
object
SqlCollectionDimensions
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 SqlCollectionDimensions

Properties

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SqlCollectionLifecycleState? LifecycleState { get; set; }
Property Value
Type Description
SqlCollectionLifecycleState?

The current state of the SQL collection.

TargetId

Declaration
[JsonProperty(PropertyName = "targetId")]
public string TargetId { get; set; }
Property Value
Type Description
string

The OCID of the target corresponding to the security policy deployment.

In this article
Back to top