IKeyVaultCredentialSettings.ServicePrincipalSecret Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service principal name secret to access key vault.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Service principal name secret to access key vault.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="servicePrincipalSecret")]
public string ServicePrincipalSecret { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Service principal name secret to access key vault.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="servicePrincipalSecret")>]
member this.ServicePrincipalSecret : string with get, set
Public Property ServicePrincipalSecret As String
Property Value
- Attributes