SecurityAssessmentMetadataPartner(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of SecurityAssessmentMetadataPartner.
public SecurityAssessmentMetadataPartner (string partnerName, string secret);
new Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentMetadataPartner : string * string -> Azure.ResourceManager.SecurityCenter.Models.SecurityAssessmentMetadataPartner
Public Sub New (partnerName As String, secret As String)
Parameters
- partnerName
- String
Name of the company of the partner.
- secret
- String
Secret to authenticate the partner and verify it created the assessment - write only.
Exceptions
partnerName
or secret
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET