IAuthorizationApiGetAllowedOperationsForGroup Method |
Gets the allowed operations for group on given object.
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax string[] GetAllowedOperationsForGroup(
string groupsUri,
string objectUri
)
Function GetAllowedOperationsForGroup (
groupsUri As String,
objectUri As String
) As String()
array<String^>^ GetAllowedOperationsForGroup(
String^ groupsUri,
String^ objectUri
)
abstract GetAllowedOperationsForGroup :
groupsUri : string *
objectUri : string -> string[]
Parameters
- groupsUri
- Type: SystemString
Group URI. - objectUri
- Type: SystemString
Object URI.
Return Value
Type:
StringList of allowed operations URI.
See Also