Package version:

Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.

interface AuthorizationProfile {
    groupIds?: string[];
    userIds?: string[];
}

Properties

Properties

groupIds?: string[]

AAD group Ids authorized for data plane access.

userIds?: string[]

AAD user Ids authorized for data plane access.