public sealed class GoldengateGroupToRolesMapping : IMessage<GoldengateGroupToRolesMapping>, IEquatable<GoldengateGroupToRolesMapping>, IDeepCloneable<GoldengateGroupToRolesMapping>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateGroupToRolesMapping.
The group to roles mapping of the GoldengateDeployment.
Implements
IMessageGoldengateGroupToRolesMapping, IEquatableGoldengateGroupToRolesMapping, IDeepCloneableGoldengateGroupToRolesMapping, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
GoldengateGroupToRolesMapping()
public GoldengateGroupToRolesMapping()GoldengateGroupToRolesMapping(GoldengateGroupToRolesMapping)
public GoldengateGroupToRolesMapping(GoldengateGroupToRolesMapping other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengateGroupToRolesMapping |
Properties
AdministratorGroupId
public string AdministratorGroupId { get; set; }Output only. The administrator group id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OperatorGroupId
public string OperatorGroupId { get; set; }Output only. The operator group id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecurityGroupId
public string SecurityGroupId { get; set; }Output only. The security group id.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UserGroupId
public string UserGroupId { get; set; }Output only. The user group id.
| Property Value | |
|---|---|
| Type | Description |
string |
|