Constructors

Properties

expand?: "contract"[]

Specifies the fields to expand in the response.

limit?: number

Specifies the maximum number of records to return.

order?: SortOrder
policy: string

Specifies the unique policy ID (starts with pol_).

skip?: number

Specifies the offset for the first records to return.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]