ArmSecurityCenterModelFactory.SecurityConnectorIdentity Method

Definition

public static Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorIdentity SecurityConnectorIdentity(Guid? principalId = default, Guid? tenantId = default, Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorIdentityType? type = default);
static member SecurityConnectorIdentity : Nullable<Guid> * Nullable<Guid> * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorIdentityType> -> Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorIdentity
Public Shared Function SecurityConnectorIdentity (Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional type As Nullable(Of SecurityConnectorIdentityType) = Nothing) As SecurityConnectorIdentity

Parameters

principalId
Nullable<Guid>

The principal ID of resource identity. The value must be an UUID.

tenantId
Nullable<Guid>

The tenant ID of resource. The value must be an UUID.

type
Nullable<SecurityConnectorIdentityType>

The identity type.

Returns

A new SecurityConnectorIdentity instance for mocking.

Applies to