File tree 1 file changed +41
-0
lines changed
src/Authentication/Authentication/custom/common
1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 84637
84637
"Command": "Get-MgOrganizationSettingProfileCardProperty",
84638
84638
"Uri": "/organization/{organization-id}/settings/profileCardProperties"
84639
84639
},
84640
+ {
84641
+ "ApiVersion": "beta",
84642
+ "Permissions": [],
84643
+ "Method": "GET",
84644
+ "Variants": [
84645
+ "Get",
84646
+ "GetViaIdentity"
84647
+ ],
84648
+ "OutputType": "IMicrosoftGraphPronounsSettings",
84649
+ "Module": "Identity.DirectoryManagement",
84650
+ "Command": "Get-MgOrganizationSettingPronoun",
84651
+ "Uri": "/organization/{organization-id}/settings/pronouns"
84652
+ },
84653
+ {
84654
+ "ApiVersion": "beta",
84655
+ "Permissions": [],
84656
+ "Method": "PATCH",
84657
+ "Variants": [
84658
+ "Update",
84659
+ "UpdateExpanded",
84660
+ "UpdateViaIdentity",
84661
+ "UpdateViaIdentityExpanded"
84662
+ ],
84663
+ "OutputType": "IMicrosoftGraphPronounsSettings",
84664
+ "Module": "Identity.DirectoryManagement",
84665
+ "Command": "Update-MgOrganizationSettingPronoun",
84666
+ "Uri": "/organization/{organization-id}/settings/pronouns"
84667
+ },
84668
+ {
84669
+ "ApiVersion": "beta",
84670
+ "Permissions": [],
84671
+ "Method": "DELETE",
84672
+ "Variants": [
84673
+ "Delete",
84674
+ "DeleteViaIdentity"
84675
+ ],
84676
+ "OutputType": null,
84677
+ "Module": "Identity.DirectoryManagement",
84678
+ "Command": "Remove-MgOrganizationSettingPronoun",
84679
+ "Uri": "/organization/{organization-id}/settings/pronouns"
84680
+ },
84640
84681
{
84641
84682
"ApiVersion": "beta",
84642
84683
"Permissions": [],
You can’t perform that action at this time.
0 commit comments