Class SecurityAssessmentPartnerData

java.lang.Object
com.azure.resourcemanager.security.models.SecurityAssessmentPartnerData

public final class SecurityAssessmentPartnerData extends Object
Data regarding 3rd party partner integration.
  • Constructor Details

    • SecurityAssessmentPartnerData

      public SecurityAssessmentPartnerData()
  • Method Details

    • partnerName

      public String partnerName()
      Get the partnerName property: Name of the company of the partner.
      Returns:
      the partnerName value.
    • withPartnerName

      public SecurityAssessmentPartnerData withPartnerName(String partnerName)
      Set the partnerName property: Name of the company of the partner.
      Parameters:
      partnerName - the partnerName value to set.
      Returns:
      the SecurityAssessmentPartnerData object itself.
    • secret

      public String secret()
      Get the secret property: secret to authenticate the partner - write only.
      Returns:
      the secret value.
    • withSecret

      public SecurityAssessmentPartnerData withSecret(String secret)
      Set the secret property: secret to authenticate the partner - write only.
      Parameters:
      secret - the secret value to set.
      Returns:
      the SecurityAssessmentPartnerData object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.