Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.75 KB

File metadata and controls

41 lines (27 loc) · 2.75 KB

GetSecretTypes

Properties

Name Type Required Description
Data List<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 long The total number of supported secrets.