OpenAuthenticationAccessPolicy 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.
Open authentication access policy defined by user.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.OpenAuthenticationAccessPolicyTypeConverter))]
public class OpenAuthenticationAccessPolicy : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IOpenAuthenticationAccessPolicy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.OpenAuthenticationAccessPolicyTypeConverter))>]
type OpenAuthenticationAccessPolicy = class
interface IOpenAuthenticationAccessPolicy
interface IJsonSerializable
Public Class OpenAuthenticationAccessPolicy
Implements IOpenAuthenticationAccessPolicy
- Inheritance
-
OpenAuthenticationAccessPolicy
- Attributes
- Implements
Constructors
OpenAuthenticationAccessPolicy() |
Creates an new OpenAuthenticationAccessPolicy instance. |
Properties
Claim |
The access policy claims. |
Type |
Type of provider for OAuth. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OpenAuthenticationAccessPolicy. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OpenAuthenticationAccessPolicy. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IOpenAuthenticationAccessPolicy. |
FromJsonString(String) |
Creates a new instance of OpenAuthenticationAccessPolicy, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OpenAuthenticationAccessPolicy into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |