Class SetIdBrokerMappingsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.SetIdBrokerMappingsResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class SetIdBrokerMappingsResponse extends CdpResponse
Response object for setting ID Broker mappings for an environment.
  • Constructor Details Link icon

    • SetIdBrokerMappingsResponse Link icon

      public SetIdBrokerMappingsResponse()
  • Method Details Link icon

    • getMappingsVersion Link icon

      public Long getMappingsVersion()
      Getter for mappingsVersion. The version of the mappings.
    • setMappingsVersion Link icon

      public void setMappingsVersion(Long mappingsVersion)
      Setter for mappingsVersion. The version of the mappings.
    • getDataAccessRole Link icon

      public String 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 Link icon

      public void setDataAccessRole(String dataAccessRole)
      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 Link icon

      public String 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 Link icon

      public void setRangerAuditRole(String rangerAuditRole)
      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 Link icon

      public String 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 Link icon

      public void setRangerCloudAccessAuthorizerRole(String rangerCloudAccessAuthorizerRole)
      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 Link icon

      @Deprecated public String getBaselineRole()
      Deprecated.
      Getter for baselineRole. Deprecated. Please use rangerAuditRole instead.
    • setBaselineRole Link icon

      @Deprecated public void setBaselineRole(String baselineRole)
      Deprecated.
      Setter for baselineRole. Deprecated. Please use rangerAuditRole instead.
    • getMappings Link icon

      public List<IdBrokerMapping> 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 Link icon

      public void setMappings(List<IdBrokerMapping> mappings)
      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 Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object