Share via


ActiveDirectoryClient.CreateAppPasswordCredential Method

Definition

public Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADCredential CreateAppPasswordCredential (Guid appObjectId, Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential credential);
member this.CreateAppPasswordCredential : Guid * Microsoft.Azure.Graph.RBAC.Version1_6.Models.PasswordCredential -> Microsoft.Azure.Graph.RBAC.Version1_6.ActiveDirectory.PSADCredential
Public Function CreateAppPasswordCredential (appObjectId As Guid, credential As PasswordCredential) As PSADCredential

Parameters

appObjectId
Guid
credential
PasswordCredential

Returns

Applies to