Class GroupMembersCollection
The criteria for displaying the members of a target database group.
Inherited Members
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