ArmSecurityInsightsModelFactory.GcpAuthModel(String, String, String) Method
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.
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.