Skip to content

Commit fcf1ec0

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Update clean metadata file with 75361
1 parent 9f27478 commit fcf1ec0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openapi/v1.0/openapi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345801,6 +345801,7 @@ paths:
345801345801
tags:
345802345802
- organization.organizationalBranding
345803345803
summary: Get branding from organization
345804+
description: Resource to manage the default branding for the organization. Nullable.
345804345805
operationId: organization.GetBranding
345805345806
parameters:
345806345807
- name: $select
@@ -582619,7 +582620,7 @@ components:
582619582620
description: 'For example: [''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com'']. Changes to the mail property will also update this collection to include the value as an SMTP address. For more information, see mail and proxyAddresses properties. The proxy address prefixed with SMTP (capitalized) is the primary proxy address while those prefixed with smtp are the secondary proxy addresses. For Azure AD B2C accounts, this property has a limit of ten unique addresses. Read-only in Microsoft Graph; you can update this property only through the Microsoft 365 admin center. Not nullable. Supports $filter (eq, not, ge, le, startsWith, endsWith, and counting empty collections).'
582620582621
showInAddressList:
582621582622
type: boolean
582622-
description: 'true if the Outlook global address list should contain this user, otherwise false. If not set, this will be treated as true. For users invited through the invitation manager, this property will be set to false. Supports $filter (eq, ne, not, in).'
582623+
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
582623582624
nullable: true
582624582625
signInSessionsValidFromDateTime:
582625582626
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
@@ -588943,6 +588944,7 @@ components:
588943588944
branding:
588944588945
anyOf:
588945588946
- $ref: '#/components/schemas/microsoft.graph.organizationalBranding'
588947+
description: Resource to manage the default branding for the organization. Nullable.
588946588948
nullable: true
588947588949
certificateBasedAuthConfiguration:
588948588950
type: array

0 commit comments

Comments
 (0)