mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
18 lines
495 B
YAML
18 lines
495 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: Name of the new attribute
|
|
example: newMailAttribute
|
|
displayName:
|
|
type: string
|
|
description: The display name of the new attribute
|
|
example: New Mail Attribute
|
|
applicationAttributes:
|
|
type: object
|
|
description: Map of application id and their associated attribute.
|
|
example: {
|
|
"2c91808b79fd2422017a0b35d30f3968": "employeeNumber",
|
|
"2c91808b79fd2422017a0b36008f396b": "employeeNumber"
|
|
}
|