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.
public class OpenAuthenticationAccessPolicy : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.OpenAuthenticationAccessPolicy>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.OpenAuthenticationAccessPolicy>
type OpenAuthenticationAccessPolicy = class
interface IJsonModel<OpenAuthenticationAccessPolicy>
interface IPersistableModel<OpenAuthenticationAccessPolicy>
Public Class OpenAuthenticationAccessPolicy
Implements IJsonModel(Of OpenAuthenticationAccessPolicy), IPersistableModel(Of OpenAuthenticationAccessPolicy)
- Inheritance
-
OpenAuthenticationAccessPolicy
- Implements
Constructors
OpenAuthenticationAccessPolicy() |
Initializes a new instance of OpenAuthenticationAccessPolicy. |
Properties
Claims |
The access policy claims. |
ProviderType |
Type of provider for OAuth. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OpenAuthenticationAccessPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OpenAuthenticationAccessPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OpenAuthenticationAccessPolicy>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OpenAuthenticationAccessPolicy>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OpenAuthenticationAccessPolicy>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET