Class IdBrokerMappingRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.IdBrokerMappingRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class IdBrokerMappingRequest extends Object
A mapping of an actor or group to a cloud provider role, used in request objects.
-
-
Constructor Summary
Constructors Constructor Description IdBrokerMappingRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAccessorCrn()
Getter for accessorCrn.String
getRole()
Getter for role.int
hashCode()
void
setAccessorCrn(String accessorCrn)
Setter for accessorCrn.void
setRole(String role)
Setter for role.String
toString()
-
-
-
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.
-
-