Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
a4fb6e5
Weekly OpenApiDocs Download. [run ci]
Aug 2, 2022
bb5f753
Add generated MgCommandMetadata.json. [run ci]
Aug 3, 2022
8637f4e
Docs Generation for Compliance [run ci]
Aug 3, 2022
fa0a6f9
Docs Generation for Identity.Governance [run ci]
Aug 3, 2022
2097a45
Docs Generation for Security [run ci]
Aug 3, 2022
a36fc8e
Docs Generation for Sites [run ci]
Aug 3, 2022
1f82834
Docs Generation for DirectoryObjects [run ci]
Aug 3, 2022
1ccb29b
Docs Generation for Users.Actions [run ci]
Aug 3, 2022
4644d09
Docs Generation for DeviceManagement [run ci]
Aug 3, 2022
b55b436
Docs Generation for Teams [run ci]
Aug 3, 2022
4c1308a
Docs Generation for DeviceManagement.Administration [run ci]
Aug 3, 2022
9d091f1
Docs Generation for Users [run ci]
Aug 3, 2022
1e7766e
Docs Generation for Devices.CorporateManagement [run ci]
Aug 3, 2022
80f03da
Docs Generation for Reports [run ci]
Aug 3, 2022
c4e3a95
Docs Generation for Files [run ci]
Aug 3, 2022
07f98a9
Docs Generation for DeviceManagement.Actions [run ci]
Aug 3, 2022
f3603ae
Docs Generation for Users.Functions [run ci]
Aug 3, 2022
501b5d9
Docs Generation for Education [run ci]
Aug 3, 2022
0a295a6
Docs Generation for Applications [run ci]
Aug 3, 2022
dee6c30
Docs Generation for Groups [run ci]
Aug 3, 2022
f97f157
Docs Generation for Identity.DirectoryManagement [run ci]
Aug 3, 2022
43a69a6
Docs Generation for Identity.SignIns [run ci]
Aug 3, 2022
5230e7e
Docs Generation for CloudCommunications [run ci]
Aug 3, 2022
cfaa016
Docs Generation for Devices.CloudPrint [run ci]
Aug 3, 2022
611bd6e
Merge branch 'dev' into DocsGeneration/202208030016
peombwa Aug 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Microsoft.Graph.Applications
Module Guid: acbd0cc0-ecca-4a06-93f3-3a2150c7a32f
Module Guid: 1666c0de-cb1d-4b99-b167-0ed266f5cc63
Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications
Help Version: 1.0.0.0
Locale: en-US
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Accept wildcard characters: False
The unique identifier for the application that is assigned by Azure AD.
Not nullable.
Read-only.
Supports $filter (eq).

```yaml
Type: System.String
Expand Down Expand Up @@ -318,7 +319,7 @@ Accept wildcard characters: False
### -ExtensionProperties
Read-only.
Nullable.
Supports $expand and $filter (eq when counting empty collections).
Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
To construct, please use Get-Help -Online and see NOTES section for EXTENSIONPROPERTIES properties and create a hash table.

```yaml
Expand Down Expand Up @@ -991,7 +992,7 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
- `[AppId <String>]`: The unique identifier for the client application.
- `[PermissionIds <String[]>]`: The unique identifier for the scopes the client application is granted.
- `[RequestedAccessTokenVersion <Int32?>]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2
- `[AppId <String>]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
- `[AppId <String>]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq).
- `[AppManagementPolicies <IMicrosoftGraphAppManagementPolicy[]>]`: The appManagementPolicy applied to this application.
- `[Description <String>]`: Description for this policy. Required.
- `[DisplayName <String>]`: Display name for this policy. Required.
Expand Down Expand Up @@ -1046,14 +1047,14 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
- `[Description <String>]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
- `[DisabledByMicrosoftStatus <String>]`: Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
- `[DisplayName <String>]`: The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
- `[ExtensionProperties <IMicrosoftGraphExtensionProperty[]>]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
- `[ExtensionProperties <IMicrosoftGraphExtensionProperty[]>]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `[Id <String>]`:
- `[AppDisplayName <String>]`: Display name of the application object on which this extension property is defined. Read-only.
- `[DataType <String>]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
- `[IsSyncedFromOnPremises <Boolean?>]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
- `[Name <String>]`: Name of the extension property. Not nullable.
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
- `[FederatedIdentityCredentials <IMicrosoftGraphFederatedIdentityCredential[]>]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
- `[Id <String>]`:
- `[Audiences <String[]>]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Azure AD in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. Required.
Expand Down Expand Up @@ -1394,7 +1395,7 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
- `[AppId <String>]`: The unique identifier for the client application.
- `[PermissionIds <String[]>]`: The unique identifier for the scopes the client application is granted.
- `[RequestedAccessTokenVersion <Int32?>]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2
- `[AppId <String>]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only.
- `[AppId <String>]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq).
- `[AppManagementPolicies <IMicrosoftGraphAppManagementPolicy[]>]`: The appManagementPolicy applied to this application.
- `[Description <String>]`: Description for this policy. Required.
- `[DisplayName <String>]`: Display name for this policy. Required.
Expand Down Expand Up @@ -1436,14 +1437,14 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
- `[Description <String>]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
- `[DisabledByMicrosoftStatus <String>]`: Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons may include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
- `[DisplayName <String>]`: The display name for the application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy.
- `[ExtensionProperties <IMicrosoftGraphExtensionProperty[]>]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
- `[ExtensionProperties <IMicrosoftGraphExtensionProperty[]>]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `[Id <String>]`:
- `[AppDisplayName <String>]`: Display name of the application object on which this extension property is defined. Read-only.
- `[DataType <String>]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
- `[IsSyncedFromOnPremises <Boolean?>]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
- `[Name <String>]`: Name of the extension property. Not nullable.
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization
- `[FederatedIdentityCredentials <IMicrosoftGraphFederatedIdentityCredential[]>]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
- `[Id <String>]`:
- `[Audiences <String[]>]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. It says what Microsoft identity platform should accept in the aud claim in the incoming token. This value represents Azure AD in your external identity provider and has no fixed value across identity providers - you may need to create a new application registration in your identity provider to serve as the audience of this token. Required.
Expand Down Expand Up @@ -1767,14 +1768,14 @@ CREATEDONBEHALFOF <IMicrosoftGraphDirectoryObject>: directoryObject
- `[Id <String>]`:
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.

EXTENSIONPROPERTIES <IMicrosoftGraphExtensionProperty[]>: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections).
EXTENSIONPROPERTIES <IMicrosoftGraphExtensionProperty[]>: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters).
- `[DeletedDateTime <DateTime?>]`: Date and time when this object was deleted. Always null when the object hasn't been deleted.
- `[Id <String>]`:
- `[AppDisplayName <String>]`: Display name of the application object on which this extension property is defined. Read-only.
- `[DataType <String>]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
- `[IsSyncedFromOnPremises <Boolean?>]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
- `[Name <String>]`: Name of the extension property. Not nullable.
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization

FEDERATEDIDENTITYCREDENTIALS <IMicrosoftGraphFederatedIdentityCredential[]>: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections).
- `[Id <String>]`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Accept wildcard characters: False
### -TargetObjects
Following values are supported.
Not nullable.
UserGroupOrganizationDeviceApplication
UserGroupAdministrativeUnitApplicationDeviceOrganization

```yaml
Type: System.String[]
Expand Down Expand Up @@ -285,7 +285,7 @@ BODYPARAMETER <IMicrosoftGraphExtensionProperty>: extensionProperty
- `[DataType <String>]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum
- `[IsSyncedFromOnPremises <Boolean?>]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only.
- `[Name <String>]`: Name of the extension property. Not nullable.
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
- `[TargetObjects <String[]>]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization

INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
Expand Down
Loading