FilesIdentityBasedAuthentication Class

Definition

Settings for Azure Files identity based authentication.

public class FilesIdentityBasedAuthentication : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.FilesIdentityBasedAuthentication>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.FilesIdentityBasedAuthentication>
public class FilesIdentityBasedAuthentication
type FilesIdentityBasedAuthentication = class
    interface IJsonModel<FilesIdentityBasedAuthentication>
    interface IPersistableModel<FilesIdentityBasedAuthentication>
type FilesIdentityBasedAuthentication = class
Public Class FilesIdentityBasedAuthentication
Implements IJsonModel(Of FilesIdentityBasedAuthentication), IPersistableModel(Of FilesIdentityBasedAuthentication)
Public Class FilesIdentityBasedAuthentication
Inheritance
FilesIdentityBasedAuthentication
Implements

Constructors

FilesIdentityBasedAuthentication(DirectoryServiceOption)

Initializes a new instance of FilesIdentityBasedAuthentication.

Properties

ActiveDirectoryProperties

Required if directoryServiceOptions are AD, optional if they are AADKERB.

DefaultSharePermission

Default share permission for users using Kerberos authentication if RBAC role is not assigned.

DirectoryServiceOptions

Indicates the directory service used. Note that this enum may be extended in the future.

Explicit Interface Implementations

IJsonModel<FilesIdentityBasedAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FilesIdentityBasedAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FilesIdentityBasedAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FilesIdentityBasedAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FilesIdentityBasedAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to