Skip to main content

For the given upn, delete the refresh token and user details from db

Select

SaaS
Customer Managed

Delete authenticated users and the refresh token details from the db for the given upn

Query Parameters
  • upn string required

    UPN ( User principal name ) of the refresh token

Responses

Success


Schema
  • credentialId object[]
  • id int32
  • name string
  • refreshToken TCORefreshToken
  • RefreshTokenId int32

    Refresh Token ID

  • RefreshToken string

    Refresh Token

  • Provider string

    Cloud Provider name

  • ErrorMesage string

    Error message while saving/validating refresh token

  • ErrorCode int32

    Error code while saving/validating refresh token

  • discoveryCriteria object

    Model for Workload Discovery Selector Object

  • criteria WorkloadDiscoveryCriteriaEnum

    Possible values: [SUBSCRIPTIONS, REGIONS]

    Selection criteria for workload discovery while running a TCO Assessment

  • details object[]

    Additional Details related to respective select

  • id int32
  • name string
  • value string
  • azureNameValueMap object[]
  • name string
  • value string
  • awsNameValueMap object[]
  • name string
  • value string
  • errorCode CyberResilienceErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, INDEX_SERVER_NOT_EXIST, INDEX_SERVER_INACCESSIBLE, INDEX_SERVER_DATA_ANALYTICS_ROLE_MISSING, CREDENTIAL_UNSUPPORTED, CREDENTIAL_INACCESSIBLE, CYBER_RESILIENCE_ALREADY_CONFIGURED, CYBER_RESILIENCE_NOT_CONFIGURED, DELETING_UNCONFIGURED_CREDENTIAL, ADDING_CONFIGURED_CREDENTIAL, UNKNOWN_ERROR, INTERNAL_SERVER_ERROR, CREDENTIAL_INVALID]

  • errorMessage string
Loading...