SecurityAssessmentPartnerData Class

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

public final class SecurityAssessmentPartnerData

Data regarding 3rd party partner integration.

Constructor Summary

Constructor Description
SecurityAssessmentPartnerData()

Creates an instance of SecurityAssessmentPartnerData class.

Method Summary

Modifier and Type Method and Description
String partnerName()

Get the partnerName property: Name of the company of the partner.

String secret()

Get the secret property: secret to authenticate the partner - write only.

void validate()

Validates the instance.

SecurityAssessmentPartnerData withPartnerName(String partnerName)

Set the partnerName property: Name of the company of the partner.

SecurityAssessmentPartnerData withSecret(String secret)

Set the secret property: secret to authenticate the partner - write only.

Methods inherited from java.lang.Object

Constructor Details

SecurityAssessmentPartnerData

public SecurityAssessmentPartnerData()

Creates an instance of SecurityAssessmentPartnerData class.

Method Details

partnerName

public String partnerName()

Get the partnerName property: Name of the company of the partner.

Returns:

the partnerName value.

secret

public String secret()

Get the secret property: secret to authenticate the partner - write only.

Returns:

the secret value.

validate

public void validate()

Validates the instance.

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.

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.

Applies to