mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
403d9bb046
commit
00b47bbdc9
@@ -42614,6 +42614,287 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"entitlements": {
|
||||
"type": "array",
|
||||
"description": "The list of entitlements associated with this Role",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The id for the entitlement",
|
||||
"example": "2c918085718230600171993742c63558"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name of the entitlement",
|
||||
"example": "CN=entitlement.bbb7c650"
|
||||
},
|
||||
"description": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"description": "Information about the entitlement",
|
||||
"example": "Gives read/write access to the company database"
|
||||
},
|
||||
"privileged": {
|
||||
"type": "boolean",
|
||||
"example": false,
|
||||
"default": false,
|
||||
"description": "Indicates if the entitlement is a privileged entitlement"
|
||||
},
|
||||
"owner": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "The type can only be IDENTITY. This is read-only",
|
||||
"example": "IDENTITY"
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "Identity id.",
|
||||
"example": "5168015d32f890ca15812c9180835d2e"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Human-readable display name of identity. This is read-only",
|
||||
"example": "Alison Ferguso"
|
||||
},
|
||||
"email": {
|
||||
"type": "string",
|
||||
"description": "Email address of identity. This is read-only",
|
||||
"example": "alison.ferguso@identitysoon.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"attributeName": {
|
||||
"type": "string",
|
||||
"description": "The name of the attribute on the source",
|
||||
"example": "memberOf"
|
||||
},
|
||||
"attributeValue": {
|
||||
"type": "string",
|
||||
"description": "The value of the attribute on the source",
|
||||
"example": "CN=entitlement.bbb7c650"
|
||||
},
|
||||
"sourceSchemaObjectType": {
|
||||
"type": "string",
|
||||
"description": "The schema object type on the source used to represent the entitlement and its attributes",
|
||||
"example": "groups"
|
||||
},
|
||||
"sourceName": {
|
||||
"type": "string",
|
||||
"description": "The name of the source for which this entitlement belongs",
|
||||
"example": "ODS-AD-Source"
|
||||
},
|
||||
"sourceType": {
|
||||
"type": "string",
|
||||
"description": "The type of the source for which the entitlement belongs",
|
||||
"example": "Active Directory - Direct"
|
||||
},
|
||||
"sourceId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the source for which the entitlement belongs",
|
||||
"example": "78ca6be511cb41fbb86dba2fcca7780c"
|
||||
},
|
||||
"hasPermissions": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Indicates if the entitlement has permissions",
|
||||
"example": false
|
||||
},
|
||||
"isPermission": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Indicates if the entitlement is a representation of an account permission",
|
||||
"example": false
|
||||
},
|
||||
"revocable": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Indicates whether the entitlement can be revoked",
|
||||
"example": true
|
||||
},
|
||||
"cloudGoverned": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "True if the entitlement is cloud governed",
|
||||
"example": false
|
||||
},
|
||||
"containsDataAccess": {
|
||||
"type": "boolean",
|
||||
"description": "True if the entitlement has DAS data",
|
||||
"default": false,
|
||||
"example": true
|
||||
},
|
||||
"dataAccess": {
|
||||
"type": "object",
|
||||
"description": "DAS data for the entitlement",
|
||||
"nullable": true,
|
||||
"properties": {
|
||||
"policies": {
|
||||
"type": "array",
|
||||
"description": "List of classification policies that apply to resources the entitlement \\ groups has access to",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"description": "Value of the policy",
|
||||
"example": "GDPR-20"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"description": "List of classification categories that apply to resources the entitlement \\ groups has access to",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"description": "Value of the category",
|
||||
"example": "email-7"
|
||||
},
|
||||
"matchCount": {
|
||||
"type": "integer",
|
||||
"description": "Number of matched for each category",
|
||||
"example": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"impactScore": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"description": "Impact Score for this data",
|
||||
"example": "Medium"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
"description": "Information about the status of the entitlement",
|
||||
"properties": {
|
||||
"nativeIdentity": {
|
||||
"type": "string",
|
||||
"description": "The native identity for this account",
|
||||
"example": "CN=Alison Ferguso"
|
||||
},
|
||||
"disabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"example": false,
|
||||
"description": "Indicates whether this account is currently disabled"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"example": false,
|
||||
"description": "Indicates whether this account is currently locked"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"ACCOUNT_CORRELATION_CONFIG",
|
||||
"ACCESS_PROFILE",
|
||||
"ACCESS_REQUEST_APPROVAL",
|
||||
"ACCOUNT",
|
||||
"APPLICATION",
|
||||
"CAMPAIGN",
|
||||
"CAMPAIGN_FILTER",
|
||||
"CERTIFICATION",
|
||||
"CLUSTER",
|
||||
"CONNECTOR_SCHEMA",
|
||||
"ENTITLEMENT",
|
||||
"GOVERNANCE_GROUP",
|
||||
"IDENTITY",
|
||||
"IDENTITY_PROFILE",
|
||||
"IDENTITY_REQUEST",
|
||||
"LIFECYCLE_STATE",
|
||||
"PASSWORD_POLICY",
|
||||
"ROLE",
|
||||
"RULE",
|
||||
"SOD_POLICY",
|
||||
"SOURCE",
|
||||
"TAG",
|
||||
"TAG_CATEGORY",
|
||||
"TASK_RESULT",
|
||||
"REPORT_RESULT",
|
||||
"SOD_VIOLATION",
|
||||
"ACCOUNT_ACTIVITY",
|
||||
"WORKGROUP"
|
||||
],
|
||||
"description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.",
|
||||
"example": "IDENTITY"
|
||||
},
|
||||
"id": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"description": "The id associated with the account",
|
||||
"example": "2c9180857182305e0171993737eb29e6"
|
||||
},
|
||||
"name": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"description": "The account name",
|
||||
"example": "Alison Ferguso"
|
||||
},
|
||||
"created": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"description": "When the account was created",
|
||||
"example": "2020-04-20T20:11:05.067Z"
|
||||
},
|
||||
"modified": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"description": "When the account was last modified",
|
||||
"example": "2020-05-20T18:57:16.987Z"
|
||||
},
|
||||
"activityInsights": {
|
||||
"type": "object",
|
||||
"description": "Insights into account activity",
|
||||
"properties": {
|
||||
"accountID": {
|
||||
"type": "string",
|
||||
"description": "UUID of the account",
|
||||
"example": "c4ddd5421d8549f0abd309162cafd3b1"
|
||||
},
|
||||
"usageDays": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"minimum": 0,
|
||||
"maximum": 90,
|
||||
"description": "The number of days of activity",
|
||||
"example": 45
|
||||
},
|
||||
"usageDaysState": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"COMPLETE",
|
||||
"UNKNOWN"
|
||||
],
|
||||
"description": "Status indicating if the activity is complete or unknown",
|
||||
"example": "COMPLETE"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -47588,6 +47869,287 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"entitlements": {
|
||||
"type": "array",
|
||||
"description": "The list of entitlements associated with this Role",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "The id for the entitlement",
|
||||
"example": "2c918085718230600171993742c63558"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name of the entitlement",
|
||||
"example": "CN=entitlement.bbb7c650"
|
||||
},
|
||||
"description": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"description": "Information about the entitlement",
|
||||
"example": "Gives read/write access to the company database"
|
||||
},
|
||||
"privileged": {
|
||||
"type": "boolean",
|
||||
"example": false,
|
||||
"default": false,
|
||||
"description": "Indicates if the entitlement is a privileged entitlement"
|
||||
},
|
||||
"owner": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "The type can only be IDENTITY. This is read-only",
|
||||
"example": "IDENTITY"
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "Identity id.",
|
||||
"example": "5168015d32f890ca15812c9180835d2e"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Human-readable display name of identity. This is read-only",
|
||||
"example": "Alison Ferguso"
|
||||
},
|
||||
"email": {
|
||||
"type": "string",
|
||||
"description": "Email address of identity. This is read-only",
|
||||
"example": "alison.ferguso@identitysoon.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"attributeName": {
|
||||
"type": "string",
|
||||
"description": "The name of the attribute on the source",
|
||||
"example": "memberOf"
|
||||
},
|
||||
"attributeValue": {
|
||||
"type": "string",
|
||||
"description": "The value of the attribute on the source",
|
||||
"example": "CN=entitlement.bbb7c650"
|
||||
},
|
||||
"sourceSchemaObjectType": {
|
||||
"type": "string",
|
||||
"description": "The schema object type on the source used to represent the entitlement and its attributes",
|
||||
"example": "groups"
|
||||
},
|
||||
"sourceName": {
|
||||
"type": "string",
|
||||
"description": "The name of the source for which this entitlement belongs",
|
||||
"example": "ODS-AD-Source"
|
||||
},
|
||||
"sourceType": {
|
||||
"type": "string",
|
||||
"description": "The type of the source for which the entitlement belongs",
|
||||
"example": "Active Directory - Direct"
|
||||
},
|
||||
"sourceId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the source for which the entitlement belongs",
|
||||
"example": "78ca6be511cb41fbb86dba2fcca7780c"
|
||||
},
|
||||
"hasPermissions": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Indicates if the entitlement has permissions",
|
||||
"example": false
|
||||
},
|
||||
"isPermission": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Indicates if the entitlement is a representation of an account permission",
|
||||
"example": false
|
||||
},
|
||||
"revocable": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Indicates whether the entitlement can be revoked",
|
||||
"example": true
|
||||
},
|
||||
"cloudGoverned": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "True if the entitlement is cloud governed",
|
||||
"example": false
|
||||
},
|
||||
"containsDataAccess": {
|
||||
"type": "boolean",
|
||||
"description": "True if the entitlement has DAS data",
|
||||
"default": false,
|
||||
"example": true
|
||||
},
|
||||
"dataAccess": {
|
||||
"type": "object",
|
||||
"description": "DAS data for the entitlement",
|
||||
"nullable": true,
|
||||
"properties": {
|
||||
"policies": {
|
||||
"type": "array",
|
||||
"description": "List of classification policies that apply to resources the entitlement \\ groups has access to",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"description": "Value of the policy",
|
||||
"example": "GDPR-20"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"categories": {
|
||||
"type": "array",
|
||||
"description": "List of classification categories that apply to resources the entitlement \\ groups has access to",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"description": "Value of the category",
|
||||
"example": "email-7"
|
||||
},
|
||||
"matchCount": {
|
||||
"type": "integer",
|
||||
"description": "Number of matched for each category",
|
||||
"example": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"impactScore": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "string",
|
||||
"description": "Impact Score for this data",
|
||||
"example": "Medium"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"account": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
"description": "Information about the status of the entitlement",
|
||||
"properties": {
|
||||
"nativeIdentity": {
|
||||
"type": "string",
|
||||
"description": "The native identity for this account",
|
||||
"example": "CN=Alison Ferguso"
|
||||
},
|
||||
"disabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"example": false,
|
||||
"description": "Indicates whether this account is currently disabled"
|
||||
},
|
||||
"locked": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"example": false,
|
||||
"description": "Indicates whether this account is currently locked"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"ACCOUNT_CORRELATION_CONFIG",
|
||||
"ACCESS_PROFILE",
|
||||
"ACCESS_REQUEST_APPROVAL",
|
||||
"ACCOUNT",
|
||||
"APPLICATION",
|
||||
"CAMPAIGN",
|
||||
"CAMPAIGN_FILTER",
|
||||
"CERTIFICATION",
|
||||
"CLUSTER",
|
||||
"CONNECTOR_SCHEMA",
|
||||
"ENTITLEMENT",
|
||||
"GOVERNANCE_GROUP",
|
||||
"IDENTITY",
|
||||
"IDENTITY_PROFILE",
|
||||
"IDENTITY_REQUEST",
|
||||
"LIFECYCLE_STATE",
|
||||
"PASSWORD_POLICY",
|
||||
"ROLE",
|
||||
"RULE",
|
||||
"SOD_POLICY",
|
||||
"SOURCE",
|
||||
"TAG",
|
||||
"TAG_CATEGORY",
|
||||
"TASK_RESULT",
|
||||
"REPORT_RESULT",
|
||||
"SOD_VIOLATION",
|
||||
"ACCOUNT_ACTIVITY",
|
||||
"WORKGROUP"
|
||||
],
|
||||
"description": "An enumeration of the types of DTOs supported within the IdentityNow infrastructure.",
|
||||
"example": "IDENTITY"
|
||||
},
|
||||
"id": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"description": "The id associated with the account",
|
||||
"example": "2c9180857182305e0171993737eb29e6"
|
||||
},
|
||||
"name": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"description": "The account name",
|
||||
"example": "Alison Ferguso"
|
||||
},
|
||||
"created": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"description": "When the account was created",
|
||||
"example": "2020-04-20T20:11:05.067Z"
|
||||
},
|
||||
"modified": {
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"description": "When the account was last modified",
|
||||
"example": "2020-05-20T18:57:16.987Z"
|
||||
},
|
||||
"activityInsights": {
|
||||
"type": "object",
|
||||
"description": "Insights into account activity",
|
||||
"properties": {
|
||||
"accountID": {
|
||||
"type": "string",
|
||||
"description": "UUID of the account",
|
||||
"example": "c4ddd5421d8549f0abd309162cafd3b1"
|
||||
},
|
||||
"usageDays": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"minimum": 0,
|
||||
"maximum": 90,
|
||||
"description": "The number of days of activity",
|
||||
"example": 45
|
||||
},
|
||||
"usageDaysState": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"COMPLETE",
|
||||
"UNKNOWN"
|
||||
],
|
||||
"description": "Status indicating if the activity is complete or unknown",
|
||||
"example": "COMPLETE"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32600,6 +32600,232 @@ paths:
|
||||
description: Date the Access Profile was last modified.
|
||||
format: date-time
|
||||
example: '2021-02-01T22:32:58.104Z'
|
||||
entitlements:
|
||||
type: array
|
||||
description: The list of entitlements associated with this Role
|
||||
items:
|
||||
type: object
|
||||
nullable: true
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
description: The id for the entitlement
|
||||
example: 2c918085718230600171993742c63558
|
||||
name:
|
||||
type: string
|
||||
description: The name of the entitlement
|
||||
example: CN=entitlement.bbb7c650
|
||||
description:
|
||||
nullable: true
|
||||
type: string
|
||||
description: Information about the entitlement
|
||||
example: Gives read/write access to the company database
|
||||
privileged:
|
||||
type: boolean
|
||||
example: false
|
||||
default: false
|
||||
description: Indicates if the entitlement is a privileged entitlement
|
||||
owner:
|
||||
type: object
|
||||
nullable: true
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
description: The type can only be IDENTITY. This is read-only
|
||||
example: IDENTITY
|
||||
id:
|
||||
type: string
|
||||
description: Identity id.
|
||||
example: 5168015d32f890ca15812c9180835d2e
|
||||
name:
|
||||
type: string
|
||||
description: Human-readable display name of identity. This is read-only
|
||||
example: Alison Ferguso
|
||||
email:
|
||||
type: string
|
||||
description: Email address of identity. This is read-only
|
||||
example: alison.ferguso@identitysoon.com
|
||||
attributeName:
|
||||
type: string
|
||||
description: The name of the attribute on the source
|
||||
example: memberOf
|
||||
attributeValue:
|
||||
type: string
|
||||
description: The value of the attribute on the source
|
||||
example: CN=entitlement.bbb7c650
|
||||
sourceSchemaObjectType:
|
||||
type: string
|
||||
description: The schema object type on the source used to represent the entitlement and its attributes
|
||||
example: groups
|
||||
sourceName:
|
||||
type: string
|
||||
description: The name of the source for which this entitlement belongs
|
||||
example: ODS-AD-Source
|
||||
sourceType:
|
||||
type: string
|
||||
description: The type of the source for which the entitlement belongs
|
||||
example: Active Directory - Direct
|
||||
sourceId:
|
||||
type: string
|
||||
description: The ID of the source for which the entitlement belongs
|
||||
example: 78ca6be511cb41fbb86dba2fcca7780c
|
||||
hasPermissions:
|
||||
type: boolean
|
||||
default: false
|
||||
description: Indicates if the entitlement has permissions
|
||||
example: false
|
||||
isPermission:
|
||||
type: boolean
|
||||
default: false
|
||||
description: Indicates if the entitlement is a representation of an account permission
|
||||
example: false
|
||||
revocable:
|
||||
type: boolean
|
||||
default: false
|
||||
description: Indicates whether the entitlement can be revoked
|
||||
example: true
|
||||
cloudGoverned:
|
||||
type: boolean
|
||||
default: false
|
||||
description: True if the entitlement is cloud governed
|
||||
example: false
|
||||
containsDataAccess:
|
||||
type: boolean
|
||||
description: True if the entitlement has DAS data
|
||||
default: false
|
||||
example: true
|
||||
dataAccess:
|
||||
type: object
|
||||
description: DAS data for the entitlement
|
||||
nullable: true
|
||||
properties:
|
||||
policies:
|
||||
type: array
|
||||
description: List of classification policies that apply to resources the entitlement \ groups has access to
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
type: string
|
||||
description: Value of the policy
|
||||
example: GDPR-20
|
||||
categories:
|
||||
type: array
|
||||
description: List of classification categories that apply to resources the entitlement \ groups has access to
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
type: string
|
||||
description: Value of the category
|
||||
example: email-7
|
||||
matchCount:
|
||||
type: integer
|
||||
description: Number of matched for each category
|
||||
example: 10
|
||||
impactScore:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
type: string
|
||||
description: Impact Score for this data
|
||||
example: Medium
|
||||
account:
|
||||
type: object
|
||||
nullable: true
|
||||
description: Information about the status of the entitlement
|
||||
properties:
|
||||
nativeIdentity:
|
||||
type: string
|
||||
description: The native identity for this account
|
||||
example: CN=Alison Ferguso
|
||||
disabled:
|
||||
type: boolean
|
||||
default: false
|
||||
example: false
|
||||
description: Indicates whether this account is currently disabled
|
||||
locked:
|
||||
type: boolean
|
||||
default: false
|
||||
example: false
|
||||
description: Indicates whether this account is currently locked
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
- ACCOUNT_CORRELATION_CONFIG
|
||||
- ACCESS_PROFILE
|
||||
- ACCESS_REQUEST_APPROVAL
|
||||
- ACCOUNT
|
||||
- APPLICATION
|
||||
- CAMPAIGN
|
||||
- CAMPAIGN_FILTER
|
||||
- CERTIFICATION
|
||||
- CLUSTER
|
||||
- CONNECTOR_SCHEMA
|
||||
- ENTITLEMENT
|
||||
- GOVERNANCE_GROUP
|
||||
- IDENTITY
|
||||
- IDENTITY_PROFILE
|
||||
- IDENTITY_REQUEST
|
||||
- LIFECYCLE_STATE
|
||||
- PASSWORD_POLICY
|
||||
- ROLE
|
||||
- RULE
|
||||
- SOD_POLICY
|
||||
- SOURCE
|
||||
- TAG
|
||||
- TAG_CATEGORY
|
||||
- TASK_RESULT
|
||||
- REPORT_RESULT
|
||||
- SOD_VIOLATION
|
||||
- ACCOUNT_ACTIVITY
|
||||
- WORKGROUP
|
||||
description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure.
|
||||
example: IDENTITY
|
||||
id:
|
||||
nullable: true
|
||||
type: string
|
||||
description: The id associated with the account
|
||||
example: 2c9180857182305e0171993737eb29e6
|
||||
name:
|
||||
nullable: true
|
||||
type: string
|
||||
description: The account name
|
||||
example: Alison Ferguso
|
||||
created:
|
||||
nullable: true
|
||||
type: string
|
||||
format: date-time
|
||||
description: When the account was created
|
||||
example: '2020-04-20T20:11:05.067Z'
|
||||
modified:
|
||||
nullable: true
|
||||
type: string
|
||||
format: date-time
|
||||
description: When the account was last modified
|
||||
example: '2020-05-20T18:57:16.987Z'
|
||||
activityInsights:
|
||||
type: object
|
||||
description: Insights into account activity
|
||||
properties:
|
||||
accountID:
|
||||
type: string
|
||||
description: UUID of the account
|
||||
example: c4ddd5421d8549f0abd309162cafd3b1
|
||||
usageDays:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 0
|
||||
maximum: 90
|
||||
description: The number of days of activity
|
||||
example: 45
|
||||
usageDaysState:
|
||||
type: string
|
||||
enum:
|
||||
- COMPLETE
|
||||
- UNKNOWN
|
||||
description: Status indicating if the activity is complete or unknown
|
||||
example: COMPLETE
|
||||
identitySummary:
|
||||
type: object
|
||||
properties:
|
||||
@@ -36368,6 +36594,232 @@ paths:
|
||||
description: Date the Access Profile was last modified.
|
||||
format: date-time
|
||||
example: '2021-02-01T22:32:58.104Z'
|
||||
entitlements:
|
||||
type: array
|
||||
description: The list of entitlements associated with this Role
|
||||
items:
|
||||
type: object
|
||||
nullable: true
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
description: The id for the entitlement
|
||||
example: 2c918085718230600171993742c63558
|
||||
name:
|
||||
type: string
|
||||
description: The name of the entitlement
|
||||
example: CN=entitlement.bbb7c650
|
||||
description:
|
||||
nullable: true
|
||||
type: string
|
||||
description: Information about the entitlement
|
||||
example: Gives read/write access to the company database
|
||||
privileged:
|
||||
type: boolean
|
||||
example: false
|
||||
default: false
|
||||
description: Indicates if the entitlement is a privileged entitlement
|
||||
owner:
|
||||
type: object
|
||||
nullable: true
|
||||
properties:
|
||||
type:
|
||||
type: string
|
||||
description: The type can only be IDENTITY. This is read-only
|
||||
example: IDENTITY
|
||||
id:
|
||||
type: string
|
||||
description: Identity id.
|
||||
example: 5168015d32f890ca15812c9180835d2e
|
||||
name:
|
||||
type: string
|
||||
description: Human-readable display name of identity. This is read-only
|
||||
example: Alison Ferguso
|
||||
email:
|
||||
type: string
|
||||
description: Email address of identity. This is read-only
|
||||
example: alison.ferguso@identitysoon.com
|
||||
attributeName:
|
||||
type: string
|
||||
description: The name of the attribute on the source
|
||||
example: memberOf
|
||||
attributeValue:
|
||||
type: string
|
||||
description: The value of the attribute on the source
|
||||
example: CN=entitlement.bbb7c650
|
||||
sourceSchemaObjectType:
|
||||
type: string
|
||||
description: The schema object type on the source used to represent the entitlement and its attributes
|
||||
example: groups
|
||||
sourceName:
|
||||
type: string
|
||||
description: The name of the source for which this entitlement belongs
|
||||
example: ODS-AD-Source
|
||||
sourceType:
|
||||
type: string
|
||||
description: The type of the source for which the entitlement belongs
|
||||
example: Active Directory - Direct
|
||||
sourceId:
|
||||
type: string
|
||||
description: The ID of the source for which the entitlement belongs
|
||||
example: 78ca6be511cb41fbb86dba2fcca7780c
|
||||
hasPermissions:
|
||||
type: boolean
|
||||
default: false
|
||||
description: Indicates if the entitlement has permissions
|
||||
example: false
|
||||
isPermission:
|
||||
type: boolean
|
||||
default: false
|
||||
description: Indicates if the entitlement is a representation of an account permission
|
||||
example: false
|
||||
revocable:
|
||||
type: boolean
|
||||
default: false
|
||||
description: Indicates whether the entitlement can be revoked
|
||||
example: true
|
||||
cloudGoverned:
|
||||
type: boolean
|
||||
default: false
|
||||
description: True if the entitlement is cloud governed
|
||||
example: false
|
||||
containsDataAccess:
|
||||
type: boolean
|
||||
description: True if the entitlement has DAS data
|
||||
default: false
|
||||
example: true
|
||||
dataAccess:
|
||||
type: object
|
||||
description: DAS data for the entitlement
|
||||
nullable: true
|
||||
properties:
|
||||
policies:
|
||||
type: array
|
||||
description: List of classification policies that apply to resources the entitlement \ groups has access to
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
type: string
|
||||
description: Value of the policy
|
||||
example: GDPR-20
|
||||
categories:
|
||||
type: array
|
||||
description: List of classification categories that apply to resources the entitlement \ groups has access to
|
||||
items:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
type: string
|
||||
description: Value of the category
|
||||
example: email-7
|
||||
matchCount:
|
||||
type: integer
|
||||
description: Number of matched for each category
|
||||
example: 10
|
||||
impactScore:
|
||||
type: object
|
||||
properties:
|
||||
value:
|
||||
type: string
|
||||
description: Impact Score for this data
|
||||
example: Medium
|
||||
account:
|
||||
type: object
|
||||
nullable: true
|
||||
description: Information about the status of the entitlement
|
||||
properties:
|
||||
nativeIdentity:
|
||||
type: string
|
||||
description: The native identity for this account
|
||||
example: CN=Alison Ferguso
|
||||
disabled:
|
||||
type: boolean
|
||||
default: false
|
||||
example: false
|
||||
description: Indicates whether this account is currently disabled
|
||||
locked:
|
||||
type: boolean
|
||||
default: false
|
||||
example: false
|
||||
description: Indicates whether this account is currently locked
|
||||
type:
|
||||
type: string
|
||||
enum:
|
||||
- ACCOUNT_CORRELATION_CONFIG
|
||||
- ACCESS_PROFILE
|
||||
- ACCESS_REQUEST_APPROVAL
|
||||
- ACCOUNT
|
||||
- APPLICATION
|
||||
- CAMPAIGN
|
||||
- CAMPAIGN_FILTER
|
||||
- CERTIFICATION
|
||||
- CLUSTER
|
||||
- CONNECTOR_SCHEMA
|
||||
- ENTITLEMENT
|
||||
- GOVERNANCE_GROUP
|
||||
- IDENTITY
|
||||
- IDENTITY_PROFILE
|
||||
- IDENTITY_REQUEST
|
||||
- LIFECYCLE_STATE
|
||||
- PASSWORD_POLICY
|
||||
- ROLE
|
||||
- RULE
|
||||
- SOD_POLICY
|
||||
- SOURCE
|
||||
- TAG
|
||||
- TAG_CATEGORY
|
||||
- TASK_RESULT
|
||||
- REPORT_RESULT
|
||||
- SOD_VIOLATION
|
||||
- ACCOUNT_ACTIVITY
|
||||
- WORKGROUP
|
||||
description: An enumeration of the types of DTOs supported within the IdentityNow infrastructure.
|
||||
example: IDENTITY
|
||||
id:
|
||||
nullable: true
|
||||
type: string
|
||||
description: The id associated with the account
|
||||
example: 2c9180857182305e0171993737eb29e6
|
||||
name:
|
||||
nullable: true
|
||||
type: string
|
||||
description: The account name
|
||||
example: Alison Ferguso
|
||||
created:
|
||||
nullable: true
|
||||
type: string
|
||||
format: date-time
|
||||
description: When the account was created
|
||||
example: '2020-04-20T20:11:05.067Z'
|
||||
modified:
|
||||
nullable: true
|
||||
type: string
|
||||
format: date-time
|
||||
description: When the account was last modified
|
||||
example: '2020-05-20T18:57:16.987Z'
|
||||
activityInsights:
|
||||
type: object
|
||||
description: Insights into account activity
|
||||
properties:
|
||||
accountID:
|
||||
type: string
|
||||
description: UUID of the account
|
||||
example: c4ddd5421d8549f0abd309162cafd3b1
|
||||
usageDays:
|
||||
type: integer
|
||||
format: int32
|
||||
minimum: 0
|
||||
maximum: 90
|
||||
description: The number of days of activity
|
||||
example: 45
|
||||
usageDaysState:
|
||||
type: string
|
||||
enum:
|
||||
- COMPLETE
|
||||
- UNKNOWN
|
||||
description: Status indicating if the activity is complete or unknown
|
||||
example: COMPLETE
|
||||
example:
|
||||
- access:
|
||||
type: ENTITLEMENT
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
https://god.gw.postman.com/run-collection/23226990-0a61fe81-5b41-42df-9e0e-f993d8c22b06?action=collection%2Ffork&collection-url=entityId%3D23226990-0a61fe81-5b41-42df-9e0e-f993d8c22b06%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||
https://god.gw.postman.com/run-collection/23226990-f474678f-3344-4bed-b64b-9b662b5e9101?action=collection%2Ffork&collection-url=entityId%3D23226990-f474678f-3344-4bed-b64b-9b662b5e9101%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||
@@ -1 +1 @@
|
||||
https://god.gw.postman.com/run-collection/23226990-1d350a36-b6d1-42cc-98d2-1d5b7dfdc4eb?action=collection%2Ffork&collection-url=entityId%3D23226990-1d350a36-b6d1-42cc-98d2-1d5b7dfdc4eb%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||
https://god.gw.postman.com/run-collection/23226990-c8aa5fbe-29ca-431d-b141-7fdf85b74032?action=collection%2Ffork&collection-url=entityId%3D23226990-c8aa5fbe-29ca-431d-b141-7fdf85b74032%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||
@@ -1 +1 @@
|
||||
https://god.gw.postman.com/run-collection/23226990-c4548f84-65de-4ffc-8ce3-17241465d0ae?action=collection%2Ffork&collection-url=entityId%3D23226990-c4548f84-65de-4ffc-8ce3-17241465d0ae%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||
https://god.gw.postman.com/run-collection/23226990-d390ae69-822b-41d9-a762-065b7a3db245?action=collection%2Ffork&collection-url=entityId%3D23226990-d390ae69-822b-41d9-a762-065b7a3db245%26entityType%3Dcollection%26workspaceId%3D80af54be-a333-4712-af5e-41aa9eccbdd0
|
||||
Reference in New Issue
Block a user