C# Class Microsoft.Azure.Commands.KeyVault.SetAzureKeyVaultAccessPolicy

Inheritance: KeyVaultManagementCmdletBase
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
IsMeaningfulPermissionSet bool
MatchVaultAccessPolicyIdentity bool

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Private Methods

Method Description
IsMeaningfulPermissionSet ( string perms ) : bool
MatchVaultAccessPolicyIdentity ( Microsoft.Azure.Commands.KeyVault.Models ap, System.Guid objectId, System.Guid applicationId ) : bool

Method Details

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void