Skip to content

Commit 64fdadf

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Docs Generation (#1152)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] * Docs Generation for DeviceManagement.Functions [run ci] * Docs Generation for Identity.SignIns [run ci] * Docs Generation for Education [run ci] * Docs Generation for Devices.CloudPrint [run ci] * Docs Generation for Compliance [run ci] * Docs Generation for Users.Functions [run ci] * Docs Generation for Devices.CorporateManagement [run ci] * Docs Generation for Files [run ci] * Docs Generation for Groups [run ci] * Docs Generation for Users.Actions [run ci] * Docs Generation for Identity.Governance [run ci] * Docs Generation for Security [run ci] * Docs Generation for ChangeNotifications [run ci] * Docs Generation for DeviceManagement.Enrolment [run ci] * Docs Generation for DeviceManagement.Actions [run ci] * Docs Generation for Sites [run ci] * Docs Generation for Applications [run ci] * Docs Generation for Users [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Peter Ombwa <[email protected]>
1 parent 0caf0a6 commit 64fdadf

File tree

1,185 files changed

+57989
-23866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,185 files changed

+57989
-23866
lines changed

src/Applications/Applications/docs/v1.0-beta/Add-MgApplicationKey.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@ BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostReq
215215
- `[(Any) <Object>]`: This indicates any property can be added to this object.
216216
- `[CustomKeyIdentifier <Byte[]>]`: Custom key identifier
217217
- `[DisplayName <String>]`: Friendly name for the key. Optional.
218-
- `[EndDateTime <DateTime?>]`: The date and time at which the credential expires.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
219-
- `[Key <Byte[]>]`: Value for the key credential. Should be a base 64 encoded value.
220-
- `[KeyId <String>]`: The unique identifier for the key.
218+
- `[EndDateTime <DateTime?>]`: The date and time at which the credential expires. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
219+
- `[Key <Byte[]>]`: The certificate's raw data in byte array converted to Base64 string. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null.
220+
- `[KeyId <String>]`: The unique identifier (GUID) for the key.
221221
- `[StartDateTime <DateTime?>]`: The date and time at which the credential becomes valid.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
222-
- `[Type <String>]`: The type of key credential; for example, Symmetric.
222+
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
223223
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
224224
- `[PasswordCredential <IMicrosoftGraphPasswordCredential>]`: passwordCredential
225225
- `[(Any) <Object>]`: This indicates any property can be added to this object.
@@ -261,11 +261,11 @@ KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
261261
- `[(Any) <Object>]`: This indicates any property can be added to this object.
262262
- `[CustomKeyIdentifier <Byte[]>]`: Custom key identifier
263263
- `[DisplayName <String>]`: Friendly name for the key. Optional.
264-
- `[EndDateTime <DateTime?>]`: The date and time at which the credential expires.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
265-
- `[Key <Byte[]>]`: Value for the key credential. Should be a base 64 encoded value.
266-
- `[KeyId <String>]`: The unique identifier for the key.
264+
- `[EndDateTime <DateTime?>]`: The date and time at which the credential expires. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
265+
- `[Key <Byte[]>]`: The certificate's raw data in byte array converted to Base64 string. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null.
266+
- `[KeyId <String>]`: The unique identifier (GUID) for the key.
267267
- `[StartDateTime <DateTime?>]`: The date and time at which the credential becomes valid.The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
268-
- `[Type <String>]`: The type of key credential; for example, Symmetric.
268+
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
269269
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
270270

271271
PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential

src/Applications/Applications/docs/v1.0-beta/Get-MgApplicationSynchronizationJob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-MgApplicationSynchronizationJob
99

1010
## SYNOPSIS
11-
Get jobs from applications
11+
Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.
1212

1313
## SYNTAX
1414

@@ -32,7 +32,7 @@ Get-MgApplicationSynchronizationJob -InputObject <IApplicationsIdentity> [-Expan
3232
```
3333

3434
## DESCRIPTION
35-
Get jobs from applications
35+
Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.
3636

3737
## EXAMPLES
3838

src/Applications/Applications/docs/v1.0-beta/Get-MgApplicationSynchronizationTemplate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-MgApplicationSynchronizationTemplate
99

1010
## SYNOPSIS
11-
Get templates from applications
11+
Pre-configured synchronization settings for a particular application.
1212

1313
## SYNTAX
1414

@@ -32,7 +32,7 @@ Get-MgApplicationSynchronizationTemplate -InputObject <IApplicationsIdentity> [-
3232
```
3333

3434
## DESCRIPTION
35-
Get templates from applications
35+
Pre-configured synchronization settings for a particular application.
3636

3737
## EXAMPLES
3838

src/Applications/Applications/docs/v1.0-beta/Get-MgServicePrincipalAppRoleAssignedTo.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ schema: 2.0.0
88
# Get-MgServicePrincipalAppRoleAssignedTo
99

1010
## SYNOPSIS
11-
App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand.
11+
App role assignments for this app or service, granted to users, groups, and other service principals.
12+
Supports $expand.
1213

1314
## SYNTAX
1415

@@ -32,7 +33,8 @@ Get-MgServicePrincipalAppRoleAssignedTo -InputObject <IApplicationsIdentity> [-E
3233
```
3334

3435
## DESCRIPTION
35-
App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand.
36+
App role assignments for this app or service, granted to users, groups, and other service principals.
37+
Supports $expand.
3638

3739
## EXAMPLES
3840

src/Applications/Applications/docs/v1.0-beta/Get-MgServicePrincipalSynchronizationJob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-MgServicePrincipalSynchronizationJob
99

1010
## SYNOPSIS
11-
Get jobs from servicePrincipals
11+
Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.
1212

1313
## SYNTAX
1414

@@ -32,7 +32,7 @@ Get-MgServicePrincipalSynchronizationJob -InputObject <IApplicationsIdentity> [-
3232
```
3333

3434
## DESCRIPTION
35-
Get jobs from servicePrincipals
35+
Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.
3636

3737
## EXAMPLES
3838

src/Applications/Applications/docs/v1.0-beta/Get-MgServicePrincipalSynchronizationTemplate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Get-MgServicePrincipalSynchronizationTemplate
99

1010
## SYNOPSIS
11-
Get templates from servicePrincipals
11+
Pre-configured synchronization settings for a particular application.
1212

1313
## SYNTAX
1414

@@ -32,7 +32,7 @@ Get-MgServicePrincipalSynchronizationTemplate -InputObject <IApplicationsIdentit
3232
```
3333

3434
## DESCRIPTION
35-
Get templates from servicePrincipals
35+
Pre-configured synchronization settings for a particular application.
3636

3737
## EXAMPLES
3838

src/Applications/Applications/docs/v1.0-beta/Get-MgServicePrincipalTokenIssuancePolicy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111
The tokenIssuancePolicies assigned to this service principal.
12-
Supports $expand.
1312

1413
## SYNTAX
1514

@@ -21,7 +20,6 @@ Get-MgServicePrincipalTokenIssuancePolicy -ServicePrincipalId <String> [-ExpandP
2120

2221
## DESCRIPTION
2322
The tokenIssuancePolicies assigned to this service principal.
24-
Supports $expand.
2523

2624
## EXAMPLES
2725

src/Applications/Applications/docs/v1.0-beta/Get-MgServicePrincipalTokenIssuancePolicyByRef.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111
The tokenIssuancePolicies assigned to this service principal.
12-
Supports $expand.
1312

1413
## SYNTAX
1514

@@ -21,7 +20,6 @@ Get-MgServicePrincipalTokenIssuancePolicyByRef -ServicePrincipalId <String> [-Fi
2120

2221
## DESCRIPTION
2322
The tokenIssuancePolicies assigned to this service principal.
24-
Supports $expand.
2523

2624
## EXAMPLES
2725

src/Applications/Applications/docs/v1.0-beta/Get-MgServicePrincipalTokenLifetimePolicy.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111
The tokenLifetimePolicies assigned to this service principal.
12-
Supports $expand.
1312

1413
## SYNTAX
1514

@@ -21,7 +20,6 @@ Get-MgServicePrincipalTokenLifetimePolicy -ServicePrincipalId <String> [-ExpandP
2120

2221
## DESCRIPTION
2322
The tokenLifetimePolicies assigned to this service principal.
24-
Supports $expand.
2523

2624
## EXAMPLES
2725

src/Applications/Applications/docs/v1.0-beta/Get-MgServicePrincipalTokenLifetimePolicyByRef.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111
The tokenLifetimePolicies assigned to this service principal.
12-
Supports $expand.
1312

1413
## SYNTAX
1514

@@ -21,7 +20,6 @@ Get-MgServicePrincipalTokenLifetimePolicyByRef -ServicePrincipalId <String> [-Fi
2120

2221
## DESCRIPTION
2322
The tokenLifetimePolicies assigned to this service principal.
24-
Supports $expand.
2523

2624
## EXAMPLES
2725

0 commit comments

Comments
 (0)