Identities
  • 20 Dec 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Identities

  • Dark
    Light
  • PDF

Article summary

Get-LiquitIdentity

Synopsis

This command displays a list of all identities from the Liquit Workspace which can consist of contexts, device collections, devices, groups and users.

Syntax

 Get-LiquitIdentity 
    [[-Source] <IdentitySource>] 
    [-LiquitContext <LiquitContext>]  
    [<CommonParameters>]

 Get-LiquitIdentity 
    [-ID] <string[]> 
    [[-Source] <IdentitySource>] 
    [-LiquitContext <LiquitContext>]  
    [<CommonParameters>]

 Get-LiquitIdentity 
    [-IdentityRef] <IdentityRef[]> 
    [[-Source] <IdentitySource>] 
    [-LiquitContext <LiquitContext>]  
    [<CommonParameters>]

Get-LiquitIdentity 
    [-Type] { Unknown| User | Group | Device | DeviceCollection | Context | IdentityCollection | UserCollection} 
    [[-Source] <IdentitySource>] 
    [-LiquitContext <LiquitContext>]  
    [<CommonParameters>]

Get-LiquitIdentity
    [-Search] <string> 
    [-LiquitContext <LiquitContext>]
    [<CommonParameters>]

Get-LiquitIdentity
    [-Name] <string> 
    [-LiquitContext <LiquitContext>]  
    [<CommonParameters>]

Examples

Example 1: Get-LiquitIdentity

 Get-LiquitIdentity 

This command displays a list of all identities available in the Liquit Workspace.

Example 2: Get-LiquitDevice

 $identitySource = Get-LiquitIdentitySource -id 00000000-0000-0000-0000-000000000000
Get-LiquitIdentity -Source $identitySource 

This command displays all identities belonging to the selected identity source.

Parameters

NameValueDescriptionRequiredDefault value
Source<IdentitySource>The identity source of the identity.
IdentityRef<IdentityRef[]>The reference of identity (e.g. user).
Type{Unknown | User | Group | Device | DeviceCollection | Context | IdentityCollection | UserCollection}The type of the identity.
Search<string>You can search by the name and display name of the identities, using a wildcard.
Name<string>Searches on the identity name itself.
LiquitContext<LiquitContext>Determines the selected zone.NoDefault

Was this article helpful?