Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — ApplicationPasswordCredentials

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

Run with Naftiko Microsoft AzureApplicationPasswordCredentials

What You Can Do

GET
Microsoftazureapplicationslistpasswordcredentials — Microsoft Azure Get Tenantid Applications Applicationobjectid Passwordcredentials
/v1/{tenantid}/applications/{applicationobjectid}/passwordcredentials
PATCH
Microsoftazureapplicationsupdatepasswordcredentials — Microsoft Azure Patch Tenantid Applications Applicationobjectid Passwordcredentials
/v1/{tenantid}/applications/{applicationobjectid}/passwordcredentials

MCP Tools

microsoft-azure-get-tenantid-applications

Microsoft Azure Get Tenantid Applications Applicationobjectid Passwordcredentials

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

Microsoft Azure Patch Tenantid Applications Applicationobjectid Passwordcredentials

idempotent

Capability Spec

graphrbacmanagementclient-applicationpasswordcredentials.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — ApplicationPasswordCredentials
  description: 'Microsoft Azure GraphRbacManagementClient — ApplicationPasswordCredentials. 2 operations. Lead operation:
    Microsoft Azure Get Tenantid Applications Applicationobjectid Passwordcredentials. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ApplicationPasswordCredentials
  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-applicationpasswordcredentials
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — ApplicationPasswordCredentials business capability. Self-contained,
      no shared references.
    resources:
    - name: tenantID-applications-applicationObjectId-passwordCredentials
      path: /{tenantID}/applications/{applicationObjectId}/passwordCredentials
      operations:
      - name: microsoftazureapplicationslistpasswordcredentials
        method: GET
        description: Microsoft Azure Get Tenantid Applications Applicationobjectid Passwordcredentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationObjectId
          in: path
          type: string
          description: Application object ID.
          required: true
      - name: microsoftazureapplicationsupdatepasswordcredentials
        method: PATCH
        description: Microsoft Azure Patch Tenantid Applications Applicationobjectid Passwordcredentials
        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 passwordCredentials of an existing application.
          required: true
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-applicationpasswordcredentials-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — ApplicationPasswordCredentials. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/applications/{applicationobjectid}/passwordcredentials
      name: tenantid-applications-applicationobjectid-passwordcredentials
      description: REST surface for tenantID-applications-applicationObjectId-passwordCredentials.
      operations:
      - method: GET
        name: microsoftazureapplicationslistpasswordcredentials
        description: Microsoft Azure Get Tenantid Applications Applicationobjectid Passwordcredentials
        call: graphrbacmanagementclient-applicationpasswordcredentials.microsoftazureapplicationslistpasswordcredentials
        with:
          applicationObjectId: rest.applicationObjectId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureapplicationsupdatepasswordcredentials
        description: Microsoft Azure Patch Tenantid Applications Applicationobjectid Passwordcredentials
        call: graphrbacmanagementclient-applicationpasswordcredentials.microsoftazureapplicationsupdatepasswordcredentials
        with:
          applicationObjectId: rest.applicationObjectId
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-applicationpasswordcredentials-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — ApplicationPasswordCredentials. 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 Passwordcredentials
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-applicationpasswordcredentials.microsoftazureapplicationslistpasswordcredentials
      with:
        applicationObjectId: tools.applicationObjectId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-tenantid-applications
      description: Microsoft Azure Patch Tenantid Applications Applicationobjectid Passwordcredentials
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-applicationpasswordcredentials.microsoftazureapplicationsupdatepasswordcredentials
      with:
        applicationObjectId: tools.applicationObjectId
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.