Skip to content

Commit

Permalink
Define displayname as key in mof file
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrola committed Oct 16, 2023
1 parent 3d7d50a commit 72b4450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class MSFT_MicrosoftGraphSystemCredentialPreferences
class MSFT_AADAuthenticationMethodPolicy : OMI_BaseResource
{
[Write, Description("A description of the policy.")] String Description;
[Required, Description("The name of the policy.")] String DisplayName;
[Key, Description("The name of the policy.")] String DisplayName;
[Write, Description("The state of migration of the authentication methods policy from the legacy multifactor authentication and self-service password reset (SSPR) policies. The possible values are: premigration - means the authentication methods policy is used for authentication only, legacy policies are respected. migrationInProgress - means the authentication methods policy is used for both authenication and SSPR, legacy policies are respected. migrationComplete - means the authentication methods policy is used for authentication and SSPR, legacy policies are ignored. unknownFutureValue - Evolvable enumeration sentinel value. Do not use."), ValueMap{"preMigration","migrationInProgress","migrationComplete","unknownFutureValue"}, Values{"preMigration","migrationInProgress","migrationComplete","unknownFutureValue"}] String PolicyMigrationState;
[Write, Description("The version of the policy in use.")] String PolicyVersion;
[Write, Description("Days before the user will be asked to reconfirm their method.")] UInt32 ReconfirmationInDays;
Expand Down

0 comments on commit 72b4450

Please sign in to comment.