GetSecretTypes
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| data | GetSecretTypesData[] | ❌ | |
| meta | GetSecretTypesMeta | ❌ |
GetSecretTypesData
Information about the secret type.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | ❌ | The name of the secret type. |
| id | string | ❌ | The ID of the secret type. |
| type | DataType | ❌ | The origin of the secret type: - DEFAULT — Supported by default in Postman. - TEAM_REGEX — A custom regex added by an Admin or Super Admin user in the Configure Alerts section of the Team Settings interface. |
DataType
The origin of the secret type: - DEFAULT — Supported by default in Postman. - TEAM_REGEX — A custom regex added by an Admin or Super Admin user in the Configure Alerts section of the Team Settings interface.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| DEFAULT_ | string | ✅ | "DEFAULT" |
| TEAMREGEX | string | ✅ | "TEAM_REGEX" |
GetSecretTypesMeta
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| total | number | ❌ | The total number of supported secrets. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs