Class GetIdBrokerMappingsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.GetIdBrokerMappingsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class GetIdBrokerMappingsResponse
extends CdpResponse
Response object for getting ID Broker mappings for an environment.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Getter for dataAccessRole.Getter for mappings.Getter for mappingsVersion.Getter for rangerAuditRole.Getter for rangerCloudAccessAuthorizerRole.inthashCode()voidsetBaselineRole(String baselineRole) Deprecated.voidsetDataAccessRole(String dataAccessRole) Setter for dataAccessRole.voidsetMappings(List<IdBrokerMapping> mappings) Setter for mappings.voidsetMappingsVersion(Long mappingsVersion) Setter for mappingsVersion.voidsetRangerAuditRole(String rangerAuditRole) Setter for rangerAuditRole.voidsetRangerCloudAccessAuthorizerRole(String rangerCloudAccessAuthorizerRole) Setter for rangerCloudAccessAuthorizerRole.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetIdBrokerMappingsResponse
public GetIdBrokerMappingsResponse()
-
-
Method Details
-
getMappingsVersion
Getter for mappingsVersion. The version of the mappings. -
setMappingsVersion
Setter for mappingsVersion. The version of the mappings. -
getDataAccessRole
Getter for dataAccessRole. The cloud provider role to which data access services will be mapped (e.g. an ARN in AWS, a Resource ID in Azure). -
setDataAccessRole
Setter for dataAccessRole. The cloud provider role to which data access services will be mapped (e.g. an ARN in AWS, a Resource ID in Azure). -
getRangerAuditRole
Getter for rangerAuditRole. The cloud provider role to which services that write to Ranger audit logs will be mapped (e.g. an ARN in AWS, a Resource ID in Azure). Note that some data access services also write to Ranger audit logs; such services will be mapped to the dataAccessRole, not the rangerAuditRole. -
setRangerAuditRole
Setter for rangerAuditRole. The cloud provider role to which services that write to Ranger audit logs will be mapped (e.g. an ARN in AWS, a Resource ID in Azure). Note that some data access services also write to Ranger audit logs; such services will be mapped to the dataAccessRole, not the rangerAuditRole. -
getRangerCloudAccessAuthorizerRole
Getter for rangerCloudAccessAuthorizerRole. The cloud provider role to which the Ranger RAZ service will be mapped (e.g. an ARN in AWS, a Resource ID in Azure). -
setRangerCloudAccessAuthorizerRole
Setter for rangerCloudAccessAuthorizerRole. The cloud provider role to which the Ranger RAZ service will be mapped (e.g. an ARN in AWS, a Resource ID in Azure). -
getBaselineRole
Deprecated.Getter for baselineRole. Deprecated. Please use rangerAuditRole instead. -
setBaselineRole
Deprecated.Setter for baselineRole. Deprecated. Please use rangerAuditRole instead. -
getMappings
Getter for mappings. ID Broker mappings for individual actors and groups. Does not include mappings for data access services. May be empty if no individual mappings are needed. -
setMappings
Setter for mappings. ID Broker mappings for individual actors and groups. Does not include mappings for data access services. May be empty if no individual mappings are needed. -
equals
-
hashCode
public int hashCode() -
toString
-