高リスク違反のあるアクセス・リクエストの呼出し
高リスク違反をトリガーするアクセス・ガードレールがアタッチされたDBUMアクセス・バンドルのアクセス・リクエストを作成します。
高リスク違反アクセス・ガードレールを含むアクセス・バンドルのアクセスのリクエスト
この例では、データベース・ユーザー管理(DBUM)固有のアクセス・バンドルに対するリクエストを発行し、高リスク違反をアタッチします。
- 「すべてのアイデンティティをリスト」は、リクエストを発行する特定のグローバル・アイデンティティのIDを取得します。 複数のIDを取得できます。
- 「すべてのアクセス・ガードレールを一覧表示」: IDを取得します。
- アクセス・ガードレールをアタッチするための更新または「アクセス・バンドルの作成」
- アクセス・バンドルの新しい「POSTアクセス・リクエスト」を作成します。
- アクセス・リクエストの詳細の取得
ステップ1: アイデンティティ詳細の取得
すべてのアイデンティティを一覧表示して、リクエストを発行するアイデンティティのIDを取得します。
サンプルcURLcurl -i -X \
POST \
-H \
"Authorization:Bearer <your access token>" \
-H \
"Content-Type:application/json" \
-d \
'{
"keywordContains": ["Bill"],
"suggestedFilter": [],
"filterCriteria": null,
"attributes": ["displayName"]
}' \
'${service-instance-url}/access-governance/identities/${version}/identities'
RESTクライアントを使用したGETコマンドの例
${si}/access-governance/identities/20250331/identities?keywordContains=Bill
レスポンスのサンプル
次のレスポンス本文を含む200レスポンス・コードを受信する必要があります:
{
"id" : "globalId.OCI.bd49ff2a-5c47-4242-8975-9ba235fbb0ec.1fbb825aef0ceab8xxxxxxxxxxx",
"type" : "IDENTITY",
"name" : "Bill.Clark@example.COM",
"timeCreated" : "2025-01-21T01:05:35.558Z",
"timeUpdated" : "2025-01-21T01:05:35.558Z",
"entityType" : "USER",
"attributes" : [ {
"name" : "agTerminated",
"value" : false
} ],
"value" : "{\"name\":{\"formatted\":\"Bill Clark\",\"familyName\":\"Clark\",\"givenName\":\"Bill\"},\"userName\":\"Bill.Clark@example.COM\",\"displayName\":\"Bill Clark\",\"primaryEmail\":\"Bill.Clark@example.COM\",\"organization\":{\"value\":\"organization.OCI.bd49ff2a-5c47-4242-8975-9ba235fbb0ec.4eec1f689ba5647xxxxxx6\"},\"status\":\"Active\",\"emails\":[{\"primary\":false,\"secondary\":false,\"type\":\"recovery\",\"value\":\"0E5EB262.82DBD46A@testociemail-blackhole.com\",\"verified\":false},{\"primary\":true,\"secondary\":false,\"type\":\"work\",\"value\":\"Bill.Clark@example.COM\",\"verified\":false}],\"addresses\":[],\"phoneNumbers\":[],\"agStatus\":\"AG_ACTIVE\",\"agSubType\":\"WORKFORCE\",\"agRisk\":{\"value\":0,\"customAttributes\":{}},\"agDelegation\":{\"hasDelegations\":false,\"customAttributes\":{}},\"agTerminate\":{\"terminated\":false,\"customAttributes\":{}},\"domainOCID\":\"ocid1.domain.oc1..aaaaaaaayrdl7hgnjeqbpi4nvt72hxtki4uwxxxxxxx\",\"userNameDb2\":\"0E5EB26282DBD46A@testociemailbla\",\"userNameMysql\":\"0E5EB26282DBD46Atestociemailblac\",\"userNameOracle\":\"Bill.Clark@example.COM\",\"userNameMSSQl\":\"_0E5EB26282DBD46A@testociemailblackholecom\",\"agOrganizations\":[],\"targetId\":\"bd49ff2a-5c47-4242-8975-9ba235fbb0ec\",\"identityTargetId\":\"targetId.account.OCI.bd49ff2a-5c47-4242-8975-9ba235fbb0ec.1fbb825aef0ceab8c084a645f4953107\",\"compartmentId\":\"resource.OCI.bd49ff2a-5c47-4242-8975-9ba235fbb0ec.dd795ea6fd73983db4c97d0eb2c77c91\",\"domainId\":\"resource.OCI.bd49ff2a-5c47-4242-8975-9ba235fbb0ec.1540420f1040686f5fcecf2d4043feb5\",\"region\":\"iad:us-ashburn-1\",\"customAttributes\":{\"targetAccounts\":[\"5bb2bb40b6394262ab74539a60714607\"],\"lastModifiedBy\":{\"displayName\":\"Abel Maclead\",\"ref\":\"https://idcs-824f604a4d4b48b8918cde1416682c66.identity.oraclecloud.com:443/admin/v1/Users/e4b4b893e2f8448ab76bf5ba85dad344\",\"resourceType\":\"ACCOUNT\",\"value\":\"ocid1.user.oc1..aaaaaaaaad25h6toymcbv6yf5dlymvwmlcemzmkepltjntiw5r3efzrtkzeq\"},\"createdBy\":{\"displayName\":\"Ama Maclead\",\"ref\":\"https://idcs-824f604a4d4b48b8918cde1416682c66.identity.oraclecloud.com:443/admin/v1/Users/e4b4b893e2f8448ab76bf5ba85dad344\",\"resourceType\":\"ACCOUNT\",\"value\":\"ocid1.user.oc1..aaaaaaaaad25h6toymcbv6yf5dlymvwmlcemzmkepltjntiw5r3efzrtkzeq\"},\"isCorrelated\":true,\"fullDN\":\"0E5EB262.82DBD46A@TESTOCIEMAIL-BLACKHOLE.COM_Tags\",\"domainName\":\"Default\",\"ocid\":\"ocid1.user.oc1..aaaaaaaayb7oyq66q64nytjoy5d4t64asklfeflrx6ghtlarguhhrhg6em6a\",\"compartmentOCID\":\"ocid1.tenancy.oc1..aaaaaaaazp2vvzjsn6newkqrpkwndxpdoixtqfgyhnf4y24h7d5ny27h6f3q\",\"compartmentName\":\"accessgovtest\",\"cloudAccountName\":\"accessgovtest\"},\"id\":\"globalId.OCI.bd49ff2a-5c47-4242-8975-9ba235fbb0ec.1fbb825aef0ceab8c084a645f4953107\",\"externalId\":\"5bb2bb40b6394262ab74539a60714607\",\"schemas\":[],\"meta\":{\"resourceType\":\"USER\",\"created\":1737421535558,\"lastModified\":1737421535558,\"version\":\"1\",\"location\":\"\"}}"
}
後で利用するためにアイデンティティを保存します。
ステップ2: アクセス・ガードレールIDの取得
すべてのアクセス・ガードレールをリストして、アタッチするアクセス・ガードレールのIDを取得します。
サンプルcURLcurl -i -X \
GET \
-H \
"Authorization:Bearer <your access token>" \
'${service-instance-url}/access-governance/access-controls/20250331/accessGuardrails
}
RESTクライアントを使用したGETコマンドの例
${service-instance-url}/access-governance/access-controls/${version}/accessGuardrails
レスポンスのサンプル
次のレスポンス本文を含む200レスポンス・コードを受信する必要があります:
{
"items": [
{
"id": "a4203401-xxxx-4fb3-891a-b1c127fa94ba",
"name": "UA-High-Risk-Access Guardrails",
"lifecycleState": "ACTIVE",
"tags": [
"Guardrails-Test-HighRisk"
],
"primaryOwnerDisplayName": "Amel Maclead",
"timeCreated": "2025-04-28T04:59:03.646Z",
"timeUpdated": "2025-04-28T04:59:03.646Z"
}
]
}
アクセス・バンドルに接続するためのアクセス・ガードレールIDを保存します。
ステップ3: アクセス・バンドルの作成とアクセス・ガードレールの添付
このリクエストで、アクセス・バンドルを作成し、アクセス・ガードレールをアタッチします。
これを実行する前に、「アカウント・プロファイルのリスト」を実行してアカウント・プロファイルIDをフェッチできます。
アクセス・ガードレールを使用してアクセス・バンドルを作成するためのサンプルCurl
curl -i -X \
\
POST \
-H \
\
"Authorization:Bearer <your access token>" \
-H \
\
"Content-Type:application/json" \
-d \
'{
"name": "DBUM Standard SQL Tuning Access",
"displayName": "DBUM AB UA API",
"description": "DBUM AB UA API",
"tags": [
"DBUM UA"],
"owners": [
{
"id": "globalId.xxxxxx-eedc-4d6a-b6d4-6c0f6537bad2.18.02e36bbb4b201421b44aa046b3ceb16a",
"name": "Amel MacLead",
"isPrimary": true
}
],
"requestableBy": "ANY",
"approvalWorkflowId": "NO_APPROVAL_REQUIRED",
"orchestratedSystemId": "da7efca4-8c7a-xxxx-8ad3-c55ac9362de6",
"accessBundleType": "PERMISSION_BUNDLE",
"verb": "string",
"items": [
{
"id": "privileges.ICF.da7efca4-8c7a-4d4f-8ad3-c55ac9362de6.f5f2648ad9cec98929xxxx2f31e6ccda",
"name": "ADMINISTER ANY SQL TUNING SET"
}
],
"externalId": null,
"domainName": null,
"resourceType": null,
"accountProfileId": "84321700-xxxx-4cf2-9226-3f4c26fd9768",
"accountProfileName": "dbum AP 1",
"orchestratedSystemAttributes": {
"accountAttributes": [
],
"permissionAttributes": [
{
"name": "privileges.ICF.da7efca4-8c7a-4d4f-8ad3-c55ac9362de6.f5f2648cxxxxec9892927642f31e6ccda",
"type": "RepeatableFieldSet",
"title": null,
"values":[
"ADMINISTER ANY SQL TUNING SET"],
"children": [
{
"items": [
{
"name": "privilegeAdminOption",
"type": "String",
"title": "dbum.targetAccount.armd.privileges.privilegeAdminOption.title",
"children": [
],
"lookupType": "withAdminOption",
"permissionType": null,
"discriminator": null,
"values": [
"YES"]
}
]
}
],
"discriminator": null,
"isQuestion": true
}
]
},
"customAttributes": {
},
"accessGuardrails": [
"a4203401-xxxx-4fb3-891a-b1c127fa94ba"
]
}'\
'${service-instance-url}/access-governance/access-controls/20250331/accessBundles'
アクセス・ガードレールを使用してアクセス・バンドルを作成するためのサンプル・リクエスト・ペイロード
{
"name": "DBUM Standard SQL Tuning Access",
"displayName": "DBUM AB UA API",
"description": "DBUM AB UA API",
"tags": [
"DBUM UA"],
"owners": [
{
"id": "globalId.xxxxxx-eedc-4d6a-b6d4-6c0f6537bad2.18.02e36bbb4b201421b44aa046b3ceb16a",
"name": "Amel MacLead",
"isPrimary": true
}
],
"requestableBy": "ANY",
"approvalWorkflowId": "NO_APPROVAL_REQUIRED",
"orchestratedSystemId": "da7efca4-8c7a-xxxx-8ad3-c55ac9362de6",
"accessBundleType": "PERMISSION_BUNDLE",
"verb": "string",
"items": [
{
"id": "privileges.ICF.da7efca4-8c7a-4d4f-8ad3-c55ac9362de6.f5f2648ad9cec98929xxxx2f31e6ccda",
"name": "ADMINISTER ANY SQL TUNING SET"
}
],
"externalId": null,
"domainName": null,
"resourceType": null,
"accountProfileId": "84321700-xxxx-4cf2-9226-3f4c26fd9768",
"accountProfileName": "dbum AP 1",
"orchestratedSystemAttributes": {
"accountAttributes": [
],
"permissionAttributes": [
{
"name": "privileges.ICF.da7efca4-8c7a-4d4f-8ad3-c55ac9362de6.f5f2648cxxxxec9892927642f31e6ccda",
"type": "RepeatableFieldSet",
"title": null,
"values":[
"ADMINISTER ANY SQL TUNING SET"],
"children": [
{
"items": [
{
"name": "privilegeAdminOption",
"type": "String",
"title": "dbum.targetAccount.armd.privileges.privilegeAdminOption.title",
"children": [
],
"lookupType": "withAdminOption",
"permissionType": null,
"discriminator": null,
"values": [
"YES"]
}
]
}
],
"discriminator": null,
"isQuestion": true
}
]
},
"customAttributes": {
},
"accessGuardrails": [
"a4203401-xxxx-4fb3-891a-b1c127fa94ba"
]
}'\
'${service-instance-url}/access-governance/access-controls/20250331/accessBundles'
レスポンスのサンプル
次のレスポンス本文を含む200レスポンス・コードを受信する必要があります:
{
"accessBundleType": "PERMISSION_BUNDLE",
"id": "434328xxx9f-928d-4255-abbe-2d76e6xxx39d38e",
"name": "DBUM Standard SQL Tuning Access UA 7",
"displayName": "DBUM AB UA API",
"description": "DBUM AB UA API",
"tags": [
"DBUM UA"
],
"timeCreated": "2025-04-28T08:48:03.799Z",
"timeUpdated": "2025-04-28T08:48:03.799Z",
"createdBy": {
"id": "AG-ownership-reviews-july-tfrhgbuxxxq7a_APPID",
"name": "AG-ownership-reviews-july-tfrhgbuxxxq7a_APPID",
"displayName": "AG-ownership-reviews-july-tfrhgbuxxxq7a_APPID"
},
"updatedBy": {
"id": "AG-ownership-reviews-july-tfrhgbuxxxq7a_APPID",
"name": "AG-ownership-reviews-july-tfrhgbuxxxq7a_APPID",
"displayName": "AG-ownership-reviews-july-tfrhgbuxxxq7a_APPID"
},
"requestableBy": {
"id": "ANY",
"name": "Anyone",
"displayName": "Anyone"
},
"status": "ACTIVE",
"approvalWorkflowId": {
"id": "NO_APPROVAL_REQUIRED",
"name": "No Approval Required",
"displayName": "No Approval Required"
},
"orchestratedSystem": {
"id": "da7efcaxxx4-8c7a-4d4f-8ad3-c55ac9362de6",
"name": "ownership-reviews-july-DBUM",
"displayName": "ownership-reviews-july-DBUM"
},
"orchestratedSystemType": "ICF",
"ownershipCollectionId": "1a06018xxx8fa4-4863-9394-e0195002e314",
"owners": [
{
"id": "globalId.125123xxx3-eedc-4d6a-b6d4-6c0f6537bad2.18.02e36bbb4b201421b44aa046b3ceb16a",
"name": "Alex Mason",
"isPrimary": true
}
],
"externalId": "ocid1.agcsgovernanceinstance.dev.dev.amaaaaaapzw5xxx4pv5rudpgmf5enb2yzcloj2pbd5ogxaructfrhgbuq7a",
"cloudAccountName": null,
"domainName": null,
"resourceType": null,
"compartmentName": null,
"compartmentFqn": null,
"orchestratedSystemAttributes": {
"accountAttributes": [
{
"name": "authenticationType",
"title": "Authentication type",
"values": [
"EXTERNAL"
],
"type": "String",
"permissionType": null
},
{
"name": "defaultTablespace",
"title": "Default tablespace",
"values": [
"DEV1105_CATALOG_TEXT_IND_TAB"
],
"type": "String",
"permissionType": null
}
],
"permissionAttributes": [
{
"name": "privileges.ICF.da7efcaxxx4-8c7a-4d4f-8ad3-c55ac9362de6.f5f2648ad9cec9892927642f31e6ccda",
"values": [
"ADMINISTER ANY SQL TUNING SET"
],
"type": "RepeatableFieldSet",
"permissionType": null
}
]
},
"accountProfileId": "843217xx00-1a93-4cf2-9226-3f4c26fd9768",
"accountProfileName": "dbum AP 1",
"customAttributes": {},
"accessGuardrails": [
{
"id": "a42034xxx1-46c3-4fb3-891a-b1c127fa94ba",
"name": "UA-AD-Access Guardrails"
}
],
"permissions": [
{
"id": "privileges.ICF.da7efcaxxx4-8c7a-4d4f-8ad3-c55ac9362de6.f5f2648ad9cec9892927642f31e6ccda",
"name": "ADMINISTER ANY SQL TUNING SET",
"type": "ENTITLEMENTS",
"timeCreated": "2024-09-25T13:02:20.369Z",
"resource": {
"id": "resource.ICF.da7efcaxxx4-8c7a-4d4f-8ad3-c55ac9362de6.153c14344ccda28d2c2106cc5b5a8e4d",
"name": "ownership-reviews-july-DBUM",
"displayName": "ownership-reviews-july-DBUM",
"type": "DBUM"
}
}
]
}
アクセス・リクエストを作成するためのアクセス・バンドルIDを書き留めます。
ステップ4: アイデンティティのアクセス・リクエストの作成
前述のステップから抽出した詳細を使用して、1つ以上のアイデンティティに対するセルフサービス・アクセス・リクエストを作成します。 この例では、アクセス・ガードレールで指定された条件と一致しないアイデンティティを呼び出し、アクセス・リクエストが失敗します。
サンプルcURLcurl -i -X \
\
POST \
-H \
\
"Authorization:Bearer <your access token>" \
-H \
\
"Content-Type:application/json" \
-d \
'{
"justification": "UA Request test",
"createdBy": "globalId.125123c3-eedc-4d6a-b6d4-6c0f6537bad2.18.02e36bbb4b201421b44aa046b3ceb16a",
"accessBundles": [
"4343289f-928d-4255-abbe-2d76e639d38e"
],
"identities": [
"globalId.OCI.bd49ff2a-5c47-4242-8975-9ba235fbb0ec.9f6e4161d84394960469c2af598b63d4"
],
"accountProfileDetails": [
{
"accountProfileId": "84321700-1a93-4cf2-9226-3f4c26fd9768",
"identitySpecific": true,
"accountAttributes": [
{
"name": "defaultTablespaceQuotaInMB",
"values": [
"100"
],
"children": [],
"isQuestion": true
}
],
"identityAccountAttributesDetails": [
{
"identityId": "globalId.OCI.bd49ff2a-xxxx-4242-8975-xxx235fbb0ec.9f6e4161d84394960469c2af598b63d4",
"accountAttributes": [
{
"name": "defaultTablespaceQuotaInMB",
"values": [
"40"
]
}
]
}
]
}
]
}'\
'${service-instance-url}/access-governance/access-controls/20250331/accessRequests'
RESTクライアントを使用したPOSTコマンドの例
認可 | ベアラー<your access token> |
Content-Type | application/json |
${si}/access-governance/access-controls/${version}/accessRequests
サンプル・リクエスト本文
{
"justification": "UA Access Guardrails Test - High-Risk Violation",
"createdBy": "globalId.125123c3-eedc-4d6a-b6d4-6c0f6537bad2.18.02e36bbb4b201421b44aa046b3ceb16a",
"accessBundles": [
"4343289f-xxxx-4255-abbe-2d76e639d38e"
],
"identities": [
"globalId.OCI.bd49ff2a-xxxx-4242-8975-9ba235fbb0ec.9f6e4161d84394960469c2af598b63d4"
],
"accountProfileDetails": [
{
"accountProfileId": "84321700-1a93-4cf2-9226-3f4c26fd9768",
"identitySpecific": true,
"accountAttributes": [
{
"name": "defaultTablespaceQuotaInMB",
"values": [
"100"
],
"children": [],
"isQuestion": true
}
],
"identityAccountAttributesDetails": [
{
"identityId": "globalId.OCI.bd49ff2a-xxxx-4242-8975-xxx235fbb0ec.9f6e4161d84394960469c2af598b63d4",
"accountAttributes": [
{
"name": "defaultTablespaceQuotaInMB",
"values": [
"40"
]
}
]
}
]
}
]
}
サンプル・レスポンス本文
次のレスポンス本文を含む200レスポンス・コードを受信する必要があります:
{
"id": "4eb12922-7b6c-4654-xxxx-a795a5e29e62",
"justification": "UA Access Guardrails Test - High-Risk Violations",
"requestStatus": "PENDING_APPROVALS",
"timeCreated": "2025-04-28T08:55:09.285Z",
"timeUpdated": "2025-04-28T08:55:09.285Z",
"createdBy": "globalId.125123c3-xxxx-4d6a-b6d4-6c0f6537bad2.18.02e36bbb4b201421b44aa046b3ceb16a",
"permissionRoles": [
],
"accessBundles": [
{
"id": "4343289f-xxxx-4255-abbe-2d76e639d38e",
"name": "DBUM Standard SQL Tuning Access UA 7",
"displayName": "DBUM Standard SQL Tuning Access UA 7",
"accountProfileId": "84321700-xxxx-4cf2-9226-3f4c26fd9768"
}
],
"identities": [
{
"id": "globalId.OCI.bd49ff2a-xxxx-4242-8975-9ba235fbb0ec.9f6e4161d84394960469c2af598b63d4",
"name": "Adam Steve",
"displayName": "Adam Steve",
"owners": null
}
],
"attributes": {
"orchestratedSystemAttributes": null
},
"approvalRequests": null
}
アクセス・リクエストの詳細の取得
次のエンドポイントを実行して、作成したアクセス・リクエストのステータスを確認または確認できます:GET ${service-instance-url}/access-governance/access-controls/${versionId}/accessRequests/${accessRequestId}
リスクの高い違反がトリガーされると、リクエスト・ステータスは「失敗」になります
{
"id": "4eb12922-7b6c-4654-xxxx-a795a5e29e62",
"justification": "UA Access Guardrails Test - High-Risk Violations",
"requestStatus": "FAILED",
"timeCreated": "2025-04-28T08:55:09.285Z",
"timeUpdated": "2025-04-28T08:55:09.285Z",
"createdBy": "globalId.125123c3-eedc-4d6a-xxxx-6c0f6537bad2.18.02e36bbb4b201421b44aa046b3ceb16a",
"permissionRoles": [
],
"accessBundles": [
{
"id": "4343289f-928d-xxxx-abbe-2d76e639d38e",
"name": "DBUM Standard SQL Tuning Access UA 7",
"displayName": "DBUM Standard SQL Tuning Access UA 7",
"accountProfileId": "84321700-1a93-4cf2-9226-3f4c26fd9768"
}
],
"identities": [
{
"id": "globalId.OCI.bd49ff2a-xxxx-4242-8975-9ba235fbb0ec.9f6e4161d84394960469c2af598b63d4",
"name": "Adam Steve",
"displayName": "Adam Steve",
"owners": null
}
],
"attributes": {
},
"approvalRequests": [
{
"id": "INPROGRESS_abdef814-xxxx-472d-8387-974013591139",
"requestor": "Amel Maclead",
"beneficiary": "Adam Steve",
"beneficiaryEmail": "Adam Steve.example.com",
"status": "FAILED",
"assignmentName": "DBUM Standard SQL Tuning Access UA 7",
"assignmentType": "ACCESS_BUNDLE",
"assignmentDescription": "DBUM AB UA API",
"requestType": "NO_WORKFLOW",
"timeUpdated": "2025-04-28T08:55:09.285Z",
"failedDueToAccessGuardrailViolations": true
}
]
}
承認済ステータスおよび違反発生なしのアクセス・リクエストの詳細の取得
アクセス・ガードレールで定義された条件に合格するアイデンティティをリクエストすると、違反は発生せず、リクエストは承認ワークフローに従います。 この場合、このアクセス・バンドルに承認ワークフローは不要だったため、「承認済」です。
{
"id" : "428c4xxx55c-163c-4ca7-aecb-a6c9da6da507",
"justification" : "Request Access to Access Bundles Violation Passed",
"requestStatus" : "APPROVED",
"timeCreated" : "2025-04-28T09:12:14.761Z",
"timeUpdated" : "2025-04-28T09:12:14.761Z",
"createdBy" : "globalId.1251xxx23c3-eedc-4d6a-b6d4-6c0f6537bad2.18.02e36bbb4b201421b44aa046b3ceb16a",
"permissionRoles" : [ ],
"accessBundles" : [ {
"id" : "43432xxx89f-928d-4255-abbe-2d76e639d38e",
"name" : "DBUM Standard SQL Tuning Access UA 7",
"displayName" : "DBUM Standard SQL Tuning Access UA 7",
"accountProfileId" : "84321xxx700-1a93-4cf2-9226-3f4c26fd9768"
} ],
"identities" : [ {
"id" : "globalId.1251xxx23c3-eedc-4d6a-b6d4-6c0f6537bad2.55045.02e36bbb4b201421b44aa046b3ceb16a",
"name" : "Bill Clark",
"displayName" : "Bill Clark",
"owners" : null
} ],
"attributes" : { },
"approvalRequests" : [ {
"id" : "NOWORKFLOW_cea6xxx6f6b-d372-47c5-8755-0a05cf04fe14",
"requestor" : "Ama Maclead",
"beneficiary" : "Bill Clark",
"beneficiaryEmail" : "bill.clark@oracle.com",
"status" : "APPROVED",
"assignmentName" : "DBUM Standard SQL Tuning Access UA 7",
"assignmentType" : "ACCESS_BUNDLE",
"assignmentDescription" : "DBUM AB UA API",
"requestType" : "NO_WORKFLOW",
"timeUpdated" : "2025-04-28T09:12:14.761Z",
"failedDueToAccessGuardrailViolations" : false
} ]
}