DefaultAuthorizationPolicy Class
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.
The configuration settings of the Azure Active Directory default authorization policy.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.DefaultAuthorizationPolicyTypeConverter))]
public class DefaultAuthorizationPolicy : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IDefaultAuthorizationPolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.DefaultAuthorizationPolicyTypeConverter))>]
type DefaultAuthorizationPolicy = class
interface IDefaultAuthorizationPolicy
interface IJsonSerializable
Public Class DefaultAuthorizationPolicy
Implements IDefaultAuthorizationPolicy
- Inheritance
-
DefaultAuthorizationPolicy
- Attributes
- Implements
Constructors
DefaultAuthorizationPolicy() |
Creates an new DefaultAuthorizationPolicy instance. |
Properties
AllowedApplication |
The configuration settings of the Azure Active Directory allowed applications. |
AllowedPrincipalGroup |
The list of the allowed groups. |
AllowedPrincipalIdentity |
The list of the allowed identities. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DefaultAuthorizationPolicy. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DefaultAuthorizationPolicy. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IDefaultAuthorizationPolicy. |
FromJsonString(String) |
Creates a new instance of DefaultAuthorizationPolicy, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DefaultAuthorizationPolicy into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |