Skip to content

Commit

Permalink
Merge pull request #3789 from swisscom/fix/AADAuthenticationMethodPol…
Browse files Browse the repository at this point in the history
…icy-3588

Fix AADAuthenticationMethodPolicy reference to non existing class ins…
  • Loading branch information
NikCharlebois authored Oct 17, 2023
2 parents ceb2f75 + 72b4450 commit 932de0e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ class MSFT_AADAuthenticationMethodPolicyIncludeTarget
[Write, Description("The kind of entity targeted. Possible values are: user, group."), ValueMap{"user","group","unknownFutureValue"}, Values{"user","group","unknownFutureValue"}] String TargetType;
};
[ClassVersion("1.0.0")]
class MSFT_MicrosoftGraphExcludeTarget
{
[Write, Description("The object identifier of an Azure AD user or group.")] String Id;
[Write, Description("The type of the authentication method target. Possible values are: user, group, unknownFutureValue."), ValueMap{"user","group","unknownFutureValue"}, Values{"user","group","unknownFutureValue"}] String TargetType;
};
[ClassVersion("1.0.0")]
class MSFT_MicrosoftGraphAuthenticationMethodsRegistrationCampaignIncludeTarget
{
[Write, Description("The object identifier of an Azure AD user or group.")] String Id;
Expand Down

0 comments on commit 932de0e

Please sign in to comment.