Class IdBrokerMapping


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class IdBrokerMapping
    extends Object
    A mapping of an actor or group to a cloud provider role.
    • Constructor Detail

      • IdBrokerMapping

        public IdBrokerMapping()
    • Method Detail

      • getAccessorCrn

        public String getAccessorCrn()
        Getter for accessorCrn. The CRN of the actor or group.
      • setAccessorCrn

        public void setAccessorCrn​(String accessorCrn)
        Setter for accessorCrn. The CRN of the actor or group.
      • getRole

        public String getRole()
        Getter for role. The cloud provider role (e.g., ARN in AWS, Resource ID in Azure) to which the actor or group is mapped.
      • setRole

        public void setRole​(String role)
        Setter for role. The cloud provider role (e.g., ARN in AWS, Resource ID in Azure) to which the actor or group is mapped.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object