Skip to content

Commit

Permalink
Updated beta_metadata.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Sep 19, 2023
1 parent 15d8951 commit b901c3b
Showing 1 changed file with 86 additions and 26 deletions.
112 changes: 86 additions & 26 deletions beta_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42364,10 +42364,10 @@
<Annotations Target="microsoft.graph.schedulingGroup/isActive">
<Annotation Term="Org.OData.Core.V1.Computed" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.host">
<Annotations Target="microsoft.graph.security.hostComponent">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="false" />
<PropertyValue Property="Countable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
Expand All @@ -42390,18 +42390,13 @@
<PropertyValue Property="Selectable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.article">
<Annotations Target="microsoft.graph.security.host">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="true" />
<PropertyValue Property="Countable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.ExpandRestrictions">
Expand All @@ -42416,23 +42411,23 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="true" />
<PropertyValue Property="Searchable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
<Record>
<PropertyValue Property="Selectable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="false" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="false" />
</Annotations>
<Annotations Target="microsoft.graph.security.articleIndicator">
<Annotations Target="microsoft.graph.security.article">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="true" />
Expand All @@ -42450,7 +42445,7 @@
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SearchRestrictions">
<Record>
<PropertyValue Property="Searchable" Bool="false" />
<PropertyValue Property="Searchable" Bool="true" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SelectRestrictions">
Expand All @@ -42459,9 +42454,14 @@
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.SkipSupported" Bool="true" />
<Annotation Term="Org.OData.Capabilities.V1.SortRestrictions">
<Record>
<PropertyValue Property="Sortable" Bool="false" />
</Record>
</Annotation>
<Annotation Term="Org.OData.Capabilities.V1.TopSupported" Bool="true" />
</Annotations>
<Annotations Target="microsoft.graph.security.hostComponent">
<Annotations Target="microsoft.graph.security.articleIndicator">
<Annotation Term="Org.OData.Capabilities.V1.CountRestrictions">
<Record>
<PropertyValue Property="Countable" Bool="true" />
Expand Down Expand Up @@ -44925,6 +44925,15 @@
<Member Name="saml" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="b2bIdentityProvidersType">
<Member Name="azureActiveDirectory" Value="1" />
<Member Name="externalFederation" Value="2" />
<Member Name="socialIdentityProviders" Value="3" />
<Member Name="emailOneTimePasscode" Value="4" />
<Member Name="microsoftAccount" Value="5" />
<Member Name="defaultConfiguredIdp" Value="6" />
<Member Name="unknownFutureValue" Value="7" />
</EnumType>
<EnumType Name="crossTenantAccessPolicyTargetConfigurationAccessType">
<Member Name="allowed" Value="1" />
<Member Name="blocked" Value="2" />
Expand Down Expand Up @@ -54178,6 +54187,7 @@
<Property Name="managementType" Type="Edm.String" />
<Property Name="mdmAppId" Type="Edm.String" />
<Property Name="onPremisesLastSyncDateTime" Type="Edm.DateTimeOffset" />
<Property Name="onPremisesSecurityIdentifier" Type="Edm.String" />
<Property Name="onPremisesSyncEnabled" Type="Edm.Boolean" />
<Property Name="operatingSystem" Type="Edm.String" />
<Property Name="operatingSystemVersion" Type="Edm.String" />
Expand Down Expand Up @@ -59887,6 +59897,11 @@
<ComplexType Name="crossTenantUserSyncInbound">
<Property Name="isSyncAllowed" Type="Edm.Boolean" />
</ComplexType>
<ComplexType Name="invitationRedemptionIdentityProviderConfiguration">
<Property Name="fallbackIdentityProvider" Type="graph.b2bIdentityProvidersType" />
<Property Name="primaryIdentityProviderPrecedenceOrder" Type="Collection(graph.b2bIdentityProvidersType)" />
</ComplexType>
<ComplexType Name="defaultInvitationRedemptionIdentityProviderConfiguration" BaseType="graph.invitationRedemptionIdentityProviderConfiguration" />
<ComplexType Name="defaultUserRolePermissions">
<Property Name="allowedToCreateApps" Type="Edm.Boolean" Nullable="false" />
<Property Name="allowedToCreateSecurityGroups" Type="Edm.Boolean" Nullable="false" />
Expand Down Expand Up @@ -60140,6 +60155,7 @@
<Property Name="b2bDirectConnectInbound" Type="graph.crossTenantAccessPolicyB2BSetting" />
<Property Name="b2bDirectConnectOutbound" Type="graph.crossTenantAccessPolicyB2BSetting" />
<Property Name="inboundTrust" Type="graph.crossTenantAccessPolicyInboundTrust" />
<Property Name="invitationRedemptionIdentityProviderConfiguration" Type="graph.defaultInvitationRedemptionIdentityProviderConfiguration" />
<Property Name="isServiceDefault" Type="Edm.Boolean" />
<Property Name="tenantRestrictions" Type="graph.crossTenantAccessPolicyTenantRestrictions" />
</EntityType>
Expand Down Expand Up @@ -60611,6 +60627,7 @@
<EntityType Name="delegatedAdminRelationship" BaseType="graph.entity">
<Property Name="accessDetails" Type="graph.delegatedAdminAccessDetails" Nullable="false" />
<Property Name="activatedDateTime" Type="Edm.DateTimeOffset" />
<Property Name="autoExtendDuration" Type="Edm.Duration" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="customer" Type="graph.delegatedAdminRelationshipCustomerParticipant" />
<Property Name="displayName" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -60863,6 +60880,7 @@
<EntityType Name="educationAssignmentResource" BaseType="graph.entity">
<Property Name="distributeForStudentWork" Type="Edm.Boolean" />
<Property Name="resource" Type="graph.educationResource" />
<NavigationProperty Name="dependentResources" Type="Collection(graph.educationAssignmentResource)" ContainsTarget="true" />
</EntityType>
<EntityType Name="educationRubric" BaseType="graph.entity">
<Property Name="createdBy" Type="graph.identitySet" />
Expand Down Expand Up @@ -61058,6 +61076,7 @@
<EntityType Name="educationSubmissionResource" BaseType="graph.entity">
<Property Name="assignmentResourceUrl" Type="Edm.String" />
<Property Name="resource" Type="graph.educationResource" />
<NavigationProperty Name="dependentResources" Type="Collection(graph.educationSubmissionResource)" ContainsTarget="true" />
</EntityType>
<ComplexType Name="relatedContact">
<Property Name="accessConsent" Type="Edm.Boolean" />
Expand Down Expand Up @@ -62833,13 +62852,15 @@
<Property Name="content" Type="Edm.Stream" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="meetingId" Type="Edm.String" />
<Property Name="meetingOrganizer" Type="graph.identitySet" />
<Property Name="meetingOrganizerId" Type="Edm.String" />
<Property Name="recordingContentUrl" Type="Edm.String" />
</EntityType>
<EntityType Name="callTranscript" BaseType="graph.entity">
<Property Name="content" Type="Edm.Stream" />
<Property Name="createdDateTime" Type="Edm.DateTimeOffset" />
<Property Name="meetingId" Type="Edm.String" />
<Property Name="meetingOrganizer" Type="graph.identitySet" />
<Property Name="meetingOrganizerId" Type="Edm.String" />
<Property Name="metadataContent" Type="Edm.Stream" />
<Property Name="transcriptContentUrl" Type="Edm.String" />
Expand Down Expand Up @@ -85672,6 +85693,17 @@
<Member Name="markdown" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="hostPortProtocol">
<Member Name="tcp" Value="0" />
<Member Name="udp" Value="1" />
<Member Name="unknownFutureValue" Value="2" />
</EnumType>
<EnumType Name="hostPortStatus">
<Member Name="open" Value="0" />
<Member Name="filtered" Value="1" />
<Member Name="closed" Value="2" />
<Member Name="unknownFutureValue" Value="3" />
</EnumType>
<EnumType Name="hostReputationClassification">
<Member Name="unknown" Value="0" />
<Member Name="neutral" Value="1" />
Expand Down Expand Up @@ -85803,6 +85835,7 @@
<NavigationProperty Name="hostComponents" Type="Collection(self.hostComponent)" ContainsTarget="true" />
<NavigationProperty Name="hostCookies" Type="Collection(self.hostCookie)" ContainsTarget="true" />
<NavigationProperty Name="hostPairs" Type="Collection(self.hostPair)" ContainsTarget="true" />
<NavigationProperty Name="hostPorts" Type="Collection(self.hostPort)" ContainsTarget="true" />
<NavigationProperty Name="hosts" Type="Collection(self.host)" ContainsTarget="true" />
<NavigationProperty Name="hostSslCertificates" Type="Collection(self.hostSslCertificate)" ContainsTarget="true" />
<NavigationProperty Name="hostTrackers" Type="Collection(self.hostTracker)" ContainsTarget="true" />
Expand Down Expand Up @@ -86737,6 +86770,28 @@
<Property Name="content" Type="Edm.String" />
<Property Name="format" Type="self.contentFormat" />
</ComplexType>
<ComplexType Name="hostPortBanner">
<Property Name="banner" Type="Edm.String" Nullable="false" />
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
<Property Name="scanProtocol" Type="Edm.String" />
<Property Name="timesObserved" Type="Edm.Int32" />
</ComplexType>
<ComplexType Name="hostPortComponent">
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
<Property Name="isRecent" Type="Edm.Boolean" />
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
<NavigationProperty Name="component" Type="self.hostComponent" />
</ComplexType>
<EntityType Name="artifact" BaseType="graph.entity" Abstract="true" />
<EntityType Name="hostComponent" BaseType="self.artifact">
<Property Name="category" Type="Edm.String" />
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="name" Type="Edm.String" Nullable="false" />
<Property Name="version" Type="Edm.String" />
<NavigationProperty Name="host" Type="self.host" Nullable="false" />
</EntityType>
<ComplexType Name="hostReputationRule">
<Property Name="description" Type="Edm.String" Nullable="false" />
<Property Name="name" Type="Edm.String" Nullable="false" />
Expand Down Expand Up @@ -86780,7 +86835,6 @@
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
<NavigationProperty Name="host" Type="self.host" Nullable="false" />
</ComplexType>
<EntityType Name="artifact" BaseType="graph.entity" Abstract="true" />
<EntityType Name="host" BaseType="self.artifact" Abstract="true">
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
Expand All @@ -86791,6 +86845,7 @@
<NavigationProperty Name="parentHostPairs" Type="Collection(self.hostPair)" />
<NavigationProperty Name="passiveDns" Type="Collection(self.passiveDnsRecord)" />
<NavigationProperty Name="passiveDnsReverse" Type="Collection(self.passiveDnsRecord)" />
<NavigationProperty Name="ports" Type="Collection(self.hostPort)" />
<NavigationProperty Name="reputation" Type="self.hostReputation" ContainsTarget="true" />
<NavigationProperty Name="sslCertificates" Type="Collection(self.hostSslCertificate)" />
<NavigationProperty Name="subdomains" Type="Collection(self.subdomain)" />
Expand Down Expand Up @@ -86820,14 +86875,6 @@
<NavigationProperty Name="childHost" Type="self.host" Nullable="false" />
<NavigationProperty Name="parentHost" Type="self.host" Nullable="false" />
</EntityType>
<EntityType Name="hostComponent" BaseType="self.artifact">
<Property Name="category" Type="Edm.String" />
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
<Property Name="name" Type="Edm.String" Nullable="false" />
<Property Name="version" Type="Edm.String" />
<NavigationProperty Name="host" Type="self.host" Nullable="false" />
</EntityType>
<EntityType Name="hostCookie" BaseType="self.artifact">
<Property Name="domain" Type="Edm.String" Nullable="false" />
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" Nullable="false" />
Expand All @@ -86843,6 +86890,19 @@
<NavigationProperty Name="artifact" Type="self.artifact" Nullable="false" />
<NavigationProperty Name="parentHost" Type="self.host" Nullable="false" />
</EntityType>
<EntityType Name="hostPort" BaseType="graph.entity">
<Property Name="banners" Type="Collection(self.hostPortBanner)" />
<Property Name="firstSeenDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastScanDateTime" Type="Edm.DateTimeOffset" />
<Property Name="lastSeenDateTime" Type="Edm.DateTimeOffset" />
<Property Name="port" Type="Edm.Int32" Nullable="false" />
<Property Name="protocol" Type="self.hostPortProtocol" />
<Property Name="services" Type="Collection(self.hostPortComponent)" />
<Property Name="status" Type="self.hostPortStatus" />
<Property Name="timesObserved" Type="Edm.Int32" />
<NavigationProperty Name="host" Type="self.host" Nullable="false" />
<NavigationProperty Name="mostRecentSslCertificate" Type="self.sslCertificate" />
</EntityType>
<EntityType Name="hostReputation" BaseType="graph.entity">
<Property Name="classification" Type="self.hostReputationClassification" Nullable="false" />
<Property Name="rules" Type="Collection(self.hostReputationRule)" />
Expand Down

0 comments on commit b901c3b

Please sign in to comment.