mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
18 lines
619 B
YAML
18 lines
619 B
YAML
type: object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: ID of the Access Profile
|
|
example: ff808081751e6e129f1518161919ecca
|
|
type:
|
|
type: string
|
|
description: Type of requested object. This field must be either left null or set to 'ACCESS_PROFILE' when creating an Access Profile, otherwise a 400 Bad Request error will result.
|
|
enum:
|
|
- ACCESS_PROFILE
|
|
example: "ACCESS_PROFILE"
|
|
name:
|
|
type: string
|
|
description: Human-readable display name of the Access Profile. This field is ignored on input.
|
|
example: Access Profile 2567
|
|
|