Class GetAuditCredentialPrerequisitesResponse

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:35.786-07:00") public class GetAuditCredentialPrerequisitesResponse extends CdpResponse
The audit credential prerequisites.
  • Constructor Details Link icon

    • GetAuditCredentialPrerequisitesResponse Link icon

      public GetAuditCredentialPrerequisitesResponse()
  • Method Details Link icon

    • getCloudPlatform Link icon

      public String getCloudPlatform()
      Getter for cloudPlatform. The name of the given cloud platform
    • setCloudPlatform Link icon

      public void setCloudPlatform(String cloudPlatform)
      Setter for cloudPlatform. The name of the given cloud platform
    • getAccountId Link icon

      public String getAccountId()
      Getter for accountId. The provider specific identifier of the account/subscription/project that is used by Cloudbreak.
    • setAccountId Link icon

      public void setAccountId(String accountId)
      Setter for accountId. The provider specific identifier of the account/subscription/project that is used by Cloudbreak.
    • getAws Link icon

      Getter for aws. Provides the external id and policy JSON (this one encoded in base64) for AWS credential creation.
    • setAws Link icon

      public void setAws(AwsCredentialPrerequisitesResponse aws)
      Setter for aws. Provides the external id and policy JSON (this one encoded in base64) for AWS credential creation.
    • getAzure Link icon

      Getter for azure. Provides the app creation command and role definition Json for Azure credential creation.
    • setAzure Link icon

      public void setAzure(AzureCredentialPrerequisitesResponse azure)
      Setter for azure. Provides the app creation command and role definition Json for Azure credential creation.
    • getGcp Link icon

      Getter for gcp. Provides the service account creation command for GCP credential creation.
    • setGcp Link icon

      public void setGcp(GcpCredentialPrerequisitesResponse gcp)
      Setter for gcp. Provides the service account creation command for GCP credential creation.
    • 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