Click or drag to resize
IAuthorizationApiGetAllowedOperationsForGroup Method
Gets the allowed operations for group on given object.

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

Parameters

groupsUri
Type: SystemString
Group URI.
objectUri
Type: SystemString
Object URI.

Return Value

Type: String
List of allowed operations URI.
See Also