Skip to content

Commit b38ae42

Browse files
github-actions[bot]Microsoft Graph DevX Toolingpeombwa
authored
Docs Generation (#1364)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] * Docs Generation for People [run ci] * Docs Generation for CloudCommunications [run ci] * Docs Generation for Users [run ci] * Docs Generation for Identity.DirectoryManagement [run ci] * Docs Generation for Users.Functions [run ci] * Docs Generation for DeviceManagement.Enrolment [run ci] * Docs Generation for Groups [run ci] * Docs Generation for Applications [run ci] * Docs Generation for Planner [run ci] * Docs Generation for Files [run ci] * Docs Generation for DeviceManagement.Administration [run ci] * Docs Generation for Identity.SignIns [run ci] * Docs Generation for Devices.CloudPrint [run ci] * Docs Generation for Notes [run ci] * Docs Generation for Reports [run ci] * Docs Generation for Bookings [run ci] * Docs Generation for Teams [run ci] * Docs Generation for Education [run ci] * Docs Generation for Devices.CorporateManagement [run ci] * Docs Generation for Identity.Governance [run ci] * Docs Generation for Compliance [run ci] * Docs Generation for DeviceManagement [run ci] * Docs Generation for Sites [run ci] * Docs Generation for Users.Actions [run ci] * Docs Generation for Security [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]> Co-authored-by: Peter Ombwa <[email protected]>
1 parent 7edeb46 commit b38ae42

File tree

15,087 files changed

+3184750
-933962
lines changed

Some content is hidden

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

15,087 files changed

+3184750
-933962
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostReq
216216
- `[CustomKeyIdentifier <Byte[]>]`: Custom key identifier
217217
- `[DisplayName <String>]`: Friendly name for the key. Optional.
218218
- `[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.
219+
- `[Key <Byte[]>]`: Value for the key credential. Should be a Base64 encoded value. 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 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.
222222
- `[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.
@@ -233,37 +233,42 @@ BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostReq
233233
- `[Proof <String>]`:
234234

235235
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
236+
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
236237
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
237238
- `[ApplicationId <String>]`: key: id of application
238239
- `[ApplicationTemplateId <String>]`: key: id of applicationTemplate
240+
- `[ClaimsMappingPolicyId <String>]`: key: id of claimsMappingPolicy
239241
- `[ConnectorGroupId <String>]`: key: id of connectorGroup
240242
- `[ConnectorId <String>]`: key: id of connector
241243
- `[DelegatedPermissionClassificationId <String>]`: key: id of delegatedPermissionClassification
242244
- `[DirectoryDefinitionId <String>]`: key: id of directoryDefinition
245+
- `[DirectoryObjectId <String>]`: key: id of directoryObject
243246
- `[EndpointId <String>]`: key: id of endpoint
244247
- `[ExtensionPropertyId <String>]`: key: id of extensionProperty
245248
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
246249
- `[GroupId <String>]`: key: id of group
250+
- `[HomeRealmDiscoveryPolicyId <String>]`: key: id of homeRealmDiscoveryPolicy
247251
- `[LicenseDetailsId <String>]`: key: id of licenseDetails
252+
- `[OAuth2PermissionGrantId <String>]`: key: id of oAuth2PermissionGrant
248253
- `[OnPremisesAgentGroupId <String>]`: key: id of onPremisesAgentGroup
249254
- `[OnPremisesAgentGroupId1 <String>]`: key: id of onPremisesAgentGroup
250255
- `[OnPremisesAgentId <String>]`: key: id of onPremisesAgent
251-
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
252256
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
253257
- `[PublishedResourceId <String>]`: key: id of publishedResource
254-
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
255258
- `[ServicePrincipalId <String>]`: key: id of servicePrincipal
256259
- `[SynchronizationJobId <String>]`: key: id of synchronizationJob
257260
- `[SynchronizationTemplateId <String>]`: key: id of synchronizationTemplate
261+
- `[TokenIssuancePolicyId <String>]`: key: id of tokenIssuancePolicy
262+
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
258263
- `[UserId <String>]`: key: id of user
259264

260265
KEYCREDENTIAL <IMicrosoftGraphKeyCredential>: keyCredential
261266
- `[(Any) <Object>]`: This indicates any property can be added to this object.
262267
- `[CustomKeyIdentifier <Byte[]>]`: Custom key identifier
263268
- `[DisplayName <String>]`: Friendly name for the key. Optional.
264269
- `[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.
270+
- `[Key <Byte[]>]`: Value for the key credential. Should be a Base64 encoded value. 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.
271+
- `[KeyId <String>]`: The unique identifier for the key.
267272
- `[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.
268273
- `[Type <String>]`: The type of key credential; for example, Symmetric, AsymmetricX509Cert.
269274
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.

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

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,68 @@ Invoke action addPassword
4343

4444
## EXAMPLES
4545

46+
### Example 1: Add a password credential to an application with a six month expiry
47+
```powershell
48+
49+
Connect-MgGraph -Scopes 'Application.ReadWrite.All'
50+
51+
$appObjectId = 'eaf1e531-0d58-4874-babe-b9a9f436e6c3'
52+
53+
$passwordCred = @{
54+
displayName = 'Created in PowerShell'
55+
endDateTime = (Get-Date).AddMonths(6)
56+
}
57+
58+
$secret = Add-MgApplicationPassword -applicationId $appObjectId -PasswordCredential $passwordCred
59+
$secret | Format-List
60+
61+
CustomKeyIdentifier :
62+
DisplayName : Created in PowerShell
63+
EndDateTime : 26/11/2022 12:03:31 pm
64+
Hint : Q_e
65+
KeyId : c82bb763-741b-4575-9d9d-df7e766f6999
66+
SecretText : Q_e8Q~ZDWJD.bkgajbREp-VFFUayCuEk8b1hDcr9
67+
StartDateTime : 26/5/2022 1:03:31 pm
68+
AdditionalProperties : {[@odata.context,
69+
https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]}
70+
```
71+
72+
Add a password to an application that expires in six months from the current date.
73+
74+
### Example 2: Add a password credential to an application with a start date
75+
```powershell
76+
77+
Connect-MgGraph -Scopes 'Application.ReadWrite.All'
78+
79+
$appObjectId = 'eaf1e531-0d58-4874-babe-b9a9f436e6c3'
80+
81+
$startDate = (Get-Date).AddDays(1).Date
82+
$endDate = $startDate.AddMonths(6)
83+
84+
$passwordCred = @{
85+
displayName = 'Created in PowerShell'
86+
startDateTime = $startDate
87+
endDateTime = $endDate
88+
}
89+
90+
$secret = Add-MgApplicationPassword -applicationId $appObjectId -PasswordCredential $passwordCred
91+
$secret | Format-List
92+
93+
CustomKeyIdentifier :
94+
DisplayName : Created in PowerShell
95+
EndDateTime : 26/11/2022 1:00:00 pm
96+
Hint : TiA
97+
KeyId : 082bf20f-63d6-4970-bb4e-55e504f50d8b
98+
SecretText : TiA8Q~Zs7ej1cGtlW0qnmuFi~JlxXTZew_tU1bGA
99+
StartDateTime : 26/5/2022 2:00:00 pm
100+
AdditionalProperties : {[@odata.context,
101+
https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]}
102+
```
103+
104+
Add a password to an application that becomes valid at 12:00 am the next day and is valid for six months.
105+
106+
Use `$secret.StartDateTime.ToLocalTime()` to convert the returned dates from UTC to the local timezone.
107+
46108
## PARAMETERS
47109

48110
### -AdditionalProperties
@@ -189,28 +251,33 @@ BODYPARAMETER <IPaths141Ryo0ApplicationsApplicationIdMicrosoftGraphAddpasswordPo
189251
- `[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.
190252

191253
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
254+
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
192255
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
193256
- `[ApplicationId <String>]`: key: id of application
194257
- `[ApplicationTemplateId <String>]`: key: id of applicationTemplate
258+
- `[ClaimsMappingPolicyId <String>]`: key: id of claimsMappingPolicy
195259
- `[ConnectorGroupId <String>]`: key: id of connectorGroup
196260
- `[ConnectorId <String>]`: key: id of connector
197261
- `[DelegatedPermissionClassificationId <String>]`: key: id of delegatedPermissionClassification
198262
- `[DirectoryDefinitionId <String>]`: key: id of directoryDefinition
263+
- `[DirectoryObjectId <String>]`: key: id of directoryObject
199264
- `[EndpointId <String>]`: key: id of endpoint
200265
- `[ExtensionPropertyId <String>]`: key: id of extensionProperty
201266
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
202267
- `[GroupId <String>]`: key: id of group
268+
- `[HomeRealmDiscoveryPolicyId <String>]`: key: id of homeRealmDiscoveryPolicy
203269
- `[LicenseDetailsId <String>]`: key: id of licenseDetails
270+
- `[OAuth2PermissionGrantId <String>]`: key: id of oAuth2PermissionGrant
204271
- `[OnPremisesAgentGroupId <String>]`: key: id of onPremisesAgentGroup
205272
- `[OnPremisesAgentGroupId1 <String>]`: key: id of onPremisesAgentGroup
206273
- `[OnPremisesAgentId <String>]`: key: id of onPremisesAgent
207-
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
208274
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
209275
- `[PublishedResourceId <String>]`: key: id of publishedResource
210-
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
211276
- `[ServicePrincipalId <String>]`: key: id of servicePrincipal
212277
- `[SynchronizationJobId <String>]`: key: id of synchronizationJob
213278
- `[SynchronizationTemplateId <String>]`: key: id of synchronizationTemplate
279+
- `[TokenIssuancePolicyId <String>]`: key: id of tokenIssuancePolicy
280+
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
214281
- `[UserId <String>]`: key: id of user
215282

216283
PASSWORDCREDENTIAL <IMicrosoftGraphPasswordCredential>: passwordCredential

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,28 +197,33 @@ BODYPARAMETER <IPathsEyijssServiceprincipalsServiceprincipalIdMicrosoftGraphAddt
197197
- `[EndDateTime <DateTime?>]`:
198198

199199
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
200+
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
200201
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
201202
- `[ApplicationId <String>]`: key: id of application
202203
- `[ApplicationTemplateId <String>]`: key: id of applicationTemplate
204+
- `[ClaimsMappingPolicyId <String>]`: key: id of claimsMappingPolicy
203205
- `[ConnectorGroupId <String>]`: key: id of connectorGroup
204206
- `[ConnectorId <String>]`: key: id of connector
205207
- `[DelegatedPermissionClassificationId <String>]`: key: id of delegatedPermissionClassification
206208
- `[DirectoryDefinitionId <String>]`: key: id of directoryDefinition
209+
- `[DirectoryObjectId <String>]`: key: id of directoryObject
207210
- `[EndpointId <String>]`: key: id of endpoint
208211
- `[ExtensionPropertyId <String>]`: key: id of extensionProperty
209212
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
210213
- `[GroupId <String>]`: key: id of group
214+
- `[HomeRealmDiscoveryPolicyId <String>]`: key: id of homeRealmDiscoveryPolicy
211215
- `[LicenseDetailsId <String>]`: key: id of licenseDetails
216+
- `[OAuth2PermissionGrantId <String>]`: key: id of oAuth2PermissionGrant
212217
- `[OnPremisesAgentGroupId <String>]`: key: id of onPremisesAgentGroup
213218
- `[OnPremisesAgentGroupId1 <String>]`: key: id of onPremisesAgentGroup
214219
- `[OnPremisesAgentId <String>]`: key: id of onPremisesAgent
215-
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
216220
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
217221
- `[PublishedResourceId <String>]`: key: id of publishedResource
218-
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
219222
- `[ServicePrincipalId <String>]`: key: id of servicePrincipal
220223
- `[SynchronizationJobId <String>]`: key: id of synchronizationJob
221224
- `[SynchronizationTemplateId <String>]`: key: id of synchronizationTemplate
225+
- `[TokenIssuancePolicyId <String>]`: key: id of tokenIssuancePolicy
226+
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
222227
- `[UserId <String>]`: key: id of user
223228

224229
## RELATED LINKS

src/Applications/Applications/docs/v1.0-beta/Clear-MgApplicationVerifiedPublisher.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,28 +129,33 @@ To create the parameters described below, construct a hash table containing the
129129
130130
131131
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
132+
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
132133
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
133134
- `[ApplicationId <String>]`: key: id of application
134135
- `[ApplicationTemplateId <String>]`: key: id of applicationTemplate
136+
- `[ClaimsMappingPolicyId <String>]`: key: id of claimsMappingPolicy
135137
- `[ConnectorGroupId <String>]`: key: id of connectorGroup
136138
- `[ConnectorId <String>]`: key: id of connector
137139
- `[DelegatedPermissionClassificationId <String>]`: key: id of delegatedPermissionClassification
138140
- `[DirectoryDefinitionId <String>]`: key: id of directoryDefinition
141+
- `[DirectoryObjectId <String>]`: key: id of directoryObject
139142
- `[EndpointId <String>]`: key: id of endpoint
140143
- `[ExtensionPropertyId <String>]`: key: id of extensionProperty
141144
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
142145
- `[GroupId <String>]`: key: id of group
146+
- `[HomeRealmDiscoveryPolicyId <String>]`: key: id of homeRealmDiscoveryPolicy
143147
- `[LicenseDetailsId <String>]`: key: id of licenseDetails
148+
- `[OAuth2PermissionGrantId <String>]`: key: id of oAuth2PermissionGrant
144149
- `[OnPremisesAgentGroupId <String>]`: key: id of onPremisesAgentGroup
145150
- `[OnPremisesAgentGroupId1 <String>]`: key: id of onPremisesAgentGroup
146151
- `[OnPremisesAgentId <String>]`: key: id of onPremisesAgent
147-
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
148152
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
149153
- `[PublishedResourceId <String>]`: key: id of publishedResource
150-
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
151154
- `[ServicePrincipalId <String>]`: key: id of servicePrincipal
152155
- `[SynchronizationJobId <String>]`: key: id of synchronizationJob
153156
- `[SynchronizationTemplateId <String>]`: key: id of synchronizationTemplate
157+
- `[TokenIssuancePolicyId <String>]`: key: id of tokenIssuancePolicy
158+
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
154159
- `[UserId <String>]`: key: id of user
155160

156161
## RELATED LINKS

src/Applications/Applications/docs/v1.0-beta/Confirm-MgApplicationMemberGroup.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,28 +180,33 @@ BODYPARAMETER <IPaths1HnzvnpApplicationsApplicationIdMicrosoftGraphCheckmembergr
180180
- `[GroupIds <String[]>]`:
181181

182182
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
183+
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
183184
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
184185
- `[ApplicationId <String>]`: key: id of application
185186
- `[ApplicationTemplateId <String>]`: key: id of applicationTemplate
187+
- `[ClaimsMappingPolicyId <String>]`: key: id of claimsMappingPolicy
186188
- `[ConnectorGroupId <String>]`: key: id of connectorGroup
187189
- `[ConnectorId <String>]`: key: id of connector
188190
- `[DelegatedPermissionClassificationId <String>]`: key: id of delegatedPermissionClassification
189191
- `[DirectoryDefinitionId <String>]`: key: id of directoryDefinition
192+
- `[DirectoryObjectId <String>]`: key: id of directoryObject
190193
- `[EndpointId <String>]`: key: id of endpoint
191194
- `[ExtensionPropertyId <String>]`: key: id of extensionProperty
192195
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
193196
- `[GroupId <String>]`: key: id of group
197+
- `[HomeRealmDiscoveryPolicyId <String>]`: key: id of homeRealmDiscoveryPolicy
194198
- `[LicenseDetailsId <String>]`: key: id of licenseDetails
199+
- `[OAuth2PermissionGrantId <String>]`: key: id of oAuth2PermissionGrant
195200
- `[OnPremisesAgentGroupId <String>]`: key: id of onPremisesAgentGroup
196201
- `[OnPremisesAgentGroupId1 <String>]`: key: id of onPremisesAgentGroup
197202
- `[OnPremisesAgentId <String>]`: key: id of onPremisesAgent
198-
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
199203
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
200204
- `[PublishedResourceId <String>]`: key: id of publishedResource
201-
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
202205
- `[ServicePrincipalId <String>]`: key: id of servicePrincipal
203206
- `[SynchronizationJobId <String>]`: key: id of synchronizationJob
204207
- `[SynchronizationTemplateId <String>]`: key: id of synchronizationTemplate
208+
- `[TokenIssuancePolicyId <String>]`: key: id of tokenIssuancePolicy
209+
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
205210
- `[UserId <String>]`: key: id of user
206211

207212
## RELATED LINKS

src/Applications/Applications/docs/v1.0-beta/Confirm-MgApplicationMemberObject.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,28 +180,33 @@ BODYPARAMETER <IPaths1Lkksh4ApplicationsApplicationIdMicrosoftGraphCheckmemberob
180180
- `[Ids <String[]>]`:
181181

182182
INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
183+
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
183184
- `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
184185
- `[ApplicationId <String>]`: key: id of application
185186
- `[ApplicationTemplateId <String>]`: key: id of applicationTemplate
187+
- `[ClaimsMappingPolicyId <String>]`: key: id of claimsMappingPolicy
186188
- `[ConnectorGroupId <String>]`: key: id of connectorGroup
187189
- `[ConnectorId <String>]`: key: id of connector
188190
- `[DelegatedPermissionClassificationId <String>]`: key: id of delegatedPermissionClassification
189191
- `[DirectoryDefinitionId <String>]`: key: id of directoryDefinition
192+
- `[DirectoryObjectId <String>]`: key: id of directoryObject
190193
- `[EndpointId <String>]`: key: id of endpoint
191194
- `[ExtensionPropertyId <String>]`: key: id of extensionProperty
192195
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
193196
- `[GroupId <String>]`: key: id of group
197+
- `[HomeRealmDiscoveryPolicyId <String>]`: key: id of homeRealmDiscoveryPolicy
194198
- `[LicenseDetailsId <String>]`: key: id of licenseDetails
199+
- `[OAuth2PermissionGrantId <String>]`: key: id of oAuth2PermissionGrant
195200
- `[OnPremisesAgentGroupId <String>]`: key: id of onPremisesAgentGroup
196201
- `[OnPremisesAgentGroupId1 <String>]`: key: id of onPremisesAgentGroup
197202
- `[OnPremisesAgentId <String>]`: key: id of onPremisesAgent
198-
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
199203
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
200204
- `[PublishedResourceId <String>]`: key: id of publishedResource
201-
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
202205
- `[ServicePrincipalId <String>]`: key: id of servicePrincipal
203206
- `[SynchronizationJobId <String>]`: key: id of synchronizationJob
204207
- `[SynchronizationTemplateId <String>]`: key: id of synchronizationTemplate
208+
- `[TokenIssuancePolicyId <String>]`: key: id of tokenIssuancePolicy
209+
- `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
205210
- `[UserId <String>]`: key: id of user
206211

207212
## RELATED LINKS

0 commit comments

Comments
 (0)