AuthorizationProfile interface
Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
Properties
group |
AAD group Ids authorized for data plane access. |
user |
AAD user Ids authorized for data plane access. |
Property Details
groupIds
AAD group Ids authorized for data plane access.
groupIds?: string[]
Property Value
string[]
userIds
AAD user Ids authorized for data plane access.
userIds?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript