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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET