> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parmanasystems.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: Authorization

Defined in: [typescript/src/models/authorization.ts:7](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/authorization.ts#L7)

Parmana Authorization.

Authorization granted by an Authority.

## Properties

### authorizationId

> `readonly` **authorizationId**: `string`

Defined in: [typescript/src/models/authorization.ts:8](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/authorization.ts#L8)

***

### authorityId

> `readonly` **authorityId**: `string`

Defined in: [typescript/src/models/authorization.ts:10](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/authorization.ts#L10)

***

### purpose

> `readonly` **purpose**: `string`

Defined in: [typescript/src/models/authorization.ts:12](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/authorization.ts#L12)

***

### issuedAt

> `readonly` **issuedAt**: `Date`

Defined in: [typescript/src/models/authorization.ts:14](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/authorization.ts#L14)

***

### expiresAt?

> `readonly` `optional` **expiresAt?**: `Date`

Defined in: [typescript/src/models/authorization.ts:16](https://github.com/pavancharak/AgentLabsBuildathon/blob/main/typescript/src/models/authorization.ts#L16)
