Get Access Control Details
Select
SaaS
Customer Managed
Gets owner permissions and laptop ownership details
Responses
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
ownerPermissions object[]
List of owner permissions
id int32name stringautomaticLaptopOwnershipAssignment object
Details of automatic laptop ownership assignment
assignLaptopOwnerAutomatically booleanWhether the laptop ownership assignment is automatic or not
laptopOwnerOption LaptopOwnerOptionPossible values: [
ALL_LOGGED_IN_AD_USERS
,FIRST_USER_TO_LOGIN
,ALL_USERS_OF_USERGROUPS
]Options to automatically assign laptop owners
userGroups stringComma seperated usergroups to add users from, when the laptopOwnerOption is 'ALL_USERS_OF_USERGROUPS'
{
"ownerPermissions": [
{
"id": 0,
"name": "string"
}
],
"automaticLaptopOwnershipAssignment": {
"assignLaptopOwnerAutomatically": true,
"laptopOwnerOption": "ALL_LOGGED_IN_AD_USERS",
"userGroups": "string"
}
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...