Method | Description | |
---|---|---|
ToGraphKeyCredential ( this PSKeyCredential ) : Microsoft.Azure.Graph.RBAC.Models.KeyCredential | ||
ToGraphPasswordCredential ( this PSPasswordCredential ) : Microsoft.Azure.Graph.RBAC.Models.PasswordCredential | ||
ToPSADApplication ( this application ) : |
||
ToPSADCredential ( this credential ) : |
||
ToPSADGroup ( this group ) : |
||
ToPSADGroup ( this obj ) : |
||
ToPSADObject ( this user ) : |
||
ToPSADServicePrincipal ( this servicePrincipal ) : |
||
ToPSADUser ( this user ) : PSADUser |
public static ToGraphKeyCredential ( this PSKeyCredential ) : Microsoft.Azure.Graph.RBAC.Models.KeyCredential | ||
PSKeyCredential | this | |
return | Microsoft.Azure.Graph.RBAC.Models.KeyCredential |
public static ToGraphPasswordCredential ( this PSPasswordCredential ) : Microsoft.Azure.Graph.RBAC.Models.PasswordCredential | ||
PSPasswordCredential | this | |
return | Microsoft.Azure.Graph.RBAC.Models.PasswordCredential |
public static ToPSADApplication ( this application ) : |
||
application | this | |
return |
public static ToPSADCredential ( this credential ) : |
||
credential | this | |
return |
public static ToPSADGroup ( this group ) : |
||
group | this | |
return |
public static ToPSADGroup ( this obj ) : |
||
obj | this | |
return |
public static ToPSADObject ( this user ) : |
||
user | this | |
return |
public static ToPSADServicePrincipal ( this servicePrincipal ) : |
||
servicePrincipal | this | |
return |
public static ToPSADUser ( this user ) : PSADUser | ||
user | this | |
return | PSADUser |