ArmNetAppModelFactory.NetAppSecretPasswordIdentity(String, String) Method

Definition

Initializes a new instance of NetAppSecretPasswordIdentity.

public static Azure.ResourceManager.NetApp.Models.NetAppSecretPasswordIdentity NetAppSecretPasswordIdentity(string principalId = default, string userAssignedIdentity = default);
static member NetAppSecretPasswordIdentity : string * string -> Azure.ResourceManager.NetApp.Models.NetAppSecretPasswordIdentity
Public Shared Function NetAppSecretPasswordIdentity (Optional principalId As String = Nothing, Optional userAssignedIdentity As String = Nothing) As NetAppSecretPasswordIdentity

Parameters

principalId
String

The principal ID (object ID) of the identity used to authenticate with key vault. Read-only.

userAssignedIdentity
String

The Azure resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.

Returns

A new NetAppSecretPasswordIdentity instance for mocking.

Applies to