Returns an ObjectConfig resource based on its name or id.
GET {{baseUrl}}/ObjectConfig/:objectConfigId?attributes=<string>&excludedAttributes=<string>
The ObjectConfig resource with matching name or id is returned.
Attributes to include in the response can be specified with the 'attributes' query parameter.
Attributes to exclude from the response can be specified with the 'excludedAttributes' query parameter.
The schema related to ObjectConfig is: - urn:ietf:params:scim:schemas:sailpoint:1.0:ObjectConfig
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
attributes | string | A comma-separated list of attributes to return in the response. This query parameter supersedes excludedAttributes, so providing the same attribute(s) to both will result in the attribute(s) being returned. | |
excludedAttributes | string | A comma-separated list of attributes to exclude from the response. Some attributes cannot be excluded. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"7f00000180281df7818028be63aa00ef","name":"Bundle","objectAttributes":[{"name":"StringAttr","displayName":"attr_demoString","type":"string","multi":false,"defaultValue":"None","system":false,"standard":false,"extendedNumber":2,"namedColumn":false,"ruleName":"lastLoginToDate","groupFactory":true,"editMode":"READONLY","attributeSources":[{"name":"lastName","key":"testInstancesApplication/inst2:lastName","instance":"inst2","ruleName":"Identity Attribute Rule - Type"},{"name":"lastName","key":"testInstancesApplication/inst2:lastName","instance":"inst2","ruleName":"Identity Attribute Rule - Type"}],"attributeTargets":[{"name":"app2_active","key":"Composite_ERP_Global_Platform:app2_inactive","instance":"continuous-integration-environment1","ruleName":"attributeTarget-aws-S3-rule","provisionAllAccount":false},{"name":"app2_active","key":"Composite_ERP_Global_Platform:app2_inactive","instance":"continuous-integration-environment1","ruleName":"attributeTarget-aws-S3-rule","provisionAllAccount":false}]},{"name":"StringAttr","displayName":"attr_demoString","type":"string","multi":false,"defaultValue":"None","system":false,"standard":false,"extendedNumber":2,"namedColumn":false,"ruleName":"lastLoginToDate","groupFactory":true,"editMode":"READONLY","attributeSources":[{"name":"lastName","key":"testInstancesApplication/inst2:lastName","instance":"inst2","ruleName":"Identity Attribute Rule - Type"},{"name":"lastName","key":"testInstancesApplication/inst2:lastName","instance":"inst2","ruleName":"Identity Attribute Rule - Type"}],"attributeTargets":[{"name":"app2_active","key":"Composite_ERP_Global_Platform:app2_inactive","instance":"continuous-integration-environment1","ruleName":"attributeTarget-aws-S3-rule","provisionAllAccount":false},{"name":"app2_active","key":"Composite_ERP_Global_Platform:app2_inactive","instance":"continuous-integration-environment1","ruleName":"attributeTarget-aws-S3-rule","provisionAllAccount":false}]}],"meta":[{"created":"2022-03-31T14:52:40.245-05:00","location":"http://localhost:8080/identityiq/scim/v2/ObjectConfig/7f00000180281df7818028be62ef00e9","lastModified":"2022-03-31T14:52:40.265-05:00","version":"\"W\"1649951092552\"","resourceType":"ObjectConfig"},{"created":"2022-03-31T14:52:40.245-05:00","location":"http://localhost:8080/identityiq/scim/v2/ObjectConfig/7f00000180281df7818028be62ef00e9","lastModified":"2022-03-31T14:52:40.265-05:00","version":"\"W\"1649951092552\"","resourceType":"ObjectConfig"}]}