Class: Google::Cloud::OracleDatabase::V1::GoldengateGroupToRolesMapping
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GoldengateGroupToRolesMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb
Overview
The group to roles mapping of the GoldengateDeployment.
Instance Attribute Summary collapse
-
#administrator_group_id ⇒ ::String
readonly
Output only.
-
#operator_group_id ⇒ ::String
readonly
Output only.
-
#security_group_id ⇒ ::String
readonly
Output only.
-
#user_group_id ⇒ ::String
readonly
Output only.
Instance Attribute Details
#administrator_group_id ⇒ ::String (readonly)
Returns Output only. The administrator group id.
581 582 583 584 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 581 class GoldengateGroupToRolesMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operator_group_id ⇒ ::String (readonly)
Returns Output only. The operator group id.
581 582 583 584 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 581 class GoldengateGroupToRolesMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_group_id ⇒ ::String (readonly)
Returns Output only. The security group id.
581 582 583 584 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 581 class GoldengateGroupToRolesMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_group_id ⇒ ::String (readonly)
Returns Output only. The user group id.
581 582 583 584 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 581 class GoldengateGroupToRolesMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |