Skip to main content
Version: 7.2402.x.x RR

addAuthorizationToProfile()

addAuthorizationToProfile accepts a detailed description of an authorization for a nevisIDM role with global flags and authorized units/clients/applications.

For roles other than nevisIDM roles, only the role object (with name and applicationName) is available.

<v1:addAuthorizationToProfile>
<request>
<clientExtId>100</clientExtId>
<profile>
<extId>99991000</extId>
</profile>
<authorization>
<role>
<name>AppOwner</name>
<applicationName>nevisIdm</applicationName>
</role>
<authorizedUnits>
<extId>100</extId>
</authorizedUnits>
<authorizedUnits>
<extId>99999150</extId>
</authorizedUnits>
<unitGlobal>false</unitGlobal>
<appGlobal>false</appGlobal>
<clientGlobal>true</clientGlobal>
</authorization>
</request>
</v1:addAuthorizationToProfile>