|
518 | 518 | <Member Name="Failed" Value="1" /> |
519 | 519 | <Member Name="EntryLevelErrors" Value="2" /> |
520 | 520 | </EnumType> |
| 521 | + <EnumType Name="uriUsageType"> |
| 522 | + <Member Name="redirectUri" Value="0" /> |
| 523 | + <Member Name="identifierUri" Value="1" /> |
| 524 | + <Member Name="loginUrl" Value="2" /> |
| 525 | + <Member Name="logoutUrl" Value="3" /> |
| 526 | + <Member Name="unknownFutureValue" Value="4" /> |
| 527 | + </EnumType> |
521 | 528 | <EnumType Name="weakAlgorithms" IsFlags="true"> |
522 | 529 | <Member Name="rsaSha1" Value="1" /> |
523 | 530 | <Member Name="unknownFutureValue" Value="2" /> |
|
556 | 563 | <ComplexType Name="apiServicePrincipal"> |
557 | 564 | <Property Name="resourceSpecificApplicationPermissions" Type="Collection(graph.resourceSpecificPermission)" Nullable="false" /> |
558 | 565 | </ComplexType> |
| 566 | + <ComplexType Name="applicationServicePrincipal"> |
| 567 | + <NavigationProperty Name="application" Type="graph.application" /> |
| 568 | + <NavigationProperty Name="servicePrincipal" Type="graph.servicePrincipal" /> |
| 569 | + </ComplexType> |
559 | 570 | <ComplexType Name="appManagementApplicationConfiguration" BaseType="graph.appManagementConfiguration"> |
560 | 571 | <Property Name="identifierUris" Type="graph.identifierUriConfiguration" /> |
561 | 572 | </ComplexType> |
|
679 | 690 | <Property Name="isSipEnabled" Type="Edm.Boolean" /> |
680 | 691 | </ComplexType> |
681 | 692 | <ComplexType Name="ComplexExtensionValue" OpenType="true" /> |
| 693 | + <ComplexType Name="configurationUri"> |
| 694 | + <Property Name="appliesToSingleSignOnMode" Type="Edm.String" Nullable="false" /> |
| 695 | + <Property Name="examples" Type="Collection(Edm.String)" /> |
| 696 | + <Property Name="isRequired" Type="Edm.Boolean" Nullable="false" /> |
| 697 | + <Property Name="usage" Type="graph.uriUsageType" Nullable="false" /> |
| 698 | + <Property Name="values" Type="Collection(Edm.String)" /> |
| 699 | + </ComplexType> |
682 | 700 | <ComplexType Name="containerFilter"> |
683 | 701 | <Property Name="includedContainers" Type="Collection(Edm.String)" /> |
684 | 702 | </ComplexType> |
|
701 | 719 | <Property Name="maxAgeInSeconds" Type="Edm.Int32" /> |
702 | 720 | <Property Name="resource" Type="Edm.String" /> |
703 | 721 | </ComplexType> |
| 722 | + <ComplexType Name="credential"> |
| 723 | + <Property Name="fieldId" Type="Edm.String" /> |
| 724 | + <Property Name="type" Type="Edm.String" /> |
| 725 | + <Property Name="value" Type="Edm.String" /> |
| 726 | + </ComplexType> |
704 | 727 | <ComplexType Name="crossTenantAccessPolicyB2BSetting"> |
705 | 728 | <Property Name="applications" Type="graph.crossTenantAccessPolicyTargetConfiguration" /> |
706 | 729 | <Property Name="usersAndGroups" Type="graph.crossTenantAccessPolicyTargetConfiguration" /> |
|
841 | 864 | <Property Name="supportUrl" Type="Edm.String" /> |
842 | 865 | <Property Name="termsOfServiceUrl" Type="Edm.String" /> |
843 | 866 | </ComplexType> |
| 867 | + <ComplexType Name="informationalUrls"> |
| 868 | + <Property Name="appSignUpUrl" Type="Edm.String" /> |
| 869 | + <Property Name="singleSignOnDocumentationUrl" Type="Edm.String" /> |
| 870 | + </ComplexType> |
844 | 871 | <ComplexType Name="instanceResourceAccess"> |
845 | 872 | <Property Name="permissions" Type="Collection(graph.resourcePermission)" Nullable="false" /> |
846 | 873 | <Property Name="resourceAppId" Type="Edm.String" Nullable="false" /> |
|
1081 | 1108 | <Property Name="forceChangePasswordNextSignInWithMfa" Type="Edm.Boolean" /> |
1082 | 1109 | <Property Name="password" Type="Edm.String" /> |
1083 | 1110 | </ComplexType> |
| 1111 | + <ComplexType Name="passwordSingleSignOnCredentialSet"> |
| 1112 | + <Property Name="credentials" Type="Collection(graph.credential)" /> |
| 1113 | + <Property Name="id" Type="Edm.String" Nullable="false" /> |
| 1114 | + </ComplexType> |
| 1115 | + <ComplexType Name="passwordSingleSignOnField"> |
| 1116 | + <Property Name="customizedLabel" Type="Edm.String" /> |
| 1117 | + <Property Name="defaultLabel" Type="Edm.String" /> |
| 1118 | + <Property Name="fieldId" Type="Edm.String" /> |
| 1119 | + <Property Name="type" Type="Edm.String" /> |
| 1120 | + </ComplexType> |
| 1121 | + <ComplexType Name="passwordSingleSignOnSettings"> |
| 1122 | + <Property Name="fields" Type="Collection(graph.passwordSingleSignOnField)" /> |
| 1123 | + </ComplexType> |
1084 | 1124 | <ComplexType Name="permissionScope"> |
1085 | 1125 | <Property Name="adminConsentDescription" Type="Edm.String" /> |
1086 | 1126 | <Property Name="adminConsentDisplayName" Type="Edm.String" /> |
|
1433 | 1473 | <Property Name="key" Type="Edm.String" /> |
1434 | 1474 | <Property Name="value" Type="Edm.String" /> |
1435 | 1475 | </ComplexType> |
| 1476 | + <ComplexType Name="supportedClaimConfiguration"> |
| 1477 | + <Property Name="nameIdPolicyFormat" Type="Edm.String" /> |
| 1478 | + </ComplexType> |
1436 | 1479 | <ComplexType Name="synchronizationError"> |
1437 | 1480 | <Property Name="code" Type="Edm.String" /> |
1438 | 1481 | <Property Name="message" Type="Edm.String" /> |
|
1672 | 1715 | </Annotation> |
1673 | 1716 | </EntityType> |
1674 | 1717 | <EntityType Name="applicationSegment" BaseType="graph.entity" Abstract="true" /> |
| 1718 | + <EntityType Name="applicationTemplate" BaseType="graph.entity"> |
| 1719 | + <Property Name="categories" Type="Collection(Edm.String)" /> |
| 1720 | + <Property Name="configurationUris" Type="Collection(graph.configurationUri)" /> |
| 1721 | + <Property Name="description" Type="Edm.String" /> |
| 1722 | + <Property Name="displayName" Type="Edm.String" /> |
| 1723 | + <Property Name="homePageUrl" Type="Edm.String" /> |
| 1724 | + <Property Name="informationalUrls" Type="graph.informationalUrls" /> |
| 1725 | + <Property Name="logoUrl" Type="Edm.String" /> |
| 1726 | + <Property Name="publisher" Type="Edm.String" /> |
| 1727 | + <Property Name="supportedClaimConfiguration" Type="graph.supportedClaimConfiguration" /> |
| 1728 | + <Property Name="supportedProvisioningTypes" Type="Collection(Edm.String)" /> |
| 1729 | + <Property Name="supportedSingleSignOnModes" Type="Collection(Edm.String)" /> |
| 1730 | + </EntityType> |
1675 | 1731 | <EntityType Name="appManagementPolicy" BaseType="graph.policyBase"> |
1676 | 1732 | <Property Name="isEnabled" Type="Edm.Boolean" Nullable="false" /> |
1677 | 1733 | <Property Name="restrictions" Type="graph.customAppManagementConfiguration" /> |
|
2599 | 2655 | <Property Name="notes" Type="Edm.String" /> |
2600 | 2656 | <Property Name="notificationEmailAddresses" Type="Collection(Edm.String)" Nullable="false" /> |
2601 | 2657 | <Property Name="passwordCredentials" Type="Collection(graph.passwordCredential)" Nullable="false" /> |
| 2658 | + <Property Name="passwordSingleSignOnSettings" Type="graph.passwordSingleSignOnSettings" /> |
2602 | 2659 | <Property Name="preferredSingleSignOnMode" Type="Edm.String" /> |
2603 | 2660 | <Property Name="preferredTokenSigningKeyEndDateTime" Type="Edm.DateTimeOffset" /> |
2604 | 2661 | <Property Name="preferredTokenSigningKeyThumbprint" Type="Edm.String" /> |
|
2961 | 3018 | <Parameter Name="passwordProfile" Type="graph.passwordProfile" /> |
2962 | 3019 | <ReturnType Type="graph.conversionUserDetails" /> |
2963 | 3020 | </Action> |
| 3021 | + <Action Name="createPasswordSingleSignOnCredentials" IsBound="true"> |
| 3022 | + <Parameter Name="bindingParameter" Type="graph.servicePrincipal" /> |
| 3023 | + <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 3024 | + <Parameter Name="credentials" Type="Collection(graph.credential)" Nullable="false" /> |
| 3025 | + <ReturnType Type="graph.passwordSingleSignOnCredentialSet" /> |
| 3026 | + </Action> |
| 3027 | + <Action Name="deletePasswordSingleSignOnCredentials" IsBound="true"> |
| 3028 | + <Parameter Name="bindingParameter" Type="graph.group" /> |
| 3029 | + <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 3030 | + </Action> |
| 3031 | + <Action Name="deletePasswordSingleSignOnCredentials" IsBound="true"> |
| 3032 | + <Parameter Name="bindingParameter" Type="graph.servicePrincipal" /> |
| 3033 | + <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 3034 | + </Action> |
| 3035 | + <Action Name="deletePasswordSingleSignOnCredentials" IsBound="true"> |
| 3036 | + <Parameter Name="bindingParameter" Type="graph.user" /> |
| 3037 | + <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 3038 | + </Action> |
2964 | 3039 | <Action Name="discover" EntitySetPath="bindingParameter" IsBound="true"> |
2965 | 3040 | <Parameter Name="bindingParameter" Type="graph.directoryDefinition" /> |
2966 | 3041 | <ReturnType Type="graph.directoryDefinition" /> |
|
2985 | 3060 | <Parameter Name="securityEnabledOnly" Type="Edm.Boolean" /> |
2986 | 3061 | <ReturnType Type="Collection(Edm.String)" Nullable="false" Unicode="false" /> |
2987 | 3062 | </Action> |
| 3063 | + <Action Name="getPasswordSingleSignOnCredentials" IsBound="true"> |
| 3064 | + <Parameter Name="bindingParameter" Type="graph.group" /> |
| 3065 | + <ReturnType Type="Collection(graph.passwordSingleSignOnCredentialSet)" /> |
| 3066 | + </Action> |
| 3067 | + <Action Name="getPasswordSingleSignOnCredentials" IsBound="true"> |
| 3068 | + <Parameter Name="bindingParameter" Type="graph.servicePrincipal" /> |
| 3069 | + <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 3070 | + <ReturnType Type="graph.passwordSingleSignOnCredentialSet" /> |
| 3071 | + </Action> |
| 3072 | + <Action Name="getPasswordSingleSignOnCredentials" IsBound="true"> |
| 3073 | + <Parameter Name="bindingParameter" Type="graph.user" /> |
| 3074 | + <ReturnType Type="Collection(graph.passwordSingleSignOnCredentialSet)" /> |
| 3075 | + </Action> |
2988 | 3076 | <Action Name="getUserOwnedObjects" IsBound="true"> |
2989 | 3077 | <Parameter Name="bindingParameter" Type="Collection(graph.directoryObject)" Nullable="false" /> |
2990 | 3078 | <Parameter Name="userId" Type="Edm.String" Unicode="false" /> |
|
2998 | 3086 | <Parameter Name="overwriteResourceNamespace" Type="Edm.Boolean" Nullable="false" /> |
2999 | 3087 | <ReturnType Type="graph.unifiedRbacResourceNamespace" /> |
3000 | 3088 | </Action> |
| 3089 | + <Action Name="instantiate" IsBound="true"> |
| 3090 | + <Parameter Name="bindingParameter" Type="graph.applicationTemplate" /> |
| 3091 | + <Parameter Name="displayName" Type="Edm.String" Unicode="false" /> |
| 3092 | + <Parameter Name="serviceManagementReference" Type="Edm.String" Unicode="false"> |
| 3093 | + <Annotation Term="Org.OData.Core.V1.OptionalParameter" /> |
| 3094 | + </Parameter> |
| 3095 | + <ReturnType Type="graph.applicationServicePrincipal" /> |
| 3096 | + </Action> |
3001 | 3097 | <Action Name="invalidateAllRefreshTokens" IsBound="true"> |
3002 | 3098 | <Parameter Name="bindingParameter" Type="graph.user" Nullable="false" /> |
3003 | 3099 | <ReturnType Type="Edm.Boolean" /> |
|
3070 | 3166 | <Parameter Name="bindingParameter" Type="graph.plannerPlan" /> |
3071 | 3167 | <Parameter Name="justification" Type="Edm.String" Unicode="false" /> |
3072 | 3168 | </Action> |
| 3169 | + <Action Name="updatePasswordSingleSignOnCredentials" IsBound="true"> |
| 3170 | + <Parameter Name="bindingParameter" Type="graph.servicePrincipal" /> |
| 3171 | + <Parameter Name="id" Type="Edm.String" Nullable="false" Unicode="false" /> |
| 3172 | + <Parameter Name="credentials" Type="Collection(graph.credential)" Nullable="false" /> |
| 3173 | + </Action> |
3073 | 3174 | <Action Name="upload" IsBound="true"> |
3074 | 3175 | <Parameter Name="bindingParameter" Type="graph.certificateBasedAuthPki" Nullable="false" /> |
3075 | 3176 | <Parameter Name="uploadUrl" Type="Edm.String" Nullable="false" Unicode="false" /> |
|
3208 | 3309 | <NavigationPropertyBinding Path="createdOnBehalfOf" Target="directoryObjects" /> |
3209 | 3310 | <NavigationPropertyBinding Path="owners" Target="directoryObjects" /> |
3210 | 3311 | </EntitySet> |
| 3312 | + <EntitySet Name="applicationTemplates" EntityType="microsoft.graph.applicationTemplate" /> |
3211 | 3313 | <EntitySet Name="appRoleAssignments" EntityType="microsoft.graph.appRoleAssignment" /> |
3212 | 3314 | <EntitySet Name="certificateBasedAuthConfiguration" EntityType="microsoft.graph.certificateBasedAuthConfiguration" /> |
3213 | 3315 | <EntitySet Name="contacts" EntityType="microsoft.graph.orgContact"> |
|
0 commit comments