Share via


ApiKvReference Class

Definition

Description of site key vault references.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ApiKvReferenceTypeConverter))]
public class ApiKvReference : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IApiKvReference, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ApiKvReferenceTypeConverter))>]
type ApiKvReference = class
    interface IApiKvReference
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class ApiKvReference
Implements IApiKvReference, IValidates
Inheritance
ApiKvReference
Attributes
Implements

Constructors

ApiKvReference()

Creates an new ApiKvReference instance.

Properties

ActiveVersion
Detail
Id

Resource Id.

IdentityTypePrincipalId

Principal Id of managed service identity.

IdentityTypeTenantId

Tenant of managed service identity.

IdentityTypeUserAssignedIdentity

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}

Kind

Kind of resource.

Name

Resource Name.

PropertiesIdentityTypeType

Type of managed service identity.

Reference
SecretName
SecretVersion
Source
Status
Type

Resource type.

VaultName

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApiKvReference.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiKvReference.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IApiKvReference.

FromJsonString(String)

Creates a new instance of ApiKvReference, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiKvReference into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to