ArmSecurityInsightsModelFactory.GcpAuthModel(String, String, String) Method

Definition

public static Azure.ResourceManager.SecurityInsights.Models.GcpAuthModel GcpAuthModel(string serviceAccountEmail = default, string projectNumber = default, string workloadIdentityProviderId = default);
static member GcpAuthModel : string * string * string -> Azure.ResourceManager.SecurityInsights.Models.GcpAuthModel
Public Shared Function GcpAuthModel (Optional serviceAccountEmail As String = Nothing, Optional projectNumber As String = Nothing, Optional workloadIdentityProviderId As String = Nothing) As GcpAuthModel

Parameters

serviceAccountEmail
String

GCP Service Account Email.

projectNumber
String

GCP Project Number.

workloadIdentityProviderId
String

GCP Workload Identity Provider ID.

Returns

A new GcpAuthModel instance for mocking.

Applies to