Viewing docs for Databricks v1.91.1
published on Friday, May 1, 2026 by Pulumi
published on Friday, May 1, 2026 by Pulumi
Viewing docs for Databricks v1.91.1
published on Friday, May 1, 2026 by Pulumi
published on Friday, May 1, 2026 by Pulumi
This data source can be used to fetch the list of network policies.
Note This data source can only be used with an account-level provider!
Example Usage
Getting a list of all network policies:
import * as pulumi from "@pulumi/pulumi";
import * as databricks from "@pulumi/databricks";
const all = databricks.getAccountNetworkPolicies({});
import pulumi
import pulumi_databricks as databricks
all = databricks.get_account_network_policies()
package main
import (
"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := databricks.GetAccountNetworkPolicies(ctx, map[string]interface{}{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Databricks = Pulumi.Databricks;
return await Deployment.RunAsync(() =>
{
var all = Databricks.Index.GetAccountNetworkPolicies.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.databricks.DatabricksFunctions;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var all = DatabricksFunctions.getAccountNetworkPolicies(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference);
}
}
variables:
all:
fn::invoke:
function: databricks:getAccountNetworkPolicies
arguments: {}
Using getAccountNetworkPolicies
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAccountNetworkPolicies(opts?: InvokeOptions): Promise<GetAccountNetworkPoliciesResult>
function getAccountNetworkPoliciesOutput(opts?: InvokeOptions): Output<GetAccountNetworkPoliciesResult>def get_account_network_policies(opts: Optional[InvokeOptions] = None) -> GetAccountNetworkPoliciesResult
def get_account_network_policies_output(opts: Optional[InvokeOptions] = None) -> Output[GetAccountNetworkPoliciesResult]func GetAccountNetworkPolicies(ctx *Context, opts ...InvokeOption) (*GetAccountNetworkPoliciesResult, error)
func GetAccountNetworkPoliciesOutput(ctx *Context, opts ...InvokeOption) GetAccountNetworkPoliciesResultOutput> Note: This function is named GetAccountNetworkPolicies in the Go SDK.
public static class GetAccountNetworkPolicies
{
public static Task<GetAccountNetworkPoliciesResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetAccountNetworkPoliciesResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetAccountNetworkPoliciesResult> getAccountNetworkPolicies(InvokeOptions options)
public static Output<GetAccountNetworkPoliciesResult> getAccountNetworkPolicies(InvokeOptions options)
fn::invoke:
function: databricks:index/getAccountNetworkPolicies:getAccountNetworkPolicies
arguments:
# arguments dictionarygetAccountNetworkPolicies Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
List<Get
Account Network Policies Item>
- Id string
- The provider-assigned unique ID for this managed resource.
- Items
[]Get
Account Network Policies Item
- id String
- The provider-assigned unique ID for this managed resource.
- items
List<Get
Account Network Policies Item>
- id string
- The provider-assigned unique ID for this managed resource.
- items
Get
Account Network Policies Item[]
- id str
- The provider-assigned unique ID for this managed resource.
- items
Sequence[Get
Account Network Policies Item]
- id String
- The provider-assigned unique ID for this managed resource.
- items List<Property Map>
Supporting Types
GetAccountNetworkPoliciesItem
- Account
Id string - (string) - The associated account ID for this Network Policy object
- Egress
Get
Account Network Policies Item Egress - (NetworkPolicyEgress) - The network policies applying for egress traffic
- Ingress
Get
Account Network Policies Item Ingress - (CustomerFacingIngressNetworkPolicy) - The network policies applying for ingress traffic
- Ingress
Dry GetRun Account Network Policies Item Ingress Dry Run - (CustomerFacingIngressNetworkPolicy) - The ingress policy for dry run mode. Dry run will always run even if the request is allowed by the ingress policy. When this field is set, the policy will be evaluated and emit logs only without blocking requests
- Network
Policy stringId - (string) - The unique identifier for the network policy
- Account
Id string - (string) - The associated account ID for this Network Policy object
- Egress
Get
Account Network Policies Item Egress - (NetworkPolicyEgress) - The network policies applying for egress traffic
- Ingress
Get
Account Network Policies Item Ingress - (CustomerFacingIngressNetworkPolicy) - The network policies applying for ingress traffic
- Ingress
Dry GetRun Account Network Policies Item Ingress Dry Run - (CustomerFacingIngressNetworkPolicy) - The ingress policy for dry run mode. Dry run will always run even if the request is allowed by the ingress policy. When this field is set, the policy will be evaluated and emit logs only without blocking requests
- Network
Policy stringId - (string) - The unique identifier for the network policy
- account
Id String - (string) - The associated account ID for this Network Policy object
- egress
Get
Account Network Policies Item Egress - (NetworkPolicyEgress) - The network policies applying for egress traffic
- ingress
Get
Account Network Policies Item Ingress - (CustomerFacingIngressNetworkPolicy) - The network policies applying for ingress traffic
- ingress
Dry GetRun Account Network Policies Item Ingress Dry Run - (CustomerFacingIngressNetworkPolicy) - The ingress policy for dry run mode. Dry run will always run even if the request is allowed by the ingress policy. When this field is set, the policy will be evaluated and emit logs only without blocking requests
- network
Policy StringId - (string) - The unique identifier for the network policy
- account
Id string - (string) - The associated account ID for this Network Policy object
- egress
Get
Account Network Policies Item Egress - (NetworkPolicyEgress) - The network policies applying for egress traffic
- ingress
Get
Account Network Policies Item Ingress - (CustomerFacingIngressNetworkPolicy) - The network policies applying for ingress traffic
- ingress
Dry GetRun Account Network Policies Item Ingress Dry Run - (CustomerFacingIngressNetworkPolicy) - The ingress policy for dry run mode. Dry run will always run even if the request is allowed by the ingress policy. When this field is set, the policy will be evaluated and emit logs only without blocking requests
- network
Policy stringId - (string) - The unique identifier for the network policy
- account_
id str - (string) - The associated account ID for this Network Policy object
- egress
Get
Account Network Policies Item Egress - (NetworkPolicyEgress) - The network policies applying for egress traffic
- ingress
Get
Account Network Policies Item Ingress - (CustomerFacingIngressNetworkPolicy) - The network policies applying for ingress traffic
- ingress_
dry_ Getrun Account Network Policies Item Ingress Dry Run - (CustomerFacingIngressNetworkPolicy) - The ingress policy for dry run mode. Dry run will always run even if the request is allowed by the ingress policy. When this field is set, the policy will be evaluated and emit logs only without blocking requests
- network_
policy_ strid - (string) - The unique identifier for the network policy
- account
Id String - (string) - The associated account ID for this Network Policy object
- egress Property Map
- (NetworkPolicyEgress) - The network policies applying for egress traffic
- ingress Property Map
- (CustomerFacingIngressNetworkPolicy) - The network policies applying for ingress traffic
- ingress
Dry Property MapRun - (CustomerFacingIngressNetworkPolicy) - The ingress policy for dry run mode. Dry run will always run even if the request is allowed by the ingress policy. When this field is set, the policy will be evaluated and emit logs only without blocking requests
- network
Policy StringId - (string) - The unique identifier for the network policy
GetAccountNetworkPoliciesItemEgress
- Network
Access GetAccount Network Policies Item Egress Network Access - (EgressNetworkPolicyNetworkAccessPolicy) - The access policy enforced for egress traffic to the internet
- Network
Access GetAccount Network Policies Item Egress Network Access - (EgressNetworkPolicyNetworkAccessPolicy) - The access policy enforced for egress traffic to the internet
- network
Access GetAccount Network Policies Item Egress Network Access - (EgressNetworkPolicyNetworkAccessPolicy) - The access policy enforced for egress traffic to the internet
- network
Access GetAccount Network Policies Item Egress Network Access - (EgressNetworkPolicyNetworkAccessPolicy) - The access policy enforced for egress traffic to the internet
- network_
access GetAccount Network Policies Item Egress Network Access - (EgressNetworkPolicyNetworkAccessPolicy) - The access policy enforced for egress traffic to the internet
- network
Access Property Map - (EgressNetworkPolicyNetworkAccessPolicy) - The access policy enforced for egress traffic to the internet
GetAccountNetworkPoliciesItemEgressNetworkAccess
- Restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - Allowed
Internet List<GetDestinations Account Network Policies Item Egress Network Access Allowed Internet Destination> - (list of EgressNetworkPolicyNetworkAccessPolicyInternetDestination) - List of internet destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- Allowed
Storage List<GetDestinations Account Network Policies Item Egress Network Access Allowed Storage Destination> - (list of EgressNetworkPolicyNetworkAccessPolicyStorageDestination) - List of storage destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- Policy
Enforcement GetAccount Network Policies Item Egress Network Access Policy Enforcement - (EgressNetworkPolicyNetworkAccessPolicyPolicyEnforcement) - Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
- Restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - Allowed
Internet []GetDestinations Account Network Policies Item Egress Network Access Allowed Internet Destination - (list of EgressNetworkPolicyNetworkAccessPolicyInternetDestination) - List of internet destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- Allowed
Storage []GetDestinations Account Network Policies Item Egress Network Access Allowed Storage Destination - (list of EgressNetworkPolicyNetworkAccessPolicyStorageDestination) - List of storage destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- Policy
Enforcement GetAccount Network Policies Item Egress Network Access Policy Enforcement - (EgressNetworkPolicyNetworkAccessPolicyPolicyEnforcement) - Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
- restriction
Mode String - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allowed
Internet List<GetDestinations Account Network Policies Item Egress Network Access Allowed Internet Destination> - (list of EgressNetworkPolicyNetworkAccessPolicyInternetDestination) - List of internet destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- allowed
Storage List<GetDestinations Account Network Policies Item Egress Network Access Allowed Storage Destination> - (list of EgressNetworkPolicyNetworkAccessPolicyStorageDestination) - List of storage destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- policy
Enforcement GetAccount Network Policies Item Egress Network Access Policy Enforcement - (EgressNetworkPolicyNetworkAccessPolicyPolicyEnforcement) - Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
- restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allowed
Internet GetDestinations Account Network Policies Item Egress Network Access Allowed Internet Destination[] - (list of EgressNetworkPolicyNetworkAccessPolicyInternetDestination) - List of internet destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- allowed
Storage GetDestinations Account Network Policies Item Egress Network Access Allowed Storage Destination[] - (list of EgressNetworkPolicyNetworkAccessPolicyStorageDestination) - List of storage destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- policy
Enforcement GetAccount Network Policies Item Egress Network Access Policy Enforcement - (EgressNetworkPolicyNetworkAccessPolicyPolicyEnforcement) - Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
- restriction_
mode str - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allowed_
internet_ Sequence[Getdestinations Account Network Policies Item Egress Network Access Allowed Internet Destination] - (list of EgressNetworkPolicyNetworkAccessPolicyInternetDestination) - List of internet destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- allowed_
storage_ Sequence[Getdestinations Account Network Policies Item Egress Network Access Allowed Storage Destination] - (list of EgressNetworkPolicyNetworkAccessPolicyStorageDestination) - List of storage destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- policy_
enforcement GetAccount Network Policies Item Egress Network Access Policy Enforcement - (EgressNetworkPolicyNetworkAccessPolicyPolicyEnforcement) - Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
- restriction
Mode String - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allowed
Internet List<Property Map>Destinations - (list of EgressNetworkPolicyNetworkAccessPolicyInternetDestination) - List of internet destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- allowed
Storage List<Property Map>Destinations - (list of EgressNetworkPolicyNetworkAccessPolicyStorageDestination) - List of storage destinations that serverless workloads are allowed to access when in RESTRICTED_ACCESS mode
- policy
Enforcement Property Map - (EgressNetworkPolicyNetworkAccessPolicyPolicyEnforcement) - Optional. When policyEnforcement is not provided, we default to ENFORCE_MODE_ALL_SERVICES
GetAccountNetworkPoliciesItemEgressNetworkAccessAllowedInternetDestination
- Destination string
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Internet
Destination stringType - (string) - The type of internet destination. Currently only DNS_NAME is supported. Possible values are:
DNS_NAME
- Destination string
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Internet
Destination stringType - (string) - The type of internet destination. Currently only DNS_NAME is supported. Possible values are:
DNS_NAME
- destination String
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- internet
Destination StringType - (string) - The type of internet destination. Currently only DNS_NAME is supported. Possible values are:
DNS_NAME
- destination string
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- internet
Destination stringType - (string) - The type of internet destination. Currently only DNS_NAME is supported. Possible values are:
DNS_NAME
- destination str
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- internet_
destination_ strtype - (string) - The type of internet destination. Currently only DNS_NAME is supported. Possible values are:
DNS_NAME
- destination String
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- internet
Destination StringType - (string) - The type of internet destination. Currently only DNS_NAME is supported. Possible values are:
DNS_NAME
GetAccountNetworkPoliciesItemEgressNetworkAccessAllowedStorageDestination
- Azure
Storage stringAccount - (string) - The Azure storage account name
- Azure
Storage stringService - (string) - The Azure storage service type (blob, dfs, etc.)
- Bucket
Name string - (string)
- Region string
- (string)
- Storage
Destination stringType - (string) - The type of storage destination. Possible values are:
AWS_S3,AZURE_STORAGE,GOOGLE_CLOUD_STORAGE
- Azure
Storage stringAccount - (string) - The Azure storage account name
- Azure
Storage stringService - (string) - The Azure storage service type (blob, dfs, etc.)
- Bucket
Name string - (string)
- Region string
- (string)
- Storage
Destination stringType - (string) - The type of storage destination. Possible values are:
AWS_S3,AZURE_STORAGE,GOOGLE_CLOUD_STORAGE
- azure
Storage StringAccount - (string) - The Azure storage account name
- azure
Storage StringService - (string) - The Azure storage service type (blob, dfs, etc.)
- bucket
Name String - (string)
- region String
- (string)
- storage
Destination StringType - (string) - The type of storage destination. Possible values are:
AWS_S3,AZURE_STORAGE,GOOGLE_CLOUD_STORAGE
- azure
Storage stringAccount - (string) - The Azure storage account name
- azure
Storage stringService - (string) - The Azure storage service type (blob, dfs, etc.)
- bucket
Name string - (string)
- region string
- (string)
- storage
Destination stringType - (string) - The type of storage destination. Possible values are:
AWS_S3,AZURE_STORAGE,GOOGLE_CLOUD_STORAGE
- azure_
storage_ straccount - (string) - The Azure storage account name
- azure_
storage_ strservice - (string) - The Azure storage service type (blob, dfs, etc.)
- bucket_
name str - (string)
- region str
- (string)
- storage_
destination_ strtype - (string) - The type of storage destination. Possible values are:
AWS_S3,AZURE_STORAGE,GOOGLE_CLOUD_STORAGE
- azure
Storage StringAccount - (string) - The Azure storage account name
- azure
Storage StringService - (string) - The Azure storage service type (blob, dfs, etc.)
- bucket
Name String - (string)
- region String
- (string)
- storage
Destination StringType - (string) - The type of storage destination. Possible values are:
AWS_S3,AZURE_STORAGE,GOOGLE_CLOUD_STORAGE
GetAccountNetworkPoliciesItemEgressNetworkAccessPolicyEnforcement
- Dry
Run List<string>Mode Product Filters - (list of string) - When empty, it means dry run for all products. When non-empty, it means dry run for specific products and for the other products, they will run in enforced mode
- Enforcement
Mode string - (string) - The mode of policy enforcement. ENFORCED blocks traffic that violates policy,
while DRY_RUN only logs violations without blocking. When not specified,
defaults to ENFORCED. Possible values are:
DRY_RUN,ENFORCED
- Dry
Run []stringMode Product Filters - (list of string) - When empty, it means dry run for all products. When non-empty, it means dry run for specific products and for the other products, they will run in enforced mode
- Enforcement
Mode string - (string) - The mode of policy enforcement. ENFORCED blocks traffic that violates policy,
while DRY_RUN only logs violations without blocking. When not specified,
defaults to ENFORCED. Possible values are:
DRY_RUN,ENFORCED
- dry
Run List<String>Mode Product Filters - (list of string) - When empty, it means dry run for all products. When non-empty, it means dry run for specific products and for the other products, they will run in enforced mode
- enforcement
Mode String - (string) - The mode of policy enforcement. ENFORCED blocks traffic that violates policy,
while DRY_RUN only logs violations without blocking. When not specified,
defaults to ENFORCED. Possible values are:
DRY_RUN,ENFORCED
- dry
Run string[]Mode Product Filters - (list of string) - When empty, it means dry run for all products. When non-empty, it means dry run for specific products and for the other products, they will run in enforced mode
- enforcement
Mode string - (string) - The mode of policy enforcement. ENFORCED blocks traffic that violates policy,
while DRY_RUN only logs violations without blocking. When not specified,
defaults to ENFORCED. Possible values are:
DRY_RUN,ENFORCED
- dry_
run_ Sequence[str]mode_ product_ filters - (list of string) - When empty, it means dry run for all products. When non-empty, it means dry run for specific products and for the other products, they will run in enforced mode
- enforcement_
mode str - (string) - The mode of policy enforcement. ENFORCED blocks traffic that violates policy,
while DRY_RUN only logs violations without blocking. When not specified,
defaults to ENFORCED. Possible values are:
DRY_RUN,ENFORCED
- dry
Run List<String>Mode Product Filters - (list of string) - When empty, it means dry run for all products. When non-empty, it means dry run for specific products and for the other products, they will run in enforced mode
- enforcement
Mode String - (string) - The mode of policy enforcement. ENFORCED blocks traffic that violates policy,
while DRY_RUN only logs violations without blocking. When not specified,
defaults to ENFORCED. Possible values are:
DRY_RUN,ENFORCED
GetAccountNetworkPoliciesItemIngress
- Public
Access GetAccount Network Policies Item Ingress Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- Public
Access GetAccount Network Policies Item Ingress Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- public
Access GetAccount Network Policies Item Ingress Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- public
Access GetAccount Network Policies Item Ingress Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- public_
access GetAccount Network Policies Item Ingress Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- public
Access Property Map - (CustomerFacingIngressNetworkPolicyPublicAccess)
GetAccountNetworkPoliciesItemIngressDryRun
- Public
Access GetAccount Network Policies Item Ingress Dry Run Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- Public
Access GetAccount Network Policies Item Ingress Dry Run Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- public
Access GetAccount Network Policies Item Ingress Dry Run Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- public
Access GetAccount Network Policies Item Ingress Dry Run Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- public_
access GetAccount Network Policies Item Ingress Dry Run Public Access - (CustomerFacingIngressNetworkPolicyPublicAccess)
- public
Access Property Map - (CustomerFacingIngressNetworkPolicyPublicAccess)
GetAccountNetworkPoliciesItemIngressDryRunPublicAccess
- Restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - Allow
Rules List<GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- Deny
Rules List<GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- Restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - Allow
Rules []GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- Deny
Rules []GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- restriction
Mode String - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allow
Rules List<GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- deny
Rules List<GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allow
Rules GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule[] - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- deny
Rules GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule[] - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- restriction_
mode str - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allow_
rules Sequence[GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule] - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- deny_
rules Sequence[GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule] - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- restriction
Mode String - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allow
Rules List<Property Map> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- deny
Rules List<Property Map> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRule
- Authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- Destination
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- Origin
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- Authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- Destination
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- Origin
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label String
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label str
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication Property Map
- (CustomerFacingIngressNetworkPolicyAuthentication)
- destination Property Map
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label String
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin Property Map
- (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleAuthentication
- Identities
List<Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication Identity> - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- Identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- Identities
[]Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication Identity - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- Identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
List<Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication Identity> - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type String - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication Identity[] - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
Sequence[Get
Account Network Policies Item Ingress Dry Run Public Access Allow Rule Authentication Identity] - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity_
type str - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities List<Property Map>
- (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type String - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleAuthenticationIdentity
- Principal
Id int - (integer)
- Principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- Principal
Id int - (integer)
- Principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id Integer - (integer)
- principal
Type String - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id number - (integer)
- principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal_
id int - (integer)
- principal_
type str - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id Number - (integer)
- principal
Type String - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestination
- All
Destinations bool - (boolean) - Must be set to true
- Workspace
Api GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- Workspace
Ui GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- All
Destinations bool - (boolean) - Must be set to true
- Workspace
Api GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- Workspace
Ui GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations Boolean - (boolean) - Must be set to true
- workspace
Api GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations boolean - (boolean) - Must be set to true
- workspace
Api GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all_
destinations bool - (boolean) - Must be set to true
- workspace_
api GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace_
ui GetAccount Network Policies Item Ingress Dry Run Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations Boolean - (boolean) - Must be set to true
- workspace
Api Property Map - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui Property Map - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationWorkspaceApi
- Scopes List<string>
- (list of string)
- Scopes []string
- (list of string)
- scopes List<String>
- (list of string)
- scopes string[]
- (list of string)
- scopes Sequence[str]
- (list of string)
- scopes List<String>
- (list of string)
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleDestinationWorkspaceUi
- All
Destinations bool - (boolean) - Must be set to true
- All
Destinations bool - (boolean) - Must be set to true
- all
Destinations Boolean - (boolean) - Must be set to true
- all
Destinations boolean - (boolean) - Must be set to true
- all_
destinations bool - (boolean) - Must be set to true
- all
Destinations Boolean - (boolean) - Must be set to true
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOrigin
- All
Ip boolRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- Excluded
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- Included
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- All
Ip boolRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- Excluded
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- Included
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip BooleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip booleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all_
ip_ boolranges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded_
ip_ Getranges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included_
ip_ Getranges Account Network Policies Item Ingress Dry Run Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip BooleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip Property MapRanges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip Property MapRanges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOriginExcludedIpRanges
- Ip
Ranges List<string> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- Ip
Ranges []string - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges string[] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip_
ranges Sequence[str] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessAllowRuleOriginIncludedIpRanges
- Ip
Ranges List<string> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- Ip
Ranges []string - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges string[] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip_
ranges Sequence[str] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRule
- Authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- Destination
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- Origin
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- Authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- Destination
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- Origin
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label String
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label str
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication Property Map
- (CustomerFacingIngressNetworkPolicyAuthentication)
- destination Property Map
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label String
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin Property Map
- (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleAuthentication
- Identities
List<Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication Identity> - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- Identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- Identities
[]Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication Identity - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- Identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
List<Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication Identity> - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type String - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication Identity[] - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
Sequence[Get
Account Network Policies Item Ingress Dry Run Public Access Deny Rule Authentication Identity] - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity_
type str - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities List<Property Map>
- (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type String - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleAuthenticationIdentity
- Principal
Id int - (integer)
- Principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- Principal
Id int - (integer)
- Principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id Integer - (integer)
- principal
Type String - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id number - (integer)
- principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal_
id int - (integer)
- principal_
type str - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id Number - (integer)
- principal
Type String - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestination
- All
Destinations bool - (boolean) - Must be set to true
- Workspace
Api GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- Workspace
Ui GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- All
Destinations bool - (boolean) - Must be set to true
- Workspace
Api GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- Workspace
Ui GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations Boolean - (boolean) - Must be set to true
- workspace
Api GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations boolean - (boolean) - Must be set to true
- workspace
Api GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all_
destinations bool - (boolean) - Must be set to true
- workspace_
api GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace_
ui GetAccount Network Policies Item Ingress Dry Run Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations Boolean - (boolean) - Must be set to true
- workspace
Api Property Map - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui Property Map - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationWorkspaceApi
- Scopes List<string>
- (list of string)
- Scopes []string
- (list of string)
- scopes List<String>
- (list of string)
- scopes string[]
- (list of string)
- scopes Sequence[str]
- (list of string)
- scopes List<String>
- (list of string)
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleDestinationWorkspaceUi
- All
Destinations bool - (boolean) - Must be set to true
- All
Destinations bool - (boolean) - Must be set to true
- all
Destinations Boolean - (boolean) - Must be set to true
- all
Destinations boolean - (boolean) - Must be set to true
- all_
destinations bool - (boolean) - Must be set to true
- all
Destinations Boolean - (boolean) - Must be set to true
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOrigin
- All
Ip boolRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- Excluded
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- Included
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- All
Ip boolRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- Excluded
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- Included
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip BooleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip booleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip GetRanges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all_
ip_ boolranges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded_
ip_ Getranges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included_
ip_ Getranges Account Network Policies Item Ingress Dry Run Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip BooleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip Property MapRanges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip Property MapRanges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOriginExcludedIpRanges
- Ip
Ranges List<string> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- Ip
Ranges []string - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges string[] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip_
ranges Sequence[str] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
GetAccountNetworkPoliciesItemIngressDryRunPublicAccessDenyRuleOriginIncludedIpRanges
- Ip
Ranges List<string> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- Ip
Ranges []string - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges string[] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip_
ranges Sequence[str] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
GetAccountNetworkPoliciesItemIngressPublicAccess
- Restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - Allow
Rules List<GetAccount Network Policies Item Ingress Public Access Allow Rule> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- Deny
Rules List<GetAccount Network Policies Item Ingress Public Access Deny Rule> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- Restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - Allow
Rules []GetAccount Network Policies Item Ingress Public Access Allow Rule - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- Deny
Rules []GetAccount Network Policies Item Ingress Public Access Deny Rule - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- restriction
Mode String - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allow
Rules List<GetAccount Network Policies Item Ingress Public Access Allow Rule> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- deny
Rules List<GetAccount Network Policies Item Ingress Public Access Deny Rule> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- restriction
Mode string - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allow
Rules GetAccount Network Policies Item Ingress Public Access Allow Rule[] - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- deny
Rules GetAccount Network Policies Item Ingress Public Access Deny Rule[] - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- restriction_
mode str - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allow_
rules Sequence[GetAccount Network Policies Item Ingress Public Access Allow Rule] - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- deny_
rules Sequence[GetAccount Network Policies Item Ingress Public Access Deny Rule] - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- restriction
Mode String - (string) - The restriction mode that controls how serverless workloads can access the internet. Possible values are:
FULL_ACCESS,RESTRICTED_ACCESS - allow
Rules List<Property Map> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
- deny
Rules List<Property Map> - (list of CustomerFacingIngressNetworkPolicyPublicIngressRule)
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRule
- Authentication
Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- Destination
Get
Account Network Policies Item Ingress Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- Origin
Get
Account Network Policies Item Ingress Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- Authentication
Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- Destination
Get
Account Network Policies Item Ingress Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- Origin
Get
Account Network Policies Item Ingress Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label String
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Public Access Allow Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label str
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Public Access Allow Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication Property Map
- (CustomerFacingIngressNetworkPolicyAuthentication)
- destination Property Map
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label String
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin Property Map
- (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleAuthentication
- Identities
List<Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication Identity> - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- Identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- Identities
[]Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication Identity - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- Identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
List<Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication Identity> - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type String - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication Identity[] - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
Sequence[Get
Account Network Policies Item Ingress Public Access Allow Rule Authentication Identity] - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity_
type str - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities List<Property Map>
- (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type String - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleAuthenticationIdentity
- Principal
Id int - (integer)
- Principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- Principal
Id int - (integer)
- Principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id Integer - (integer)
- principal
Type String - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id number - (integer)
- principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal_
id int - (integer)
- principal_
type str - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id Number - (integer)
- principal
Type String - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestination
- All
Destinations bool - (boolean) - Must be set to true
- Workspace
Api GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- Workspace
Ui GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- All
Destinations bool - (boolean) - Must be set to true
- Workspace
Api GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- Workspace
Ui GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations Boolean - (boolean) - Must be set to true
- workspace
Api GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations boolean - (boolean) - Must be set to true
- workspace
Api GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all_
destinations bool - (boolean) - Must be set to true
- workspace_
api GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace_
ui GetAccount Network Policies Item Ingress Public Access Allow Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations Boolean - (boolean) - Must be set to true
- workspace
Api Property Map - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui Property Map - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationWorkspaceApi
- Scopes List<string>
- (list of string)
- Scopes []string
- (list of string)
- scopes List<String>
- (list of string)
- scopes string[]
- (list of string)
- scopes Sequence[str]
- (list of string)
- scopes List<String>
- (list of string)
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleDestinationWorkspaceUi
- All
Destinations bool - (boolean) - Must be set to true
- All
Destinations bool - (boolean) - Must be set to true
- all
Destinations Boolean - (boolean) - Must be set to true
- all
Destinations boolean - (boolean) - Must be set to true
- all_
destinations bool - (boolean) - Must be set to true
- all
Destinations Boolean - (boolean) - Must be set to true
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOrigin
- All
Ip boolRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- Excluded
Ip GetRanges Account Network Policies Item Ingress Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- Included
Ip GetRanges Account Network Policies Item Ingress Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- All
Ip boolRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- Excluded
Ip GetRanges Account Network Policies Item Ingress Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- Included
Ip GetRanges Account Network Policies Item Ingress Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip BooleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip GetRanges Account Network Policies Item Ingress Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip GetRanges Account Network Policies Item Ingress Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip booleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip GetRanges Account Network Policies Item Ingress Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip GetRanges Account Network Policies Item Ingress Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all_
ip_ boolranges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded_
ip_ Getranges Account Network Policies Item Ingress Public Access Allow Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included_
ip_ Getranges Account Network Policies Item Ingress Public Access Allow Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip BooleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip Property MapRanges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip Property MapRanges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOriginExcludedIpRanges
- Ip
Ranges List<string> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- Ip
Ranges []string - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges string[] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip_
ranges Sequence[str] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
GetAccountNetworkPoliciesItemIngressPublicAccessAllowRuleOriginIncludedIpRanges
- Ip
Ranges List<string> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- Ip
Ranges []string - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges string[] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip_
ranges Sequence[str] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRule
- Authentication
Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- Destination
Get
Account Network Policies Item Ingress Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- Origin
Get
Account Network Policies Item Ingress Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- Authentication
Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- Destination
Get
Account Network Policies Item Ingress Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- Label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- Origin
Get
Account Network Policies Item Ingress Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label String
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label string
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication
Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication - (CustomerFacingIngressNetworkPolicyAuthentication)
- destination
Get
Account Network Policies Item Ingress Public Access Deny Rule Destination - (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label str
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin
Get
Account Network Policies Item Ingress Public Access Deny Rule Origin - (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
- authentication Property Map
- (CustomerFacingIngressNetworkPolicyAuthentication)
- destination Property Map
- (string) - The internet destination to which access will be allowed. Format dependent on the destination type
- label String
- (string) - User-provided name for this ingress rule. Helps identify which rule caused a request to be denied or dry-run denied
- origin Property Map
- (CustomerFacingIngressNetworkPolicyPublicRequestOrigin)
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleAuthentication
- Identities
List<Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication Identity> - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- Identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- Identities
[]Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication Identity - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- Identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
List<Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication Identity> - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type String - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication Identity[] - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type string - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities
Sequence[Get
Account Network Policies Item Ingress Public Access Deny Rule Authentication Identity] - (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity_
type str - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
- identities List<Property Map>
- (list of CustomerFacingIngressNetworkPolicyAuthenticationIdentity) - Valid only when IdentityType is IDENTITY_TYPE_SELECTED_IDENTITIES
- identity
Type String - (string) - Possible values are:
IDENTITY_TYPE_ALL_SERVICE_PRINCIPALS,IDENTITY_TYPE_ALL_USERS,IDENTITY_TYPE_SELECTED_IDENTITIES
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleAuthenticationIdentity
- Principal
Id int - (integer)
- Principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- Principal
Id int - (integer)
- Principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id Integer - (integer)
- principal
Type String - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id number - (integer)
- principal
Type string - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal_
id int - (integer)
- principal_
type str - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
- principal
Id Number - (integer)
- principal
Type String - (string) - Possible values are:
PRINCIPAL_TYPE_SERVICE_PRINCIPAL,PRINCIPAL_TYPE_USER
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestination
- All
Destinations bool - (boolean) - Must be set to true
- Workspace
Api GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- Workspace
Ui GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- All
Destinations bool - (boolean) - Must be set to true
- Workspace
Api GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- Workspace
Ui GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations Boolean - (boolean) - Must be set to true
- workspace
Api GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations boolean - (boolean) - Must be set to true
- workspace
Api GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all_
destinations bool - (boolean) - Must be set to true
- workspace_
api GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Api - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace_
ui GetAccount Network Policies Item Ingress Public Access Deny Rule Destination Workspace Ui - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
- all
Destinations Boolean - (boolean) - Must be set to true
- workspace
Api Property Map - (CustomerFacingIngressNetworkPolicyWorkspaceApiDestination)
- workspace
Ui Property Map - (CustomerFacingIngressNetworkPolicyWorkspaceUiDestination) - Workspace destinations
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationWorkspaceApi
- Scopes List<string>
- (list of string)
- Scopes []string
- (list of string)
- scopes List<String>
- (list of string)
- scopes string[]
- (list of string)
- scopes Sequence[str]
- (list of string)
- scopes List<String>
- (list of string)
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleDestinationWorkspaceUi
- All
Destinations bool - (boolean) - Must be set to true
- All
Destinations bool - (boolean) - Must be set to true
- all
Destinations Boolean - (boolean) - Must be set to true
- all
Destinations boolean - (boolean) - Must be set to true
- all_
destinations bool - (boolean) - Must be set to true
- all
Destinations Boolean - (boolean) - Must be set to true
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOrigin
- All
Ip boolRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- Excluded
Ip GetRanges Account Network Policies Item Ingress Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- Included
Ip GetRanges Account Network Policies Item Ingress Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- All
Ip boolRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- Excluded
Ip GetRanges Account Network Policies Item Ingress Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- Included
Ip GetRanges Account Network Policies Item Ingress Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip BooleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip GetRanges Account Network Policies Item Ingress Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip GetRanges Account Network Policies Item Ingress Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip booleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip GetRanges Account Network Policies Item Ingress Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip GetRanges Account Network Policies Item Ingress Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all_
ip_ boolranges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded_
ip_ Getranges Account Network Policies Item Ingress Public Access Deny Rule Origin Excluded Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included_
ip_ Getranges Account Network Policies Item Ingress Public Access Deny Rule Origin Included Ip Ranges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
- all
Ip BooleanRanges - (boolean) - Matches all IPv4 and IPv6 ranges (both public and private)
- excluded
Ip Property MapRanges - (CustomerFacingIngressNetworkPolicyIpRanges) - Excluded means: all public IP ranges except this one
- included
Ip Property MapRanges - (CustomerFacingIngressNetworkPolicyIpRanges) - Will not allow IP ranges with private IPs
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOriginExcludedIpRanges
- Ip
Ranges List<string> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- Ip
Ranges []string - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges string[] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip_
ranges Sequence[str] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
GetAccountNetworkPoliciesItemIngressPublicAccessDenyRuleOriginIncludedIpRanges
- Ip
Ranges List<string> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- Ip
Ranges []string - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges string[] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip_
ranges Sequence[str] - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
- ip
Ranges List<String> - (list of string) - We only support IPv4 and IPv4 CIDR notation for now
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Viewing docs for Databricks v1.91.1
published on Friday, May 1, 2026 by Pulumi
published on Friday, May 1, 2026 by Pulumi
