Share via


IAllowedPrincipals Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AllowedPrincipalsTypeConverter))]
public interface IAllowedPrincipals : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.AllowedPrincipalsTypeConverter))>]
type IAllowedPrincipals = interface
    interface IJsonSerializable
Public Interface IAllowedPrincipals
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Group

The list of the allowed groups.

Identity

The list of the allowed identities.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to