-
Notifications
You must be signed in to change notification settings - Fork 0
Set LockpathGroup
Setting any attribute, including those with multiple values, overwrites the attribute with the new value.
If the property is an array and multiple values are passed in the API request then only those that do not result in an error are updated. If all values result in an error then that property is not changed, no error is indicated and the API response is GetGroup. This means that when updating an array property only way to check for success is to compare the API request to the API response and see if the intended changes were applied successfully.
SecurityRoles
BusinessUnit: true (once set to true it cannot be changed back to false)
Name Description Users ChildGroups ParentGroups
{
"Id": 11,
"Name": "API Group Name",
"Description": "API group test",
"BusinessUnit": true,
"ChildGroups": [
{
"Id": 10000
}
],
"ParentGroups": [
{
"Id": 12
}
],
"Users": [
{
"Id": "6"
}
]
}
Back to PowerShellForLockpath
Import-LockpathConfiguration
Remove-LockpathCredential
Reset-LockpathConfiguration
Set-LockpathConfiguration
Set-LockpathCredential
Show-LockpathConfiguration
Get-LockpathComponent
Get-LockpathComponentByAlias
Get-LockpathComponentList
Get-LockpathField
Get-LockpathFieldList
Get-LockpathFieldLookupReportColumns
Get-LockpathRecord
Get-LockpathRecordAttachment
Get-LockpathRecordAttachments
Get-LockpathRecordCount
Get-LockpathRecordDetail
Get-LockpathRecords
Get-LockpathRecordsAvailableForLookup
Get-LockpathRecordsDetails
Import-LockpathFile
New-LockpathRecord
Remove-LockpathRecord
Remove-LockpathRecordAttachments
Set-LockpathRecord
Set-LockpathRecordAttachments
Set-LockpathRecordTransition
Set-LockpathRecordVote
Get-LockpathGroup
Get-LockpathGroups
Get-LockpathGroupsDetails
Get-LockpathUser
Get-LockpathUserCount
Get-LockpathUsers
Get-LockpathUsersDetails
Get-LockpathWorkflow
Get-LockpathWorkflows
New-LockpathGroup
New-LockpathUser
Remove-LockpathGroup
Remove-LockpathUser
Send-LockpathLogin
Send-LockpathLogout
Send-LockpathPing
Set-LockpathGroup
Set-LockpathUser