Interface AuthorizationAccessPolicyContract.UpdateStages.WithAppIds
- All Known Subinterfaces:
AuthorizationAccessPolicyContract.Update
- Enclosing interface:
AuthorizationAccessPolicyContract.UpdateStages
public static interface AuthorizationAccessPolicyContract.UpdateStages.WithAppIds
The stage of the AuthorizationAccessPolicyContract update allowing to specify appIds.
-
Method Summary
Modifier and TypeMethodDescriptionwithAppIds(List<String> appIds) Specifies the appIds property: The allowed Azure Active Directory Application IDs.
-
Method Details
-
withAppIds
Specifies the appIds property: The allowed Azure Active Directory Application IDs.- Parameters:
appIds- The allowed Azure Active Directory Application IDs.- Returns:
- the next definition stage.
-