Oracle Database@Google Cloud v1 API - Class GoldengateGroupToRolesMapping (1.6.0)

public sealed class GoldengateGroupToRolesMapping : IMessage<GoldengateGroupToRolesMapping>, IEquatable<GoldengateGroupToRolesMapping>, IDeepCloneable<GoldengateGroupToRolesMapping>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class GoldengateGroupToRolesMapping.

The group to roles mapping of the GoldengateDeployment.

Inheritance

object > GoldengateGroupToRolesMapping

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

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