Class CredentialGranularPolicyResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class CredentialGranularPolicyResponse
    extends CdpResponse
    Response object for the granular policy for the given service or experience.
    • Constructor Detail

      • CredentialGranularPolicyResponse

        public CredentialGranularPolicyResponse()
    • Method Detail

      • getService

        public String getService()
        Getter for service. The name of the service that requires the given policy for resource management.
      • setService

        public void setService​(String service)
        Setter for service. The name of the service that requires the given policy for resource management.
      • getPolicyJson

        public String getPolicyJson()
        Getter for policyJson. The policy JSON encoded in base64.
      • setPolicyJson

        public void setPolicyJson​(String policyJson)
        Setter for policyJson. The policy JSON encoded in base64.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object