76 строки
2.0 KiB
YAML
76 строки
2.0 KiB
YAML
### YamlMime:PowershellCmdlet
|
|
summary: |-
|
|
Removes a password credential from a service principal.
|
|
module: AzureAD
|
|
notes: ""
|
|
syntaxes:
|
|
- >-
|
|
Remove-AzureADServicePrincipalPasswordCredential -ObjectId <String> -KeyId <String>
|
|
|
|
[-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
|
|
examples:
|
|
- title: Example 1
|
|
code: |-
|
|
PS C:\> {{ Add example code here }}
|
|
description: |-
|
|
{{ Add example description here }}
|
|
summary: ""
|
|
parameters:
|
|
- type: <xref href="ActionPreference" data-throw-if-not-resolved="False" />
|
|
name: InformationAction
|
|
description: |+
|
|
Specifies how this cmdlet responds to an information event.
|
|
The acceptable values for this parameter are:
|
|
|
|
- Continue
|
|
- Ignore
|
|
- Inquire
|
|
- SilentlyContinue
|
|
- Stop
|
|
- Suspend
|
|
|
|
defaultValue: None
|
|
position: Named
|
|
aliases: infa
|
|
parameterValueGroup: ""
|
|
- type: <xref href="String" data-throw-if-not-resolved="False" />
|
|
name: InformationVariable
|
|
description: |+
|
|
Specifies an information variable.
|
|
|
|
defaultValue: None
|
|
position: Named
|
|
aliases: iv
|
|
parameterValueGroup: ""
|
|
- type: <xref href="String" data-throw-if-not-resolved="False" />
|
|
name: KeyId
|
|
isRequired: true
|
|
description: |+
|
|
@{Text=}
|
|
|
|
defaultValue: None
|
|
pipelineInput: true
|
|
position: Named
|
|
aliases: ""
|
|
parameterValueGroup: ""
|
|
- type: <xref href="String" data-throw-if-not-resolved="False" />
|
|
name: ObjectId
|
|
isRequired: true
|
|
description: |+
|
|
Specifies the ID of an application in Azure AD.
|
|
|
|
defaultValue: None
|
|
pipelineInput: true
|
|
position: Named
|
|
aliases: ""
|
|
parameterValueGroup: ""
|
|
uid: AzureAD.Remove-AzureADServicePrincipalPasswordCredential
|
|
name: Remove-AzureADServicePrincipalPasswordCredential
|
|
description: |-
|
|
The Remove-AzureADServicePrincipalPasswordCredential cmdlet removes a password credential from a service principal in Azure Active Directory (AD).
|
|
metadata:
|
|
external help file: Microsoft.Open.AzureAD16.Graph.PowerShell.Custom.dll-Help.xml
|
|
Module Name: AzureAD
|
|
online version: ""
|
|
schema: 2.0.0
|