Click or drag to resize
IAuthorizationApiGetAllowedOperationsForUser Method
Gets the allowed operations for user on given object.

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

Parameters

usersUri
Type: SystemString
Users URI.
objectUri
Type: SystemString
Object URI.

Return Value

Type: String
List of allowed operations URI.
See Also