Skip to main content

Get Attributes

Get Attributes

Path Parameters
    workspaceName string required

Response

tabNamestring

Group name for workspace attributes.

underTrialboolean

A boolean value indicating whether grouped attributes under trail.

subscribeLinkstring

The Link for subscription.

attributesarray

List of attributes within group.

Sample Response
[
{
"tabName": "MIRACL",
"underTrial": false,
"subscribeLink": "/realms/grootan/marketplace/templates/Partners/4445b9b1-b0fc-4773-a307-57e4a771daad",
"attributes": [
{
"providerId": "miracl_client_id",
"label": "miracl-client-id",
"attributeName": "MIRACL_PROJECT_APP_CLIENT_ID",
"attributeValue": "aln1lainc1swj",
"canBeViewed": true,
"canBeRotated": false,
"canBeUpdated": true,
"secret": false,
"showInSubTenant": true,
"json": false,
"readOnly": false
},
{
"providerId": "miracl_client_secret",
"label": "miracl-client-secret",
"attributeName": "MIRACL_PROJECT_APP_CLIENT_SECRET",
"attributeValue": "51sU1cvxzgRMiGCCLYPtLr4riZQ3a00J5HANzVE3H6o",
"canBeViewed": true,
"canBeRotated": false,
"canBeUpdated": true,
"secret": false,
"showInSubTenant": true,
"json": false,
"readOnly": false
}
]
}
]
HTTP STATUS CODE SUMMARY
200 - OKSuccessfully done.
201 - OKSuccessfully created.
400 - Bad RequestThe request was unacceptable, often due to missing a required parameter.
401 - UnauthorizedUnauthorized access try with correct access.
402 - Request FailedThe parameters were valid but the request failed.
403 - ForbiddenThe Application doesn't have permissions to perform the request.
404 - Not FoundThe requested resource doesn't exist
500 - Server ErrorsSomething went wrong on ezto auth's end. (These are rare.)
503 - Server ErrorsService temporarily unavailable

Loading...