mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
* IDA-20950 add role-mining-potential-roles paths, including identityUsage * IDA-20950 update summaries, security * IDA-20950 validation fixes * IDA-20950 fixes for RoleMiningPotentialRoleSummary.yaml * IDA-20950 remove top level example * IDA-20950 add examples * IDA-20950 use nullable attribute * IDA-20950 move the potential role endpoints to the end of the Role Mining section * IDA-20950 more updates * IDA-20950 add nullable * IDA-20950 more nullable updates * IDA-20950 fix enums * IDA-20950 add RoleMiningSessionState.yaml * IDA-20950 use oneOf instead of nullable * IDA-20950 the SDK generators don't like oneOf w/ null. Try nullable for the object. * IDA-20950 Go SDK generator doesn't like the NullableEntityCreatedByDTO.yaml * IDA-20950 another attempt to appease the GO SDK generator * IDA-20950 appease OpenAPI lint * IDA-20950 dummy example * IDA-20950 add RoleMiningPotentialRoleSourceUsage.yaml * IDA-20950 added activity data properties to RoleMiningEntitlement.yaml * IDA-20950 remove existing top-level example * IDA-20950 add examples for RoleMiningEntitlement and RoleMiningEntitlementRef' by github action: 6669293862
19 lines
457 B
YAML
19 lines
457 B
YAML
type : object
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: Id of the entitlement
|
|
example: "2c91808a7e95e6e0017e96e2086206c8"
|
|
name:
|
|
type: string
|
|
description: Name of the entitlement
|
|
example: "App.entitlement.1"
|
|
description:
|
|
type: string
|
|
description: Description forthe entitlement
|
|
nullable: true
|
|
example: "Entitlement 1"
|
|
attribute:
|
|
type: string
|
|
description: The entitlement attribute
|
|
example: "groups" |