Show / Hide Table of Contents

Class GroupMembersCollection

The criteria for displaying the members of a target database group.

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

Properties

TargetDatabases

Declaration
[Required(ErrorMessage = "TargetDatabases is required.")]
[JsonProperty(PropertyName = "targetDatabases")]
public List<string> TargetDatabases { get; set; }
Property Value
Type Description
List<string>

List of the OCIDs of the target databases which are members of the target database group.

Remarks

Required

In this article
Back to top