Compartilhar via


ActiveDirectoryClient Class

Definition

public class ActiveDirectoryClient
type ActiveDirectoryClient = class
Public Class ActiveDirectoryClient
Inheritance
ActiveDirectoryClient

Constructors

ActiveDirectoryClient(IAzureContext)

Properties

GraphClient

Methods

AddGroupMember(String, GroupAddMemberParameters)
CreateAppKeyCredential(Guid, KeyCredential)
CreateApplication(CreatePSApplicationParameters)
CreateAppPasswordCredential(Guid, PasswordCredential)
CreateGroup(GroupCreateParameters)
CreateServicePrincipal(CreatePSServicePrincipalParameters)
CreateSpKeyCredential(Guid, KeyCredential)
CreateSpPasswordCredential(Guid, PasswordCredential)
CreateUser(UserCreateParameters)
FilterGroups()
FilterGroups(ADObjectFilterOptions, UInt64, UInt64)
FilterServicePrincipals(ADObjectFilterOptions, UInt64, UInt64)
FilterServicePrincipals(ODataQuery<ServicePrincipal>, UInt64, UInt64)
FilterUsers()
FilterUsers(ADObjectFilterOptions, UInt64, UInt64)
GetAdfsObjectId(ADObjectFilterOptions)
GetADObject(ADObjectFilterOptions)
GetAppCredentials(Guid)
GetApplication(Guid)
GetApplicationWithFilters(ODataQuery<Application>, UInt64, UInt64)
GetAppObjectIdFromApplicationId(Guid)
GetAppObjectIdFromDisplayName(String)
GetGroupByDisplayName(String)
GetGroupMembers(ADObjectFilterOptions, UInt64, UInt64)
GetObjectId(ADObjectFilterOptions)
GetObjectIdFromServicePrincipalDisplayName(String)
GetObjectIdFromSPN(String)
GetObjectIdFromUPN(String)
GetObjectsByObjectId(List<String>)
GetServicePrincipalByObjectId(String)
GetServicePrincipalBySPN(String)
GetSpCredentials(Guid)
GetUserObjectIdFromDisplayName(String)
ListUserGroups(String)
RemoveAllAppCredentials(Guid)
RemoveAllSpCredentials(Guid)
RemoveAppCredentialByKeyId(Guid, Guid)
RemoveApplication(Guid)
RemoveGroup(String)
RemoveGroupMember(String, String)
RemoveServicePrincipal(Guid)
RemoveSpCredentialByKeyId(Guid, Guid)
RemoveUser(String)
UpdateApplication(Guid, ApplicationUpdateParameters)
UpdateUser(String, UserUpdateParameters)

Applies to