Class GroupToRolesMappingDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.goldengate.model.GroupToRolesMappingDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class GroupToRolesMappingDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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.
Note: Objects should always be created or deserialized using theGroupToRolesMappingDetails.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theGroupToRolesMappingDetails.Builder
, which maintain a set of all explicitly set fields calledGroupToRolesMappingDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupToRolesMappingDetails.Builder
-
Constructor Summary
Constructors Constructor Description GroupToRolesMappingDetails(String securityGroupId, String administratorGroupId, String operatorGroupId, String userGroupId)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupToRolesMappingDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAdministratorGroupId()
The OCID of the IDP group which will be mapped to goldengate role administratorGroup.String
getOperatorGroupId()
The OCID of the IDP group which will be mapped to goldengate role operatorGroup.String
getSecurityGroupId()
The OCID of the IDP group which will be mapped to goldengate role securityGroup.String
getUserGroupId()
The OCID of the IDP group which will be mapped to goldengate role userGroup.int
hashCode()
GroupToRolesMappingDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
GroupToRolesMappingDetails
@Deprecated @ConstructorProperties({"securityGroupId","administratorGroupId","operatorGroupId","userGroupId"}) public GroupToRolesMappingDetails(String securityGroupId, String administratorGroupId, String operatorGroupId, String userGroupId)
Deprecated.
-
-
Method Detail
-
builder
public static GroupToRolesMappingDetails.Builder builder()
Create a new builder.
-
toBuilder
public GroupToRolesMappingDetails.Builder toBuilder()
-
getSecurityGroupId
public String getSecurityGroupId()
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 value
-
getAdministratorGroupId
public String getAdministratorGroupId()
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 value
-
getOperatorGroupId
public String getOperatorGroupId()
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 value
-
getUserGroupId
public String getUserGroupId()
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 value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-