Language

IdentityIntegrationAuthenticationPolicyData Class

Definition

Authentication policy resource for identity integration.

public class IdentityIntegrationAuthenticationPolicyData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.IdentityIntegrationAuthenticationPolicyData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.IdentityIntegrationAuthenticationPolicyData>
type IdentityIntegrationAuthenticationPolicyData = class
    inherit NetworkTrackedResourceData
    interface IJsonModel<IdentityIntegrationAuthenticationPolicyData>
    interface IPersistableModel<IdentityIntegrationAuthenticationPolicyData>
Public Class IdentityIntegrationAuthenticationPolicyData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of IdentityIntegrationAuthenticationPolicyData), IPersistableModel(Of IdentityIntegrationAuthenticationPolicyData)
Inheritance
IdentityIntegrationAuthenticationPolicyData
Implements

Constructors

Name Description
IdentityIntegrationAuthenticationPolicyData()

Initializes a new instance of IdentityIntegrationAuthenticationPolicyData.

Properties

Name Description
ETag

A unique read-only string that changes whenever the resource is updated.

Id

Resource ID.

(Inherited from NetworkTrackedResourceData)
Identity

The user-assigned identity used by a user sign-in policy to access its Key Vault client secret.

Location

Resource location.

(Inherited from NetworkTrackedResourceData)
Name

Resource name.

(Inherited from NetworkTrackedResourceData)
Properties

Properties of the authentication policy.

ResourceType

Compatibility member.

(Inherited from NetworkTrackedResourceData)
SystemData

The system metadata related to this resource.

Tags

Resource tags.

(Inherited from NetworkTrackedResourceData)
Type

Resource type.

(Inherited from NetworkTrackedResourceData)

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<IdentityIntegrationAuthenticationPolicyData>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<IdentityIntegrationAuthenticationPolicyData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<IdentityIntegrationAuthenticationPolicyData>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<IdentityIntegrationAuthenticationPolicyData>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<IdentityIntegrationAuthenticationPolicyData>.Write(ModelReaderWriterOptions)
IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to