FlowAccessControlConfiguration 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.
The access control configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FlowAccessControlConfigurationTypeConverter))]
public class FlowAccessControlConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFlowAccessControlConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FlowAccessControlConfigurationTypeConverter))>]
type FlowAccessControlConfiguration = class
interface IFlowAccessControlConfiguration
interface IJsonSerializable
Public Class FlowAccessControlConfiguration
Implements IFlowAccessControlConfiguration
- Inheritance
-
FlowAccessControlConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FlowAccessControlConfiguration() |
Creates an new FlowAccessControlConfiguration instance. |
Properties
| Name | Description |
|---|---|
| ActionAllowedCallerIPAddress |
The allowed caller IP address ranges. |
| ActionsOpenAuthenticationPoliciesPolicy |
Open authentication policies. |
| ContentAllowedCallerIPAddress |
The allowed caller IP address ranges. |
| ContentsOpenAuthenticationPoliciesPolicy |
Open authentication policies. |
| TriggerAllowedCallerIPAddress |
The allowed caller IP address ranges. |
| TriggersOpenAuthenticationPoliciesPolicy |
Open authentication policies. |
| WorkflowManagementAllowedCallerIPAddress |
The allowed caller IP address ranges. |
| WorkflowManagementOpenAuthenticationPoliciesPolicy |
Open authentication policies. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FlowAccessControlConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FlowAccessControlConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFlowAccessControlConfiguration. |
| FromJsonString(String) |
Creates a new instance of FlowAccessControlConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of FlowAccessControlConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |