Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — ApplicationKeyCredentials

Microsoft Azure GraphRbacManagementClient — ApplicationKeyCredentials. 2 operations. Lead operation: Microsoft Azure Get Tenantid Applications Applicationobjectid Keycredentials. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureApplicationKeyCredentials

What You Can Do

GET
Microsoftazureapplicationslistkeycredentials — Microsoft Azure Get Tenantid Applications Applicationobjectid Keycredentials
/v1/{tenantid}/applications/{applicationobjectid}/keycredentials
PATCH
Microsoftazureapplicationsupdatekeycredentials — Microsoft Azure Patch Tenantid Applications Applicationobjectid Keycredentials
/v1/{tenantid}/applications/{applicationobjectid}/keycredentials

MCP Tools

microsoft-azure-get-tenantid-applications

Microsoft Azure Get Tenantid Applications Applicationobjectid Keycredentials

read-only idempotent
microsoft-azure-patch-tenantid-applications

Microsoft Azure Patch Tenantid Applications Applicationobjectid Keycredentials

idempotent

Capability Spec

graphrbacmanagementclient-applicationkeycredentials.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — ApplicationKeyCredentials
  description: 'Microsoft Azure GraphRbacManagementClient — ApplicationKeyCredentials. 2 operations. Lead operation: Microsoft
    Azure Get Tenantid Applications Applicationobjectid Keycredentials. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - ApplicationKeyCredentials
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: graphrbacmanagementclient-applicationkeycredentials
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — ApplicationKeyCredentials business capability. Self-contained,
      no shared references.
    resources:
    - name: tenantID-applications-applicationObjectId-keyCredentials
      path: /{tenantID}/applications/{applicationObjectId}/keyCredentials
      operations:
      - name: microsoftazureapplicationslistkeycredentials
        method: GET
        description: Microsoft Azure Get Tenantid Applications Applicationobjectid Keycredentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationObjectId
          in: path
          type: string
          description: Application object ID.
          required: true
      - name: microsoftazureapplicationsupdatekeycredentials
        method: PATCH
        description: Microsoft Azure Patch Tenantid Applications Applicationobjectid Keycredentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationObjectId
          in: path
          type: string
          description: Application object ID.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters to update the keyCredentials of an existing application.
          required: true
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-applicationkeycredentials-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — ApplicationKeyCredentials. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/applications/{applicationobjectid}/keycredentials
      name: tenantid-applications-applicationobjectid-keycredentials
      description: REST surface for tenantID-applications-applicationObjectId-keyCredentials.
      operations:
      - method: GET
        name: microsoftazureapplicationslistkeycredentials
        description: Microsoft Azure Get Tenantid Applications Applicationobjectid Keycredentials
        call: graphrbacmanagementclient-applicationkeycredentials.microsoftazureapplicationslistkeycredentials
        with:
          applicationObjectId: rest.applicationObjectId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureapplicationsupdatekeycredentials
        description: Microsoft Azure Patch Tenantid Applications Applicationobjectid Keycredentials
        call: graphrbacmanagementclient-applicationkeycredentials.microsoftazureapplicationsupdatekeycredentials
        with:
          applicationObjectId: rest.applicationObjectId
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-applicationkeycredentials-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — ApplicationKeyCredentials. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-tenantid-applications
      description: Microsoft Azure Get Tenantid Applications Applicationobjectid Keycredentials
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-applicationkeycredentials.microsoftazureapplicationslistkeycredentials
      with:
        applicationObjectId: tools.applicationObjectId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-tenantid-applications
      description: Microsoft Azure Patch Tenantid Applications Applicationobjectid Keycredentials
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-applicationkeycredentials.microsoftazureapplicationsupdatekeycredentials
      with:
        applicationObjectId: tools.applicationObjectId
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.