Click or drag to resize
IAuthorizationApiSetAllowedOperationsForUser Method
Sets the allowed operations for user on specific object.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
void SetAllowedOperationsForUser(
	string usersUri,
	string[] operations,
	string objectUri
)

Parameters

usersUri
Type: SystemString
Users URI.
operations
Type: SystemString
Allowed operations URI.
objectUri
Type: SystemString
Object URI.
See Also