Skip to content

Docs Generation #1364

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 28 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
296b2c4
Weekly OpenApiDocs Download. [run ci]
Jul 1, 2022
3bb0970
Add generated MgCommandMetadata.json. [run ci]
Jul 1, 2022
36eddd9
Docs Generation for People [run ci]
Jul 1, 2022
16f1e13
Docs Generation for CloudCommunications [run ci]
Jul 1, 2022
189e1c9
Docs Generation for Users [run ci]
Jul 1, 2022
1ed483a
Docs Generation for Identity.DirectoryManagement [run ci]
Jul 1, 2022
ae26217
Docs Generation for Users.Functions [run ci]
Jul 1, 2022
9cedbb5
Docs Generation for DeviceManagement.Enrolment [run ci]
Jul 1, 2022
3cfdf66
Docs Generation for Groups [run ci]
Jul 1, 2022
277131e
Docs Generation for Applications [run ci]
Jul 1, 2022
5e58cfd
Docs Generation for Planner [run ci]
Jul 1, 2022
02950c4
Docs Generation for Files [run ci]
Jul 1, 2022
218d13e
Docs Generation for DeviceManagement.Administration [run ci]
Jul 1, 2022
18473d9
Docs Generation for Identity.SignIns [run ci]
Jul 1, 2022
2311b42
Docs Generation for Devices.CloudPrint [run ci]
Jul 1, 2022
40da95a
Docs Generation for Notes [run ci]
Jul 1, 2022
73ac141
Docs Generation for Reports [run ci]
Jul 1, 2022
de9341c
Docs Generation for Bookings [run ci]
Jul 1, 2022
edec8b8
Docs Generation for Teams [run ci]
Jul 1, 2022
0bc0f5f
Docs Generation for Education [run ci]
Jul 1, 2022
94362a0
Docs Generation for Devices.CorporateManagement [run ci]
Jul 1, 2022
f0b2b1a
Docs Generation for Identity.Governance [run ci]
Jul 1, 2022
8d72df7
Docs Generation for Compliance [run ci]
Jul 1, 2022
4c32a00
Docs Generation for DeviceManagement [run ci]
Jul 1, 2022
1b4abbf
Docs Generation for Sites [run ci]
Jul 1, 2022
043fea8
Docs Generation for Users.Actions [run ci]
Jul 1, 2022
8f8f243
Docs Generation for Security [run ci]
Jul 1, 2022
2da9cbe
Merge branch 'dev' into DocsGeneration/202207012335
peombwa Jul 5, 2022
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 @@ -216,8 +216,8 @@ BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostReq
- `[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 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.
- `[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.
- `[KeyId <String>]`: The unique identifier 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, AsymmetricX509Cert.
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
Expand All @@ -233,37 +233,42 @@ BODYPARAMETER <IPaths17CrvdcApplicationsApplicationIdMicrosoftGraphAddkeyPostReq
- `[Proof <String>]`:

INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
- `[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
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
- `[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
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
- `[PublishedResourceId <String>]`: key: id of publishedResource
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
- `[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 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.
- `[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.
- `[KeyId <String>]`: The unique identifier 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, AsymmetricX509Cert.
- `[Usage <String>]`: A string that describes the purpose for which the key can be used; for example, Verify.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,68 @@ Invoke action addPassword

## EXAMPLES

### Example 1: Add a password credential to an application with a six month expiry
```powershell

Connect-MgGraph -Scopes 'Application.ReadWrite.All'

$appObjectId = 'eaf1e531-0d58-4874-babe-b9a9f436e6c3'

$passwordCred = @{
displayName = 'Created in PowerShell'
endDateTime = (Get-Date).AddMonths(6)
}

$secret = Add-MgApplicationPassword -applicationId $appObjectId -PasswordCredential $passwordCred
$secret | Format-List

CustomKeyIdentifier :
DisplayName : Created in PowerShell
EndDateTime : 26/11/2022 12:03:31 pm
Hint : Q_e
KeyId : c82bb763-741b-4575-9d9d-df7e766f6999
SecretText : Q_e8Q~ZDWJD.bkgajbREp-VFFUayCuEk8b1hDcr9
StartDateTime : 26/5/2022 1:03:31 pm
AdditionalProperties : {[@odata.context,
https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]}
```

Add a password to an application that expires in six months from the current date.

### Example 2: Add a password credential to an application with a start date
```powershell

Connect-MgGraph -Scopes 'Application.ReadWrite.All'

$appObjectId = 'eaf1e531-0d58-4874-babe-b9a9f436e6c3'

$startDate = (Get-Date).AddDays(1).Date
$endDate = $startDate.AddMonths(6)

$passwordCred = @{
displayName = 'Created in PowerShell'
startDateTime = $startDate
endDateTime = $endDate
}

$secret = Add-MgApplicationPassword -applicationId $appObjectId -PasswordCredential $passwordCred
$secret | Format-List

CustomKeyIdentifier :
DisplayName : Created in PowerShell
EndDateTime : 26/11/2022 1:00:00 pm
Hint : TiA
KeyId : 082bf20f-63d6-4970-bb4e-55e504f50d8b
SecretText : TiA8Q~Zs7ej1cGtlW0qnmuFi~JlxXTZew_tU1bGA
StartDateTime : 26/5/2022 2:00:00 pm
AdditionalProperties : {[@odata.context,
https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.passwordCredential]}
```

Add a password to an application that becomes valid at 12:00 am the next day and is valid for six months.

Use `$secret.StartDateTime.ToLocalTime()` to convert the returned dates from UTC to the local timezone.

## PARAMETERS

### -AdditionalProperties
Expand Down Expand Up @@ -189,28 +251,33 @@ BODYPARAMETER <IPaths141Ryo0ApplicationsApplicationIdMicrosoftGraphAddpasswordPo
- `[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
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
- `[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
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
- `[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
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
- `[PublishedResourceId <String>]`: key: id of publishedResource
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
- `[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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,28 +197,33 @@ BODYPARAMETER <IPathsEyijssServiceprincipalsServiceprincipalIdMicrosoftGraphAddt
- `[EndDateTime <DateTime?>]`:

INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
- `[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
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
- `[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
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
- `[PublishedResourceId <String>]`: key: id of publishedResource
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
- `[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

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,28 +129,33 @@ To create the parameters described below, construct a hash table containing the


INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
- `[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
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
- `[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
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
- `[PublishedResourceId <String>]`: key: id of publishedResource
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
- `[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

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,28 +180,33 @@ BODYPARAMETER <IPaths1HnzvnpApplicationsApplicationIdMicrosoftGraphCheckmembergr
- `[GroupIds <String[]>]`:

INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
- `[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
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
- `[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
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
- `[PublishedResourceId <String>]`: key: id of publishedResource
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
- `[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

## RELATED LINKS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,28 +180,33 @@ BODYPARAMETER <IPaths1Lkksh4ApplicationsApplicationIdMicrosoftGraphCheckmemberob
- `[Ids <String[]>]`:

INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
- `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
- `[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
- `[FederatedIdentityCredentialId <String>]`: key: id of federatedIdentityCredential
- `[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
- `[OnPremisesAgentId1 <String>]`: key: id of onPremisesAgent
- `[OnPremisesPublishingProfileId <String>]`: key: id of onPremisesPublishingProfile
- `[PublishedResourceId <String>]`: key: id of publishedResource
- `[PublishedResourceId1 <String>]`: key: id of publishedResource
- `[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

## RELATED LINKS
Expand Down
Loading