UpdateGroupToRolesMappingDetails

class oci.golden_gate.models.UpdateGroupToRolesMappingDetails(**kwargs)

Bases: object

Defines the IDP Groups to GoldenGate roles mapping. This field is used only for IAM deployment and does not have any impact on non-IAM deployments. For IAM deployment, when user does not specify this mapping, then it has null value and default mapping is used. User belonging to each group can only perform the actions according to the role the respective group is mapped to.

Methods

__init__(**kwargs) Initializes a new UpdateGroupToRolesMappingDetails object with values from keyword arguments.

Attributes

administrator_group_id Gets the administrator_group_id of this UpdateGroupToRolesMappingDetails.
operator_group_id Gets the operator_group_id of this UpdateGroupToRolesMappingDetails.
security_group_id Gets the security_group_id of this UpdateGroupToRolesMappingDetails.
user_group_id Gets the user_group_id of this UpdateGroupToRolesMappingDetails.
__init__(**kwargs)

Initializes a new UpdateGroupToRolesMappingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • security_group_id (str) – The value to assign to the security_group_id property of this UpdateGroupToRolesMappingDetails.
  • administrator_group_id (str) – The value to assign to the administrator_group_id property of this UpdateGroupToRolesMappingDetails.
  • operator_group_id (str) – The value to assign to the operator_group_id property of this UpdateGroupToRolesMappingDetails.
  • user_group_id (str) – The value to assign to the user_group_id property of this UpdateGroupToRolesMappingDetails.
administrator_group_id

Gets the administrator_group_id of this UpdateGroupToRolesMappingDetails. The OCID of the IDP group which will be mapped to goldengate role administratorGroup. It grants full access to the user, including the ability to alter general, non-security related operational parameters and profiles of the server.

Returns:The administrator_group_id of this UpdateGroupToRolesMappingDetails.
Return type:str
operator_group_id

Gets the operator_group_id of this UpdateGroupToRolesMappingDetails. The OCID of the IDP group which will be mapped to goldengate role operatorGroup. It allows users to perform only operational actions, like starting and stopping resources. Operators cannot alter the operational parameters or profiles of the MA server.

Returns:The operator_group_id of this UpdateGroupToRolesMappingDetails.
Return type:str
security_group_id

Gets the security_group_id of this UpdateGroupToRolesMappingDetails. The OCID of the IDP group which will be mapped to goldengate role securityGroup. It grants administration of security related objects and invoke security related service requests. This role has full privileges.

Returns:The security_group_id of this UpdateGroupToRolesMappingDetails.
Return type:str
user_group_id

Gets the user_group_id of this UpdateGroupToRolesMappingDetails. The OCID of the IDP group which will be mapped to goldengate role userGroup. It allows information-only service requests, which do not alter or affect the operation of either the MA. Examples of query and read-only information include performance metric information and resource status and monitoring information

Returns:The user_group_id of this UpdateGroupToRolesMappingDetails.
Return type:str