Click or drag to resize
IAuthorizationApiGetEffectivePermissions Method
Gets the effective permissions.

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

Parameters

objectUri
Type: SystemString
Object URI.

Return Value

Type: String
List of effective permissions.
See Also