메소드 | 설명 | |
---|---|---|
ActiveDirectoryClient ( |
Creates new ActiveDirectoryClient using WindowsAzureSubscription.
|
|
CreateAppKeyCredential ( string appObjectId, Microsoft.Azure.Graph.RBAC.Models.KeyCredential credential ) : |
||
CreateAppPasswordCredential ( string appObjectId, Microsoft.Azure.Graph.RBAC.Models.PasswordCredential credential ) : |
||
CreateApplication ( |
||
CreateServicePrincipal ( |
||
CreateSpKeyCredential ( string spObjectId, Microsoft.Azure.Graph.RBAC.Models.KeyCredential credential ) : |
||
CreateSpPasswordCredential ( string spObjectId, Microsoft.Azure.Graph.RBAC.Models.PasswordCredential credential ) : |
||
CreateUser ( Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters userCreateParam ) : |
||
FilterGroups ( ) : List |
||
FilterGroups ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : List |
||
FilterServicePrincipals ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : List |
||
FilterServices ( ) : List |
||
FilterUsers ( ) : List |
||
FilterUsers ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : List |
||
GetADObject ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : |
||
GetAppCredentials ( string appObjectId ) : List |
||
GetApplication ( string applicationObjectId ) : |
||
GetApplicationWithFilters ( Rest |
||
GetGroupMembers ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : List |
||
GetObjectId ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : System.Guid | ||
GetObjectIdFromApplicationId ( string applicationId ) : string | ||
GetObjectIdFromSPN ( string spn ) : string | ||
GetObjectsByObjectId ( List |
||
GetSpCredentials ( string spObjectId ) : List |
||
ListUserGroups ( string principal ) : List |
||
RemoveAllAppCredentials ( string appObjectId ) : void | ||
RemoveAllSpCredentials ( string spObjectId ) : void | ||
RemoveAppCredentialByKeyId ( string appObjectId, System.Guid keyId ) : void | ||
RemoveApplication ( string applicationObjectId ) : void | ||
RemoveServicePrincipal ( string objectId ) : |
||
RemoveSpCredentialByKeyId ( string spObjectId, System.Guid keyId ) : void | ||
RemoveUser ( string upnOrObjectId ) : void | ||
UpdateApplication ( string appObjectId, ApplicationUpdateParameters parameters ) : void | ||
UpdateUser ( string upnOrObjectId, UserUpdateParameters userUpdateParam ) : |
메소드 | 설명 | |
---|---|---|
GetAppKeyCredentials ( string appObjectId ) : List |
||
GetAppPasswordCredentials ( string appObjectId ) : List |
||
GetSpKeyCredentials ( string spObjectId ) : List |
||
GetSpPasswordCredentials ( string spObjectId ) : List |
||
IsSet ( ) : bool | ||
Normalize ( string s ) : string | ||
PatchAppKeyCredentials ( string appObjectId, List |
||
PatchAppPasswordCredentials ( string appObjectId, List |
||
PatchSpKeyCredentials ( string spObjectId, List |
||
PatchSpPasswordCredentials ( string spObjectId, List |
||
ValidateKeyCredential ( Microsoft.Azure.Graph.RBAC.Models.KeyCredential credential ) : void | ||
ValidatePasswordCredential ( Microsoft.Azure.Graph.RBAC.Models.PasswordCredential credential ) : void |
public ActiveDirectoryClient ( |
||
context | ||
리턴 | Microsoft.Azure.Commands.Common.Authentication |
public CreateAppKeyCredential ( string appObjectId, Microsoft.Azure.Graph.RBAC.Models.KeyCredential credential ) : |
||
appObjectId | string | |
credential | Microsoft.Azure.Graph.RBAC.Models.KeyCredential | |
리턴 |
public CreateAppPasswordCredential ( string appObjectId, Microsoft.Azure.Graph.RBAC.Models.PasswordCredential credential ) : |
||
appObjectId | string | |
credential | Microsoft.Azure.Graph.RBAC.Models.PasswordCredential | |
리턴 |
public CreateApplication ( |
||
createParameters | ||
리턴 |
public CreateServicePrincipal ( |
||
createParameters | ||
리턴 |
public CreateSpKeyCredential ( string spObjectId, Microsoft.Azure.Graph.RBAC.Models.KeyCredential credential ) : |
||
spObjectId | string | |
credential | Microsoft.Azure.Graph.RBAC.Models.KeyCredential | |
리턴 |
public CreateSpPasswordCredential ( string spObjectId, Microsoft.Azure.Graph.RBAC.Models.PasswordCredential credential ) : |
||
spObjectId | string | |
credential | Microsoft.Azure.Graph.RBAC.Models.PasswordCredential | |
리턴 |
public CreateUser ( Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters userCreateParam ) : |
||
userCreateParam | Microsoft.Azure.Graph.RBAC.Models.UserCreateParameters | |
리턴 |
public FilterGroups ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : List |
||
options | Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions | |
리턴 | List |
public FilterServicePrincipals ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : List |
||
options | Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions | |
리턴 | List |
public FilterUsers ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : List |
||
options | Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions | |
리턴 | List |
public GetADObject ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : |
||
options | Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions | |
리턴 |
public GetAppCredentials ( string appObjectId ) : List |
||
appObjectId | string | |
리턴 | List |
public GetApplication ( string applicationObjectId ) : |
||
applicationObjectId | string | |
리턴 |
public GetApplicationWithFilters ( Rest |
||
odataQueryFilter | Rest |
|
리턴 | IEnumerable |
public GetGroupMembers ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : List |
||
options | Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions | |
리턴 | List |
public GetObjectId ( Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions options ) : System.Guid | ||
options | Microsoft.Azure.Commands.Resources.Models.ActiveDirectory.ADObjectFilterOptions | |
리턴 | System.Guid |
public GetObjectIdFromApplicationId ( string applicationId ) : string | ||
applicationId | string | |
리턴 | string |
public GetObjectsByObjectId ( List |
||
objectIds | List |
|
리턴 | List |
public GetSpCredentials ( string spObjectId ) : List |
||
spObjectId | string | |
리턴 | List |
public RemoveAllAppCredentials ( string appObjectId ) : void | ||
appObjectId | string | |
리턴 | void |
public RemoveAllSpCredentials ( string spObjectId ) : void | ||
spObjectId | string | |
리턴 | void |
public RemoveAppCredentialByKeyId ( string appObjectId, System.Guid keyId ) : void | ||
appObjectId | string | |
keyId | System.Guid | |
리턴 | void |
public RemoveApplication ( string applicationObjectId ) : void | ||
applicationObjectId | string | |
리턴 | void |
public RemoveServicePrincipal ( string objectId ) : |
||
objectId | string | |
리턴 |
public RemoveSpCredentialByKeyId ( string spObjectId, System.Guid keyId ) : void | ||
spObjectId | string | |
keyId | System.Guid | |
리턴 | void |
public UpdateApplication ( string appObjectId, ApplicationUpdateParameters parameters ) : void | ||
appObjectId | string | |
parameters | ApplicationUpdateParameters | |
리턴 | void |
public UpdateUser ( string upnOrObjectId, UserUpdateParameters userUpdateParam ) : |
||
upnOrObjectId | string | |
userUpdateParam | UserUpdateParameters | |
리턴 |