Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 730 Bytes

File metadata and controls

29 lines (15 loc) · 730 Bytes

HyperstackApi.BetaAccessRequestFields

Properties

Name Type Description Notes
createdAt Date When the request was made [optional]
id Number Unique identifier for the request [optional]
programId Number ID of the beta program [optional]
programName String Name of the beta program [optional]
status String Status of the request [optional]
userId Number ID of the user who made the request [optional]

Enum: StatusEnum

  • requested (value: "requested")

  • approved (value: "approved")

  • denied (value: "denied")

  • revoked (value: "revoked")