Skip to content

Docs Generation #766

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

Closed
wants to merge 37 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
47302d8
Docs Generation for Groups [skip ci]
Jul 15, 2021
52a6e29
Docs Generation for Calendar [skip ci]
Jul 15, 2021
77e7a6d
Docs Generation for Sites [skip ci]
Jul 15, 2021
35ce99f
Docs Generation for Compliance [skip ci]
Jul 15, 2021
1fe5dd8
Docs Generation for CrossDeviceExperiences [skip ci]
Jul 15, 2021
abbba45
Docs Generation for Financials [skip ci]
Jul 15, 2021
7f8519f
Docs Generation for Users.Actions [skip ci]
Jul 15, 2021
3a8f04d
Docs Generation for Devices.CorporateManagement [skip ci]
Jul 15, 2021
0161de1
Docs Generation for Security [skip ci]
Jul 15, 2021
55bd74a
Docs Generation for Identity.Governance [skip ci]
Jul 15, 2021
1b59b8f
Docs Generation for Notes [skip ci]
Jul 15, 2021
ac6b2e7
Docs Generation for Users [skip ci]
Jul 15, 2021
6051bf2
Docs Generation for DeviceManagement [skip ci]
Jul 15, 2021
98e4f63
Docs Generation for DeviceManagement.Enrolment [skip ci]
Jul 15, 2021
d5800c4
Docs Generation for DeviceManagement.Functions [skip ci]
Jul 15, 2021
06e1634
Docs Generation for People [skip ci]
Jul 15, 2021
b799ea4
Docs Generation for SchemaExtensions [skip ci]
Jul 15, 2021
c8bcee4
Docs Generation for WindowsUpdates [skip ci]
Jul 15, 2021
417c570
Docs Generation for Mail [skip ci]
Jul 15, 2021
b53cb35
Docs Generation for Files [skip ci]
Jul 15, 2021
69439b7
Docs Generation for Devices.CloudPrint [skip ci]
Jul 15, 2021
c5380d6
Docs Generation for Reports [skip ci]
Jul 15, 2021
b6fa55a
Docs Generation for Search [skip ci]
Jul 15, 2021
4af4413
Docs Generation for CloudCommunications [skip ci]
Jul 15, 2021
2e2145f
Docs Generation for Users.Functions [skip ci]
Jul 15, 2021
fa2bd9a
Docs Generation for DirectoryObjects [skip ci]
Jul 15, 2021
71c23bc
Docs Generation for DeviceManagement.Actions [skip ci]
Jul 15, 2021
5a92625
Docs Generation for Applications [skip ci]
Jul 15, 2021
ec4f1b8
Docs Generation for Bookings [skip ci]
Jul 15, 2021
f68e295
Docs Generation for Planner [skip ci]
Jul 15, 2021
209fdf8
Docs Generation for Education [skip ci]
Jul 15, 2021
890dcb9
Docs Generation for DeviceManagement.Administration [skip ci]
Jul 15, 2021
9166abe
Docs Generation for Identity.DirectoryManagement [skip ci]
Jul 15, 2021
0203cd0
Docs Generation for PersonalContacts [skip ci]
Jul 15, 2021
cbbfbd5
Docs Generation for Teams [skip ci]
Jul 15, 2021
9c77e6c
Docs Generation for Identity.SignIns [skip ci]
Jul 15, 2021
cbbbab2
Docs Generation for ChangeNotifications [skip ci]
Jul 15, 2021
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -233,38 +233,35 @@ 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 would look like this: '2014-01-01T00:00:00Z'
- `[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 (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 would look like this: '2014-01-01T00:00:00Z'
- `[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'.
- `[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.
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
- `[DisplayName <String>]`: Friendly name for the password. Optional.
- `[EndDateTime <DateTime?>]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Optional.
- `[EndDateTime <DateTime?>]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
- `[Hint <String>]`: Contains the first three characters of the password. Read-only.
- `[KeyId <String>]`: The unique identifier for the password.
- `[SecretText <String>]`: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future.
- `[StartDateTime <DateTime?>]`: The date and time at which the password 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 would look like this: '2014-01-01T00:00:00Z'. Optional.
- `[StartDateTime <DateTime?>]`: The date and time at which the password 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. Optional.
- `[Proof <String>]`:

INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
- `[ApplicationId <String>]`: key: id of application
- `[ApplicationTemplateId <String>]`: key: id of applicationTemplate
- `[ClaimsMappingPolicyId <String>]`: key: id of claimsMappingPolicy
- `[ConnectorGroupId <String>]`: key: id of connectorGroup
- `[ConnectorId <String>]`: key: id of connector
- `[DelegatedPermissionClassificationId <String>]`: key: id of delegatedPermissionClassification
- `[DirectoryDefinitionId <String>]`: key: id of directoryDefinition
- `[DirectoryObjectId <String>]`: key: id of directoryObject
- `[EndpointId <String>]`: key: id of endpoint
- `[ExtensionPropertyId <String>]`: key: id of extensionProperty
- `[GroupId <String>]`: key: id of group
- `[HomeRealmDiscoveryPolicyId <String>]`: key: id of homeRealmDiscoveryPolicy
- `[LicenseDetailsId <String>]`: key: id of licenseDetails
- `[OAuth2PermissionGrantId <String>]`: key: id of oAuth2PermissionGrant
- `[OnPremisesAgentGroupId <String>]`: key: id of onPremisesAgentGroup
- `[OnPremisesAgentGroupId1 <String>]`: key: id of onPremisesAgentGroup
- `[OnPremisesAgentId <String>]`: key: id of onPremisesAgent
Expand All @@ -275,30 +272,28 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[ServicePrincipalId <String>]`: key: id of servicePrincipal
- `[SynchronizationJobId <String>]`: key: id of synchronizationJob
- `[SynchronizationTemplateId <String>]`: key: id of synchronizationTemplate
- `[TokenIssuancePolicyId <String>]`: key: id of tokenIssuancePolicy
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
- `[UserId <String>]`: key: id of user

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 would look like this: '2014-01-01T00:00:00Z'
- `[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 (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 would look like this: '2014-01-01T00:00:00Z'
- `[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'.
- `[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.
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
- `[DisplayName <String>]`: Friendly name for the password. Optional.
- `[EndDateTime <DateTime?>]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Optional.
- `[EndDateTime <DateTime?>]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
- `[Hint <String>]`: Contains the first three characters of the password. Read-only.
- `[KeyId <String>]`: The unique identifier for the password.
- `[SecretText <String>]`: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future.
- `[StartDateTime <DateTime?>]`: The date and time at which the password 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 would look like this: '2014-01-01T00:00:00Z'. Optional.
- `[StartDateTime <DateTime?>]`: The date and time at which the password 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. Optional.

## RELATED LINKS

Original file line number Diff line number Diff line change
Expand Up @@ -200,27 +200,24 @@ BODYPARAMETER <IPaths141Ryo0ApplicationsApplicationIdMicrosoftGraphAddpasswordPo
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
- `[DisplayName <String>]`: Friendly name for the password. Optional.
- `[EndDateTime <DateTime?>]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Optional.
- `[EndDateTime <DateTime?>]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
- `[Hint <String>]`: Contains the first three characters of the password. Read-only.
- `[KeyId <String>]`: The unique identifier for the password.
- `[SecretText <String>]`: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future.
- `[StartDateTime <DateTime?>]`: The date and time at which the password 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 would look like this: '2014-01-01T00:00:00Z'. Optional.
- `[StartDateTime <DateTime?>]`: The date and time at which the password 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. Optional.

INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
- `[ApplicationId <String>]`: key: id of application
- `[ApplicationTemplateId <String>]`: key: id of applicationTemplate
- `[ClaimsMappingPolicyId <String>]`: key: id of claimsMappingPolicy
- `[ConnectorGroupId <String>]`: key: id of connectorGroup
- `[ConnectorId <String>]`: key: id of connector
- `[DelegatedPermissionClassificationId <String>]`: key: id of delegatedPermissionClassification
- `[DirectoryDefinitionId <String>]`: key: id of directoryDefinition
- `[DirectoryObjectId <String>]`: key: id of directoryObject
- `[EndpointId <String>]`: key: id of endpoint
- `[ExtensionPropertyId <String>]`: key: id of extensionProperty
- `[GroupId <String>]`: key: id of group
- `[HomeRealmDiscoveryPolicyId <String>]`: key: id of homeRealmDiscoveryPolicy
- `[LicenseDetailsId <String>]`: key: id of licenseDetails
- `[OAuth2PermissionGrantId <String>]`: key: id of oAuth2PermissionGrant
- `[OnPremisesAgentGroupId <String>]`: key: id of onPremisesAgentGroup
- `[OnPremisesAgentGroupId1 <String>]`: key: id of onPremisesAgentGroup
- `[OnPremisesAgentId <String>]`: key: id of onPremisesAgent
Expand All @@ -231,19 +228,17 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[ServicePrincipalId <String>]`: key: id of servicePrincipal
- `[SynchronizationJobId <String>]`: key: id of synchronizationJob
- `[SynchronizationTemplateId <String>]`: key: id of synchronizationTemplate
- `[TokenIssuancePolicyId <String>]`: key: id of tokenIssuancePolicy
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
- `[UserId <String>]`: key: id of user

PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential
- `[(Any) <Object>]`: This indicates any property can be added to this object.
- `[CustomKeyIdentifier <Byte[]>]`: Do not use.
- `[DisplayName <String>]`: Friendly name for the password. Optional.
- `[EndDateTime <DateTime?>]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Optional.
- `[EndDateTime <DateTime?>]`: The date and time at which the password expires represented using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Optional.
- `[Hint <String>]`: Contains the first three characters of the password. Read-only.
- `[KeyId <String>]`: The unique identifier for the password.
- `[SecretText <String>]`: Read-only; Contains the strong passwords generated by Azure AD that are 16-64 characters in length. The generated password value is only returned during the initial POST request to addPassword. There is no way to retrieve this password in the future.
- `[StartDateTime <DateTime?>]`: The date and time at which the password 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 would look like this: '2014-01-01T00:00:00Z'. Optional.
- `[StartDateTime <DateTime?>]`: The date and time at which the password 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. Optional.

## RELATED LINKS

Loading