Files
api-specs/idn/beta/schemas/RoleMiningSessionScope.yaml
GitHub Action Bot 8fc822a2d8 Automated commit 'IDA-20950 Add role-mining-potential-roles paths (#1465)
* 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
2023-10-27 15:38:06 +00:00

29 lines
902 B
YAML

type: object
properties:
identityIds:
type: array
items:
type: string
description: The list of identities for this role mining session.
example: ["2c918090761a5aac0176215c46a62d58","2c918090761a5aac01722015c46a62d42"]
criteria:
type: string
description: The "search" criteria that produces the list of identities for this role mining session.
nullable: true
example: "source.name:DataScienceDataset"
attributeFilterCriteria:
type: array
items:
type: object
description: The filter criteria for this role mining session.
nullable: true
example: {
displayName: {untranslated: "Location: Miami"},
ariaLabel: {untranslated: "Location: Miami"},
data: {
displayName: {translateKey: "IDN.IDENTITY_ATTRIBUTES.LOCATION"},
name: "location",
operator: "EQUALS",
values: ["Miami"]
}
}