IBM · Arazzo Workflow
IBM Cloud IAM Update a Trusted Profile Claim Rule
Version 1.0.0
Locate a claim rule on a profile, read its entity tag, and update its conditions under If-Match.
View Spec
View on GitHub
API ManagementArtificial IntelligenceBillingCloud ComputingContainersData GovernanceDatabasesDevOpsEnterpriseGenerative AIHybrid CloudInfrastructureMachine-LearningNetworkingObservabilitySecurityServerlessStorageWatsonWatsonxFortune 100ArazzoWorkflows
Provider
Workflows
maintain-claim-rule
Read a trusted profile's claim rule and update its conditions with optimistic concurrency.
Lists the profile's claim rules, reads the target rule to capture its entity tag and existing conditions, and applies an updated realm, condition, and session expiration guarded by If-Match.
1
listProfileRules
List every claim rule on the profile so the change is made with full sight of the other trust paths into this identity, not just the one being edited.
2
readTargetRule
Read the specific rule to capture its current conditions and entity tag. The existing conditions are what the update is diffed against by whoever reviews this change.
3
updateRuleConditions
Apply the updated realm, condition, and session expiration. The rule type is carried through from the read so a SAML rule is never accidentally converted into a compute resource rule, and If-Match ensures the rule has not shifted underneath this edit.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.