> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/interfaces/api_procedures_modifyprimaryissuanceagent.modifyprimaryissuanceagentparams.md).

# api\_procedures\_modifyPrimaryIssuanceAgent.ModifyPrimaryIssuanceAgentParams

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / [api/procedures/modifyPrimaryIssuanceAgent](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_modifyprimaryissuanceagent.md) / ModifyPrimaryIssuanceAgentParams

## Interface: ModifyPrimaryIssuanceAgentParams

[api/procedures/modifyPrimaryIssuanceAgent](/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_modifyprimaryissuanceagent.md).ModifyPrimaryIssuanceAgentParams

### Table of contents

#### Properties

* [requestExpiry](#requestexpiry)
* [target](#target)

### Properties

#### requestExpiry

• `Optional` **requestExpiry**: `Date`

date at which the authorization request to modify the primary issuance agent expires (optional, never expires if a date is not provided)

**Defined in**

[api/procedures/modifyPrimaryIssuanceAgent.ts:19](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/modifyPrimaryIssuanceAgent.ts#L19)

***

#### target

• **target**: `string` | [`Identity`](/polymesh-sdk-api-reference/docs-alpha/classes/api_entities_identity.identity.md)

Identity to be set as primary issuance agent

**Defined in**

[api/procedures/modifyPrimaryIssuanceAgent.ts:15](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/modifyPrimaryIssuanceAgent.ts#L15)
