Skip to main content

Update the Public Identities Configuration

PUT 

/public-identities-config

Updates the publicly visible attributes of an identity available to request approvers for Access Requests and Certification Campaigns. A token with ORG ADMIN authority is required to call this API.

Request

Body

required
    attributes object[]

    Up to 5 identity attributes that will be available to everyone in the org for all users in the org.

  • Array [
  • key string

    The attribute key

    name string

    The attribute display name

  • ]
  • modified date-timenullable

    When this configuration was last modified.

    modifiedBy objectnullable

    The identity who last modified this configuration.

    type DtoType

    Possible values: [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]

    An enumeration of the types of DTOs supported within the IdentityNow infrastructure.

    id string

    Identity id

    name string

    Human-readable display name of identity.

Responses

Request succeeded.

Schema
    attributes object[]

    Up to 5 identity attributes that will be available to everyone in the org for all users in the org.

  • Array [
  • key string

    The attribute key

    name string

    The attribute display name

  • ]
  • modified date-timenullable

    When this configuration was last modified.

    modifiedBy objectnullable

    The identity who last modified this configuration.

    type DtoType

    Possible values: [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]

    An enumeration of the types of DTOs supported within the IdentityNow infrastructure.

    id string

    Identity id

    name string

    Human-readable display name of identity.

Loading...