Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed Aug 8, 2024
1 parent ea6c76d commit ab172bd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion PowerShell/JumpCloud Module/Docs/Get-JCAdmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ A search filter to search for admins based on their organization (Only for MTP/M
```yaml
Type: System.String
Parameter Sets: (All)
Aliases:
Aliases: organizationID

Required: False
Position: 4
Expand All @@ -132,6 +132,7 @@ A search filter to search for admins based on their role
Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: Administrator With Billing, Administrator, Manager, Command Runner With Billing, Command Runner, Help Desk, Billing Only, Read Only

Required: False
Position: 3
Expand Down
14 changes: 12 additions & 2 deletions PowerShell/JumpCloud Module/en-Us/JumpCloud-help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3121,14 +3121,24 @@ PS C:\&gt; $BackupJcOrganizationResults.User</dev:code>
<maml:description>
<maml:para>A search filter to search for admins based on their role</maml:para>
</maml:description>
<command:parameterValueGroup>
<command:parameterValue required="false" command:variableLength="false">Administrator With Billing</command:parameterValue>
<command:parameterValue required="false" command:variableLength="false">Administrator</command:parameterValue>
<command:parameterValue required="false" command:variableLength="false">Manager</command:parameterValue>
<command:parameterValue required="false" command:variableLength="false">Command Runner With Billing</command:parameterValue>
<command:parameterValue required="false" command:variableLength="false">Command Runner</command:parameterValue>
<command:parameterValue required="false" command:variableLength="false">Help Desk</command:parameterValue>
<command:parameterValue required="false" command:variableLength="false">Billing Only</command:parameterValue>
<command:parameterValue required="false" command:variableLength="false">Read Only</command:parameterValue>
</command:parameterValueGroup>
<command:parameterValue required="true" variableLength="false">System.String</command:parameterValue>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="4" aliases="none">
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="4" aliases="organizationID">
<maml:name>organization</maml:name>
<maml:description>
<maml:para>A search filter to search for admins based on their organization (Only for MTP/MSP tenants)</maml:para>
Expand Down Expand Up @@ -3168,7 +3178,7 @@ PS C:\&gt; $BackupJcOrganizationResults.User</dev:code>
</dev:type>
<dev:defaultValue>None</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="4" aliases="none">
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="4" aliases="organizationID">
<maml:name>organization</maml:name>
<maml:description>
<maml:para>A search filter to search for admins based on their organization (Only for MTP/MSP tenants)</maml:para>
Expand Down

0 comments on commit ab172bd

Please sign in to comment.