1. Packages
  2. Avi Provider
  3. API Docs
  4. getAlbservicesconfig
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.getAlbservicesconfig

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “AVI: avi.Albservicesconfig” sidebar_current: “docs-avi-datasource-albservicesconfig” description: |- Get information of Avi ALBServicesConfig.

    avi.Albservicesconfig

    This data source is used to to get avi.Albservicesconfig objects.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const fooAlbservicesconfig = avi.getAlbservicesconfig({
        name: "foo",
        uuid: "albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });
    
    import pulumi
    import pulumi_avi as avi
    
    foo_albservicesconfig = avi.get_albservicesconfig(name="foo",
        uuid="albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := avi.LookupAlbservicesconfig(ctx, &avi.LookupAlbservicesconfigArgs{
    			Name: pulumi.StringRef("foo"),
    			Uuid: pulumi.StringRef("albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Avi = Pulumi.Avi;
    
    return await Deployment.RunAsync(() => 
    {
        var fooAlbservicesconfig = Avi.GetAlbservicesconfig.Invoke(new()
        {
            Name = "foo",
            Uuid = "albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.AviFunctions;
    import com.pulumi.avi.inputs.GetAlbservicesconfigArgs;
    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 fooAlbservicesconfig = AviFunctions.getAlbservicesconfig(GetAlbservicesconfigArgs.builder()
                .name("foo")
                .uuid("albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooAlbservicesconfig:
        fn::invoke:
          function: avi:getAlbservicesconfig
          arguments:
            name: foo
            uuid: albservicesconfig-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getAlbservicesconfig

    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 getAlbservicesconfig(args: GetAlbservicesconfigArgs, opts?: InvokeOptions): Promise<GetAlbservicesconfigResult>
    function getAlbservicesconfigOutput(args: GetAlbservicesconfigOutputArgs, opts?: InvokeOptions): Output<GetAlbservicesconfigResult>
    def get_albservicesconfig(id: Optional[str] = None,
                              name: Optional[str] = None,
                              tenant_ref: Optional[str] = None,
                              uuid: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAlbservicesconfigResult
    def get_albservicesconfig_output(id: Optional[pulumi.Input[str]] = None,
                              name: Optional[pulumi.Input[str]] = None,
                              tenant_ref: Optional[pulumi.Input[str]] = None,
                              uuid: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAlbservicesconfigResult]
    func LookupAlbservicesconfig(ctx *Context, args *LookupAlbservicesconfigArgs, opts ...InvokeOption) (*LookupAlbservicesconfigResult, error)
    func LookupAlbservicesconfigOutput(ctx *Context, args *LookupAlbservicesconfigOutputArgs, opts ...InvokeOption) LookupAlbservicesconfigResultOutput

    > Note: This function is named LookupAlbservicesconfig in the Go SDK.

    public static class GetAlbservicesconfig 
    {
        public static Task<GetAlbservicesconfigResult> InvokeAsync(GetAlbservicesconfigArgs args, InvokeOptions? opts = null)
        public static Output<GetAlbservicesconfigResult> Invoke(GetAlbservicesconfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAlbservicesconfigResult> getAlbservicesconfig(GetAlbservicesconfigArgs args, InvokeOptions options)
    public static Output<GetAlbservicesconfigResult> getAlbservicesconfig(GetAlbservicesconfigArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getAlbservicesconfig:getAlbservicesconfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Name string
    Search ALBServicesConfig by name.
    TenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Search ALBServicesConfig by uuid.
    Id string
    Name string
    Search ALBServicesConfig by name.
    TenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Search ALBServicesConfig by uuid.
    id String
    name String
    Search ALBServicesConfig by name.
    tenantRef String
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Search ALBServicesConfig by uuid.
    id string
    name string
    Search ALBServicesConfig by name.
    tenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Search ALBServicesConfig by uuid.
    id str
    name str
    Search ALBServicesConfig by name.
    tenant_ref str
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid str
    Search ALBServicesConfig by uuid.
    id String
    name String
    Search ALBServicesConfig by name.
    tenantRef String
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Search ALBServicesConfig by uuid.

    getAlbservicesconfig Result

    The following output properties are available:

    AppSignatureConfigs List<GetAlbservicesconfigAppSignatureConfig>
    Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    AssetContacts List<GetAlbservicesconfigAssetContact>
    Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CaseConfigs List<GetAlbservicesconfigCaseConfig>
    Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes List<GetAlbservicesconfigConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    FeatureOptInStatuses List<GetAlbservicesconfigFeatureOptInStatus>
    Features opt-in for pulse cloud services. Field introduced in 20.1.1.
    Id string
    InventoryConfigs List<GetAlbservicesconfigInventoryConfig>
    Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    IpReputationConfigs List<GetAlbservicesconfigIpReputationConfig>
    Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Mode string
    Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
    Name string
    Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PollingInterval string
    Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PortalUrl string
    The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SaasLicensingConfigs List<GetAlbservicesconfigSaasLicensingConfig>
    Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SessionConfigs List<GetAlbservicesconfigSessionConfig>
    Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SplitProxyConfigurations List<GetAlbservicesconfigSplitProxyConfiguration>
    Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantConfigs List<GetAlbservicesconfigTenantConfig>
    Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    UseSplitProxy string
    By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    UseTls string
    Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    UserAgentDbConfigs List<GetAlbservicesconfigUserAgentDbConfig>
    Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    WafConfigs List<GetAlbservicesconfigWafConfig>
    Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
    AppSignatureConfigs []GetAlbservicesconfigAppSignatureConfig
    Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    AssetContacts []GetAlbservicesconfigAssetContact
    Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    CaseConfigs []GetAlbservicesconfigCaseConfig
    Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []GetAlbservicesconfigConfigpbAttribute
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    FeatureOptInStatuses []GetAlbservicesconfigFeatureOptInStatus
    Features opt-in for pulse cloud services. Field introduced in 20.1.1.
    Id string
    InventoryConfigs []GetAlbservicesconfigInventoryConfig
    Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    IpReputationConfigs []GetAlbservicesconfigIpReputationConfig
    Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Mode string
    Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
    Name string
    Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PollingInterval string
    Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PortalUrl string
    The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SaasLicensingConfigs []GetAlbservicesconfigSaasLicensingConfig
    Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SessionConfigs []GetAlbservicesconfigSessionConfig
    Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SplitProxyConfigurations []GetAlbservicesconfigSplitProxyConfiguration
    Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantConfigs []GetAlbservicesconfigTenantConfig
    Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    UseSplitProxy string
    By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    UseTls string
    Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    UserAgentDbConfigs []GetAlbservicesconfigUserAgentDbConfig
    Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    WafConfigs []GetAlbservicesconfigWafConfig
    Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
    appSignatureConfigs List<GetAlbservicesconfigAppSignatureConfig>
    Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    assetContacts List<GetAlbservicesconfigAssetContact>
    Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    caseConfigs List<GetAlbservicesconfigCaseConfig>
    Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<GetAlbservicesconfigConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    featureOptInStatuses List<GetAlbservicesconfigFeatureOptInStatus>
    Features opt-in for pulse cloud services. Field introduced in 20.1.1.
    id String
    inventoryConfigs List<GetAlbservicesconfigInventoryConfig>
    Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ipReputationConfigs List<GetAlbservicesconfigIpReputationConfig>
    Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    mode String
    Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
    name String
    Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    pollingInterval String
    Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    portalUrl String
    The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    saasLicensingConfigs List<GetAlbservicesconfigSaasLicensingConfig>
    Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sessionConfigs List<GetAlbservicesconfigSessionConfig>
    Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    splitProxyConfigurations List<GetAlbservicesconfigSplitProxyConfiguration>
    Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantConfigs List<GetAlbservicesconfigTenantConfig>
    Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    useSplitProxy String
    By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    useTls String
    Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    userAgentDbConfigs List<GetAlbservicesconfigUserAgentDbConfig>
    Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    wafConfigs List<GetAlbservicesconfigWafConfig>
    Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
    appSignatureConfigs GetAlbservicesconfigAppSignatureConfig[]
    Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    assetContacts GetAlbservicesconfigAssetContact[]
    Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    caseConfigs GetAlbservicesconfigCaseConfig[]
    Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes GetAlbservicesconfigConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    featureOptInStatuses GetAlbservicesconfigFeatureOptInStatus[]
    Features opt-in for pulse cloud services. Field introduced in 20.1.1.
    id string
    inventoryConfigs GetAlbservicesconfigInventoryConfig[]
    Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ipReputationConfigs GetAlbservicesconfigIpReputationConfig[]
    Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    mode string
    Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
    name string
    Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    pollingInterval string
    Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    portalUrl string
    The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    saasLicensingConfigs GetAlbservicesconfigSaasLicensingConfig[]
    Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sessionConfigs GetAlbservicesconfigSessionConfig[]
    Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    splitProxyConfigurations GetAlbservicesconfigSplitProxyConfiguration[]
    Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantConfigs GetAlbservicesconfigTenantConfig[]
    Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef string
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    useSplitProxy string
    By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    useTls string
    Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    userAgentDbConfigs GetAlbservicesconfigUserAgentDbConfig[]
    Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    wafConfigs GetAlbservicesconfigWafConfig[]
    Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
    app_signature_configs Sequence[GetAlbservicesconfigAppSignatureConfig]
    Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    asset_contacts Sequence[GetAlbservicesconfigAssetContact]
    Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    case_configs Sequence[GetAlbservicesconfigCaseConfig]
    Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[GetAlbservicesconfigConfigpbAttribute]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    feature_opt_in_statuses Sequence[GetAlbservicesconfigFeatureOptInStatus]
    Features opt-in for pulse cloud services. Field introduced in 20.1.1.
    id str
    inventory_configs Sequence[GetAlbservicesconfigInventoryConfig]
    Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ip_reputation_configs Sequence[GetAlbservicesconfigIpReputationConfig]
    Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    mode str
    Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
    name str
    Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    polling_interval str
    Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    portal_url str
    The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    saas_licensing_configs Sequence[GetAlbservicesconfigSaasLicensingConfig]
    Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    session_configs Sequence[GetAlbservicesconfigSessionConfig]
    Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    split_proxy_configurations Sequence[GetAlbservicesconfigSplitProxyConfiguration]
    Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenant_configs Sequence[GetAlbservicesconfigTenantConfig]
    Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenant_ref str
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    use_split_proxy str
    By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    use_tls str
    Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    user_agent_db_configs Sequence[GetAlbservicesconfigUserAgentDbConfig]
    Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid str
    Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    waf_configs Sequence[GetAlbservicesconfigWafConfig]
    Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.
    appSignatureConfigs List<Property Map>
    Default values for application signature sync. Field introduced in 20.1.4. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    assetContacts List<Property Map>
    Default contact for this controller cluster. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    caseConfigs List<Property Map>
    Default values for case management. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    featureOptInStatuses List<Property Map>
    Features opt-in for pulse cloud services. Field introduced in 20.1.1.
    id String
    inventoryConfigs List<Property Map>
    Inventory configurations for pulse cloud services. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ipReputationConfigs List<Property Map>
    Default values to be used for ip reputation sync. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    mode String
    Mode helps log collection and upload. Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE, BROADCOM. Field introduced in 20.1.2. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- salesforce,myvmware,systest), basic (allowed values- salesforce,myvmware,systest) edition.
    name String
    Name of the albservicesconfig object. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    pollingInterval String
    Time interval in minutes. Allowed values are 5-60. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    portalUrl String
    The fqdn or ip address of the pulse cloud services. Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    saasLicensingConfigs List<Property Map>
    Saas licensing configuration. Field introduced in 21.1.3. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    sessionConfigs List<Property Map>
    Session configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    splitProxyConfigurations List<Property Map>
    Split proxy configuration to connect external pulse cloud services. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantConfigs List<Property Map>
    Tenant based configuration data. Field introduced in 30.2.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    Tenant uuid associated with the object. It is a reference to an object of type tenant. Field introduced in 30.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    useSplitProxy String
    By default, pulse cloud services uses proxy added in system configuration. If it should use a separate proxy, set this flag to true and configure split proxy configuration. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    useTls String
    Secure the controller to pulse cloud services communication over tls. Field introduced in 20.1.3. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
    userAgentDbConfigs List<Property Map>
    Default values for user agent db service. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Field introduced in 18.2.6. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    wafConfigs List<Property Map>
    Default values for waf management. Field introduced in 21.1.1. Allowed with any value in essentials, basic, enterprise, enterprise with cloud services edition.

    Supporting Types

    GetAlbservicesconfigAppSignatureConfig

    GetAlbservicesconfigAssetContact

    AccountId string
    AccountName string
    Email string
    ManagedAccounts List<GetAlbservicesconfigAssetContactManagedAccount>
    Name string
    Search ALBServicesConfig by name.
    Phone string
    AccountId string
    AccountName string
    Email string
    ManagedAccounts []GetAlbservicesconfigAssetContactManagedAccount
    Name string
    Search ALBServicesConfig by name.
    Phone string
    accountId String
    accountName String
    email String
    managedAccounts List<GetAlbservicesconfigAssetContactManagedAccount>
    name String
    Search ALBServicesConfig by name.
    phone String
    accountId string
    accountName string
    email string
    managedAccounts GetAlbservicesconfigAssetContactManagedAccount[]
    name string
    Search ALBServicesConfig by name.
    phone string
    accountId String
    accountName String
    email String
    managedAccounts List<Property Map>
    name String
    Search ALBServicesConfig by name.
    phone String

    GetAlbservicesconfigAssetContactManagedAccount

    Id string
    Name string
    Search ALBServicesConfig by name.
    Users List<GetAlbservicesconfigAssetContactManagedAccountUser>
    Id string
    Name string
    Search ALBServicesConfig by name.
    Users []GetAlbservicesconfigAssetContactManagedAccountUser
    id String
    name String
    Search ALBServicesConfig by name.
    users List<GetAlbservicesconfigAssetContactManagedAccountUser>
    id string
    name string
    Search ALBServicesConfig by name.
    users GetAlbservicesconfigAssetContactManagedAccountUser[]
    id String
    name String
    Search ALBServicesConfig by name.
    users List<Property Map>

    GetAlbservicesconfigAssetContactManagedAccountUser

    Email string
    Name string
    Search ALBServicesConfig by name.
    Phone string
    Email string
    Name string
    Search ALBServicesConfig by name.
    Phone string
    email String
    name String
    Search ALBServicesConfig by name.
    phone String
    email string
    name string
    Search ALBServicesConfig by name.
    phone string
    email str
    name str
    Search ALBServicesConfig by name.
    phone str
    email String
    name String
    Search ALBServicesConfig by name.
    phone String

    GetAlbservicesconfigCaseConfig

    GetAlbservicesconfigConfigpbAttribute

    Version string
    Version string
    version String
    version string
    version String

    GetAlbservicesconfigFeatureOptInStatus

    GetAlbservicesconfigInventoryConfig

    GetAlbservicesconfigIpReputationConfig

    GetAlbservicesconfigSaasLicensingConfig

    GetAlbservicesconfigSessionConfig

    GetAlbservicesconfigSessionConfigSessionHeader

    Name string
    Search ALBServicesConfig by name.
    Value string
    Name string
    Search ALBServicesConfig by name.
    Value string
    name String
    Search ALBServicesConfig by name.
    value String
    name string
    Search ALBServicesConfig by name.
    value string
    name str
    Search ALBServicesConfig by name.
    value str
    name String
    Search ALBServicesConfig by name.
    value String

    GetAlbservicesconfigSplitProxyConfiguration

    Host string
    Password string
    Port string
    Username string
    Host string
    Password string
    Port string
    Username string
    host String
    password String
    port String
    username String
    host string
    password string
    port string
    username string
    host str
    password str
    port str
    username str
    host String
    password String
    port String
    username String

    GetAlbservicesconfigTenantConfig

    GetAlbservicesconfigUserAgentDbConfig

    GetAlbservicesconfigWafConfig

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware