Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: f89e4f2e-ad5c-40c1-9d27-5f24d9927894
Module Guid: cc599579-9a66-4e2d-bfd0-cce7edd1adf7
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
30 changes: 15 additions & 15 deletions src/Applications/Applications/docs/v1.0-beta/New-MgApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -1209,11 +1209,11 @@ BODYPARAMETER <IMicrosoftGraphApplication>: application
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[AllProperties <Boolean?>]`:
- `[CredentialsWithUsageSign <Boolean?>]`:
- `[CredentialsWithUsageVerify <Boolean?>]`:
- `[IsEnabled <Boolean?>]`:
- `[TokenEncryptionKeyId <Boolean?>]`:
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down Expand Up @@ -1606,11 +1606,11 @@ CONNECTORGROUP <IMicrosoftGraphConnectorGroup>: connectorGroup
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[AllProperties <Boolean?>]`:
- `[CredentialsWithUsageSign <Boolean?>]`:
- `[CredentialsWithUsageVerify <Boolean?>]`:
- `[IsEnabled <Boolean?>]`:
- `[TokenEncryptionKeyId <Boolean?>]`:
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down Expand Up @@ -1972,11 +1972,11 @@ REQUIREDRESOURCEACCESS <IMicrosoftGraphRequiredResourceAccess[]>: Specifies the

SERVICEPRINCIPALLOCKCONFIGURATION <IMicrosoftGraphServicePrincipalLockConfiguration>: servicePrincipalLockConfiguration
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[AllProperties <Boolean?>]`:
- `[CredentialsWithUsageSign <Boolean?>]`:
- `[CredentialsWithUsageVerify <Boolean?>]`:
- `[IsEnabled <Boolean?>]`:
- `[TokenEncryptionKeyId <Boolean?>]`:
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.

SPA <IMicrosoftGraphSpaApplication>: spaApplication
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,11 @@ BODYPARAMETER <IMicrosoftGraphOnPremisesPublishingProfile>: onPremisesPublishing
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[AllProperties <Boolean?>]`:
- `[CredentialsWithUsageSign <Boolean?>]`:
- `[CredentialsWithUsageVerify <Boolean?>]`:
- `[IsEnabled <Boolean?>]`:
- `[TokenEncryptionKeyId <Boolean?>]`:
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down Expand Up @@ -916,11 +916,11 @@ CONNECTORGROUPS <IMicrosoftGraphConnectorGroup[]>: List of existing connectorGro
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[AllProperties <Boolean?>]`:
- `[CredentialsWithUsageSign <Boolean?>]`:
- `[CredentialsWithUsageVerify <Boolean?>]`:
- `[IsEnabled <Boolean?>]`:
- `[TokenEncryptionKeyId <Boolean?>]`:
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down Expand Up @@ -1320,11 +1320,11 @@ CONNECTORS <IMicrosoftGraphConnector[]>: List of existing connector objects for
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[AllProperties <Boolean?>]`:
- `[CredentialsWithUsageSign <Boolean?>]`:
- `[CredentialsWithUsageVerify <Boolean?>]`:
- `[IsEnabled <Boolean?>]`:
- `[TokenEncryptionKeyId <Boolean?>]`:
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,11 @@ BODYPARAMETER <IMicrosoftGraphConnector>: connector
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[AllProperties <Boolean?>]`:
- `[CredentialsWithUsageSign <Boolean?>]`:
- `[CredentialsWithUsageVerify <Boolean?>]`:
- `[IsEnabled <Boolean?>]`:
- `[TokenEncryptionKeyId <Boolean?>]`:
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down Expand Up @@ -861,11 +861,11 @@ MEMBEROF <IMicrosoftGraphConnectorGroup[]>: The connectorGroup that the connecto
- `[ServiceManagementReference <String>]`: References application or service contact information from a Service or Asset Management database. Nullable.
- `[ServicePrincipalLockConfiguration <IMicrosoftGraphServicePrincipalLockConfiguration>]`: servicePrincipalLockConfiguration
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[AllProperties <Boolean?>]`:
- `[CredentialsWithUsageSign <Boolean?>]`:
- `[CredentialsWithUsageVerify <Boolean?>]`:
- `[IsEnabled <Boolean?>]`:
- `[TokenEncryptionKeyId <Boolean?>]`:
- `[AllProperties <Boolean?>]`: Enables locking all sensitive properties. The sensitive properties are keyCredentials, passwordCredentials, and tokenEncryptionKeyId.
- `[CredentialsWithUsageSign <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Sign.
- `[CredentialsWithUsageVerify <Boolean?>]`: Locks the keyCredentials and passwordCredentials properties for modification where credential usage type is Verify. This locks OAuth service principals.
- `[IsEnabled <Boolean?>]`: Enables or disables service principal lock configuration. To allow the sensitive properties to be updated, update this property to false to disable the lock on the service principal.
- `[TokenEncryptionKeyId <Boolean?>]`: Locks the tokenEncryptionKeyId property for modification on the service principal.
- `[SignInAudience <String>]`: Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
- `[Spa <IMicrosoftGraphSpaApplication>]`: spaApplication
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down
Loading