public static class GroupToRolesMappingDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GroupToRolesMappingDetails.Builder |
administratorGroupId(String administratorGroupId)
The OCID of the
IDP group which will be mapped to goldengate role administratorGroup.
|
GroupToRolesMappingDetails |
build() |
GroupToRolesMappingDetails.Builder |
copy(GroupToRolesMappingDetails model) |
GroupToRolesMappingDetails.Builder |
operatorGroupId(String operatorGroupId)
The OCID of the
IDP group which will be mapped to goldengate role operatorGroup.
|
GroupToRolesMappingDetails.Builder |
securityGroupId(String securityGroupId)
The OCID of the
IDP group which will be mapped to goldengate role securityGroup.
|
GroupToRolesMappingDetails.Builder |
userGroupId(String userGroupId)
The OCID of the
IDP group which will be mapped to goldengate role userGroup.
|
public GroupToRolesMappingDetails.Builder securityGroupId(String securityGroupId)
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.
securityGroupId
- the value to setpublic GroupToRolesMappingDetails.Builder administratorGroupId(String administratorGroupId)
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.
administratorGroupId
- the value to setpublic GroupToRolesMappingDetails.Builder operatorGroupId(String operatorGroupId)
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.
operatorGroupId
- the value to setpublic GroupToRolesMappingDetails.Builder userGroupId(String userGroupId)
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
userGroupId
- the value to setpublic GroupToRolesMappingDetails build()
public GroupToRolesMappingDetails.Builder copy(GroupToRolesMappingDetails model)
Copyright © 2016–2024. All rights reserved.