OpenAuthenticationAccessPolicies1 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.
AuthenticationPolicy of type Open.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.OpenAuthenticationAccessPolicies1TypeConverter))]
public class OpenAuthenticationAccessPolicies1 : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IOpenAuthenticationAccessPolicies1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.OpenAuthenticationAccessPolicies1TypeConverter))>]
type OpenAuthenticationAccessPolicies1 = class
interface IOpenAuthenticationAccessPolicies1
interface IJsonSerializable
Public Class OpenAuthenticationAccessPolicies1
Implements IOpenAuthenticationAccessPolicies1
- Inheritance
-
OpenAuthenticationAccessPolicies1
- Attributes
- Implements
Constructors
OpenAuthenticationAccessPolicies1() |
Creates an new OpenAuthenticationAccessPolicies1 instance. |
Properties
Policy |
Open authentication policies. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OpenAuthenticationAccessPolicies1. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OpenAuthenticationAccessPolicies1. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IOpenAuthenticationAccessPolicies1. |
FromJsonString(String) |
Creates a new instance of OpenAuthenticationAccessPolicies1, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OpenAuthenticationAccessPolicies1 into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |