Skip to content

Docs Generation #1152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Mar 17, 2022
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
Expand Up @@ -215,11 +215,11 @@ BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostReq
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[CustomKeyIdentifier <Byte[]>]`: Custom key identifier
- `[DisplayName <String>]`: Friendly name for the key. Optional.
- `[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.
- `[Key <Byte[]>]`: Value for the key credential. Should be a base 64 encoded value.
- `[KeyId <String>]`: The unique identifier for the key.
- `[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.
- `[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.
- `[KeyId <String>]`: The unique identifier (GUID) for the key.
- `[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.
- `[Type <String>]`: The type of key credential; for example, Symmetric.
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
- `[PasswordCredential <IMicrosoftGraphPasswordCredential>]`: passwordCredential
- `[(Any) <Object>]`: This indicates any property can be added to this object.
Expand Down Expand Up @@ -261,11 +261,11 @@ KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[CustomKeyIdentifier <Byte[]>]`: Custom key identifier
- `[DisplayName <String>]`: Friendly name for the key. Optional.
- `[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.
- `[Key <Byte[]>]`: Value for the key credential. Should be a base 64 encoded value.
- `[KeyId <String>]`: The unique identifier for the key.
- `[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.
- `[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.
- `[KeyId <String>]`: The unique identifier (GUID) for the key.
- `[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.
- `[Type <String>]`: The type of key credential; for example, Symmetric.
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.

PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-MgApplicationSynchronizationJob

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

## SYNTAX

Expand All @@ -32,7 +32,7 @@ Get-MgApplicationSynchronizationJob -InputObject <IApplicationsIdentity> [-Expan
```

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

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-MgApplicationSynchronizationTemplate

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

## SYNTAX

Expand All @@ -32,7 +32,7 @@ Get-MgApplicationSynchronizationTemplate -InputObject <IApplicationsIdentity> [-
```

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

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ schema: 2.0.0
# Get-MgServicePrincipalAppRoleAssignedTo

## SYNOPSIS
App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand.
App role assignments for this app or service, granted to users, groups, and other service principals.
Supports $expand.

## SYNTAX

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

## DESCRIPTION
App role assignments for this app or service, granted to users, groups, and other service principals.Supports $expand.
App role assignments for this app or service, granted to users, groups, and other service principals.
Supports $expand.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-MgServicePrincipalSynchronizationJob

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

## SYNTAX

Expand All @@ -32,7 +32,7 @@ Get-MgServicePrincipalSynchronizationJob -InputObject <IApplicationsIdentity> [-
```

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

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-MgServicePrincipalSynchronizationTemplate

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

## SYNTAX

Expand All @@ -32,7 +32,7 @@ Get-MgServicePrincipalSynchronizationTemplate -InputObject <IApplicationsIdentit
```

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

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ schema: 2.0.0

## SYNOPSIS
The tokenIssuancePolicies assigned to this service principal.
Supports $expand.

## SYNTAX

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

## DESCRIPTION
The tokenIssuancePolicies assigned to this service principal.
Supports $expand.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ schema: 2.0.0

## SYNOPSIS
The tokenIssuancePolicies assigned to this service principal.
Supports $expand.

## SYNTAX

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

## DESCRIPTION
The tokenIssuancePolicies assigned to this service principal.
Supports $expand.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ schema: 2.0.0

## SYNOPSIS
The tokenLifetimePolicies assigned to this service principal.
Supports $expand.

## SYNTAX

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

## DESCRIPTION
The tokenLifetimePolicies assigned to this service principal.
Supports $expand.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ schema: 2.0.0

## SYNOPSIS
The tokenLifetimePolicies assigned to this service principal.
Supports $expand.

## SYNTAX

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

## DESCRIPTION
The tokenLifetimePolicies assigned to this service principal.
Supports $expand.

## EXAMPLES

Expand Down
Loading