Click or drag to resize
IAuthorizationApiSetAllowedOperationsForGroup Method
SSets the allowed operations for group on specific object.

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

Parameters

groupsUri
Type: SystemString
Groups URI.
operations
Type: SystemString
Allowed operations URI.
objectUri
Type: SystemString
Object URI.
See Also