Package com.cloudera.cdp.iam.model
Class ResourceRole
java.lang.Object
com.cloudera.cdp.iam.model.ResourceRole
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.842-07:00")
public class ResourceRole
extends Object
Information about a resource role. A resource role is a role that grants a collection of rights to a user on resources.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ResourceRole
public ResourceRole()
-
-
Method Details
-
getCrn
Getter for crn. The CRN of the resource role. -
setCrn
Setter for crn. The CRN of the resource role. -
getRights
Getter for rights. The rights granted by this role. -
setRights
Setter for rights. The rights granted by this role. -
equals
-
hashCode
public int hashCode() -
toString
-