1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. VisualBuilder
  5. getVbInstance
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

oci.VisualBuilder.getVbInstance

Explore with Pulumi AI

oci logo
Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi

    This data source provides details about a specific Vb Instance resource in Oracle Cloud Infrastructure Visual Builder service.

    Gets a VbInstance by identifier

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testVbInstance = oci.VisualBuilder.getVbInstance({
        vbInstanceId: oci_visual_builder_vb_instance.test_vb_instance.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_vb_instance = oci.VisualBuilder.get_vb_instance(vb_instance_id=oci_visual_builder_vb_instance["test_vb_instance"]["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/go/oci/VisualBuilder"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := VisualBuilder.GetVbInstance(ctx, &visualbuilder.GetVbInstanceArgs{
    			VbInstanceId: oci_visual_builder_vb_instance.Test_vb_instance.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testVbInstance = Oci.VisualBuilder.GetVbInstance.Invoke(new()
        {
            VbInstanceId = oci_visual_builder_vb_instance.Test_vb_instance.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.VisualBuilder.VisualBuilderFunctions;
    import com.pulumi.oci.VisualBuilder.inputs.GetVbInstanceArgs;
    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 testVbInstance = VisualBuilderFunctions.getVbInstance(GetVbInstanceArgs.builder()
                .vbInstanceId(oci_visual_builder_vb_instance.test_vb_instance().id())
                .build());
    
        }
    }
    
    variables:
      testVbInstance:
        fn::invoke:
          Function: oci:VisualBuilder:getVbInstance
          Arguments:
            vbInstanceId: ${oci_visual_builder_vb_instance.test_vb_instance.id}
    

    Using getVbInstance

    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 getVbInstance(args: GetVbInstanceArgs, opts?: InvokeOptions): Promise<GetVbInstanceResult>
    function getVbInstanceOutput(args: GetVbInstanceOutputArgs, opts?: InvokeOptions): Output<GetVbInstanceResult>
    def get_vb_instance(vb_instance_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetVbInstanceResult
    def get_vb_instance_output(vb_instance_id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetVbInstanceResult]
    func GetVbInstance(ctx *Context, args *GetVbInstanceArgs, opts ...InvokeOption) (*GetVbInstanceResult, error)
    func GetVbInstanceOutput(ctx *Context, args *GetVbInstanceOutputArgs, opts ...InvokeOption) GetVbInstanceResultOutput

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

    public static class GetVbInstance 
    {
        public static Task<GetVbInstanceResult> InvokeAsync(GetVbInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetVbInstanceResult> Invoke(GetVbInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVbInstanceResult> getVbInstance(GetVbInstanceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: oci:VisualBuilder/getVbInstance:getVbInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    VbInstanceId string
    Unique Vb Instance identifier.
    VbInstanceId string
    Unique Vb Instance identifier.
    vbInstanceId String
    Unique Vb Instance identifier.
    vbInstanceId string
    Unique Vb Instance identifier.
    vb_instance_id str
    Unique Vb Instance identifier.
    vbInstanceId String
    Unique Vb Instance identifier.

    getVbInstance Result

    The following output properties are available:

    AlternateCustomEndpoints List<GetVbInstanceAlternateCustomEndpoint>
    A list of alternate custom endpoints used for the vb instance URL.
    Attachments List<GetVbInstanceAttachment>
    A list of associated attachments to other services
    CompartmentId string
    Compartment Identifier.
    ConsumptionModel string
    The entitlement used for billing purposes.
    CustomEndpoints List<GetVbInstanceCustomEndpoint>
    Details for a custom endpoint for the vb instance.
    DefinedTags Dictionary<string, object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    Vb Instance Identifier, can be renamed.
    FreeformTags Dictionary<string, object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    Unique identifier that is immutable on creation.
    IdcsInfos List<GetVbInstanceIdcsInfo>
    Information for IDCS access
    IdcsOpenId string
    InstanceUrl string
    The Vb Instance URL.
    IsVisualBuilderEnabled bool
    Visual Builder is enabled or not.
    ManagementNatGatewayIp string
    The NAT gateway IP address for the VB management VCN
    ManagementVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    NodeCount int
    The number of Nodes
    ServiceNatGatewayIp string
    The NAT gateway IP address for the VB service VCN
    ServiceVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    State string
    The current state of the vb instance.
    StateMessage string
    An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    SystemTags Dictionary<string, object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the the VbInstance was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the VbInstance was updated. An RFC3339 formatted datetime string.
    VbInstanceId string
    AlternateCustomEndpoints []GetVbInstanceAlternateCustomEndpoint
    A list of alternate custom endpoints used for the vb instance URL.
    Attachments []GetVbInstanceAttachment
    A list of associated attachments to other services
    CompartmentId string
    Compartment Identifier.
    ConsumptionModel string
    The entitlement used for billing purposes.
    CustomEndpoints []GetVbInstanceCustomEndpoint
    Details for a custom endpoint for the vb instance.
    DefinedTags map[string]interface{}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    DisplayName string
    Vb Instance Identifier, can be renamed.
    FreeformTags map[string]interface{}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    Unique identifier that is immutable on creation.
    IdcsInfos []GetVbInstanceIdcsInfo
    Information for IDCS access
    IdcsOpenId string
    InstanceUrl string
    The Vb Instance URL.
    IsVisualBuilderEnabled bool
    Visual Builder is enabled or not.
    ManagementNatGatewayIp string
    The NAT gateway IP address for the VB management VCN
    ManagementVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    NodeCount int
    The number of Nodes
    ServiceNatGatewayIp string
    The NAT gateway IP address for the VB service VCN
    ServiceVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    State string
    The current state of the vb instance.
    StateMessage string
    An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    SystemTags map[string]interface{}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The time the the VbInstance was created. An RFC3339 formatted datetime string.
    TimeUpdated string
    The time the VbInstance was updated. An RFC3339 formatted datetime string.
    VbInstanceId string
    alternateCustomEndpoints List<GetVbInstanceAlternateCustomEndpoint>
    A list of alternate custom endpoints used for the vb instance URL.
    attachments List<GetVbInstanceAttachment>
    A list of associated attachments to other services
    compartmentId String
    Compartment Identifier.
    consumptionModel String
    The entitlement used for billing purposes.
    customEndpoints List<GetVbInstanceCustomEndpoint>
    Details for a custom endpoint for the vb instance.
    definedTags Map<String,Object>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    Vb Instance Identifier, can be renamed.
    freeformTags Map<String,Object>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    Unique identifier that is immutable on creation.
    idcsInfos List<GetVbInstanceIdcsInfo>
    Information for IDCS access
    idcsOpenId String
    instanceUrl String
    The Vb Instance URL.
    isVisualBuilderEnabled Boolean
    Visual Builder is enabled or not.
    managementNatGatewayIp String
    The NAT gateway IP address for the VB management VCN
    managementVcnId String
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    nodeCount Integer
    The number of Nodes
    serviceNatGatewayIp String
    The NAT gateway IP address for the VB service VCN
    serviceVcnId String
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    state String
    The current state of the vb instance.
    stateMessage String
    An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    systemTags Map<String,Object>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the the VbInstance was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the VbInstance was updated. An RFC3339 formatted datetime string.
    vbInstanceId String
    alternateCustomEndpoints GetVbInstanceAlternateCustomEndpoint[]
    A list of alternate custom endpoints used for the vb instance URL.
    attachments GetVbInstanceAttachment[]
    A list of associated attachments to other services
    compartmentId string
    Compartment Identifier.
    consumptionModel string
    The entitlement used for billing purposes.
    customEndpoints GetVbInstanceCustomEndpoint[]
    Details for a custom endpoint for the vb instance.
    definedTags {[key: string]: any}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName string
    Vb Instance Identifier, can be renamed.
    freeformTags {[key: string]: any}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    Unique identifier that is immutable on creation.
    idcsInfos GetVbInstanceIdcsInfo[]
    Information for IDCS access
    idcsOpenId string
    instanceUrl string
    The Vb Instance URL.
    isVisualBuilderEnabled boolean
    Visual Builder is enabled or not.
    managementNatGatewayIp string
    The NAT gateway IP address for the VB management VCN
    managementVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    nodeCount number
    The number of Nodes
    serviceNatGatewayIp string
    The NAT gateway IP address for the VB service VCN
    serviceVcnId string
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    state string
    The current state of the vb instance.
    stateMessage string
    An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    systemTags {[key: string]: any}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The time the the VbInstance was created. An RFC3339 formatted datetime string.
    timeUpdated string
    The time the VbInstance was updated. An RFC3339 formatted datetime string.
    vbInstanceId string
    alternate_custom_endpoints Sequence[visualbuilder.GetVbInstanceAlternateCustomEndpoint]
    A list of alternate custom endpoints used for the vb instance URL.
    attachments Sequence[visualbuilder.GetVbInstanceAttachment]
    A list of associated attachments to other services
    compartment_id str
    Compartment Identifier.
    consumption_model str
    The entitlement used for billing purposes.
    custom_endpoints Sequence[visualbuilder.GetVbInstanceCustomEndpoint]
    Details for a custom endpoint for the vb instance.
    defined_tags Mapping[str, Any]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    display_name str
    Vb Instance Identifier, can be renamed.
    freeform_tags Mapping[str, Any]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    Unique identifier that is immutable on creation.
    idcs_infos Sequence[visualbuilder.GetVbInstanceIdcsInfo]
    Information for IDCS access
    idcs_open_id str
    instance_url str
    The Vb Instance URL.
    is_visual_builder_enabled bool
    Visual Builder is enabled or not.
    management_nat_gateway_ip str
    The NAT gateway IP address for the VB management VCN
    management_vcn_id str
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    node_count int
    The number of Nodes
    service_nat_gateway_ip str
    The NAT gateway IP address for the VB service VCN
    service_vcn_id str
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    state str
    The current state of the vb instance.
    state_message str
    An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    system_tags Mapping[str, Any]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The time the the VbInstance was created. An RFC3339 formatted datetime string.
    time_updated str
    The time the VbInstance was updated. An RFC3339 formatted datetime string.
    vb_instance_id str
    alternateCustomEndpoints List<Property Map>
    A list of alternate custom endpoints used for the vb instance URL.
    attachments List<Property Map>
    A list of associated attachments to other services
    compartmentId String
    Compartment Identifier.
    consumptionModel String
    The entitlement used for billing purposes.
    customEndpoints List<Property Map>
    Details for a custom endpoint for the vb instance.
    definedTags Map<Any>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    displayName String
    Vb Instance Identifier, can be renamed.
    freeformTags Map<Any>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    Unique identifier that is immutable on creation.
    idcsInfos List<Property Map>
    Information for IDCS access
    idcsOpenId String
    instanceUrl String
    The Vb Instance URL.
    isVisualBuilderEnabled Boolean
    Visual Builder is enabled or not.
    managementNatGatewayIp String
    The NAT gateway IP address for the VB management VCN
    managementVcnId String
    The Oracle Cloud ID (OCID) of the Visual Builder management VCN
    nodeCount Number
    The number of Nodes
    serviceNatGatewayIp String
    The NAT gateway IP address for the VB service VCN
    serviceVcnId String
    The Oracle Cloud ID (OCID) of the Visual Builder service VCN
    state String
    The current state of the vb instance.
    stateMessage String
    An message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
    systemTags Map<Any>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The time the the VbInstance was created. An RFC3339 formatted datetime string.
    timeUpdated String
    The time the VbInstance was updated. An RFC3339 formatted datetime string.
    vbInstanceId String

    Supporting Types

    GetVbInstanceAlternateCustomEndpoint

    CertificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    CertificateSecretVersion int
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    Hostname string
    A custom hostname to be used for the vb instance URL, in FQDN format.
    CertificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    CertificateSecretVersion int
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    Hostname string
    A custom hostname to be used for the vb instance URL, in FQDN format.
    certificateSecretId String
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion Integer
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    hostname String
    A custom hostname to be used for the vb instance URL, in FQDN format.
    certificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion number
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    hostname string
    A custom hostname to be used for the vb instance URL, in FQDN format.
    certificate_secret_id str
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificate_secret_version int
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    hostname str
    A custom hostname to be used for the vb instance URL, in FQDN format.
    certificateSecretId String
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion Number
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    hostname String
    A custom hostname to be used for the vb instance URL, in FQDN format.

    GetVbInstanceAttachment

    IsImplicit bool
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    TargetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    TargetInstanceUrl string
    The dataplane instance URL of the attached instance
    TargetRole string
    The role of the target attachment.
    TargetServiceType string
    The type of the target instance, such as "FUSION".
    IsImplicit bool
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    TargetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    TargetInstanceUrl string
    The dataplane instance URL of the attached instance
    TargetRole string
    The role of the target attachment.
    TargetServiceType string
    The type of the target instance, such as "FUSION".
    isImplicit Boolean
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    targetId String
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl String
    The dataplane instance URL of the attached instance
    targetRole String
    The role of the target attachment.
    targetServiceType String
    The type of the target instance, such as "FUSION".
    isImplicit boolean
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    targetId string
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl string
    The dataplane instance URL of the attached instance
    targetRole string
    The role of the target attachment.
    targetServiceType string
    The type of the target instance, such as "FUSION".
    is_implicit bool
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    target_id str
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    target_instance_url str
    The dataplane instance URL of the attached instance
    target_role str
    The role of the target attachment.
    target_service_type str
    The type of the target instance, such as "FUSION".
    isImplicit Boolean
    • If role == PARENT, the attached instance was created by this service instance
    • If role == CHILD, this instance was created from attached instance on behalf of a user
    targetId String
    The OCID of the target instance (which could be any other Oracle Cloud Infrastructure PaaS/SaaS resource), to which this instance is attached.
    targetInstanceUrl String
    The dataplane instance URL of the attached instance
    targetRole String
    The role of the target attachment.
    targetServiceType String
    The type of the target instance, such as "FUSION".

    GetVbInstanceCustomEndpoint

    CertificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    CertificateSecretVersion int
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    Hostname string
    A custom hostname to be used for the vb instance URL, in FQDN format.
    CertificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    CertificateSecretVersion int
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    Hostname string
    A custom hostname to be used for the vb instance URL, in FQDN format.
    certificateSecretId String
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion Integer
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    hostname String
    A custom hostname to be used for the vb instance URL, in FQDN format.
    certificateSecretId string
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion number
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    hostname string
    A custom hostname to be used for the vb instance URL, in FQDN format.
    certificate_secret_id str
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificate_secret_version int
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    hostname str
    A custom hostname to be used for the vb instance URL, in FQDN format.
    certificateSecretId String
    Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
    certificateSecretVersion Number
    The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
    hostname String
    A custom hostname to be used for the vb instance URL, in FQDN format.

    GetVbInstanceIdcsInfo

    IdcsAppDisplayName string
    The IDCS application display name associated with the instance
    IdcsAppId string
    The IDCS application ID associated with the instance
    IdcsAppLocationUrl string
    URL for the location of the IDCS Application (used by IDCS APIs)
    IdcsAppName string
    The IDCS application name associated with the instance
    InstancePrimaryAudienceUrl string
    The URL used as the primary audience for visual builder flows in this instance type: string
    IdcsAppDisplayName string
    The IDCS application display name associated with the instance
    IdcsAppId string
    The IDCS application ID associated with the instance
    IdcsAppLocationUrl string
    URL for the location of the IDCS Application (used by IDCS APIs)
    IdcsAppName string
    The IDCS application name associated with the instance
    InstancePrimaryAudienceUrl string
    The URL used as the primary audience for visual builder flows in this instance type: string
    idcsAppDisplayName String
    The IDCS application display name associated with the instance
    idcsAppId String
    The IDCS application ID associated with the instance
    idcsAppLocationUrl String
    URL for the location of the IDCS Application (used by IDCS APIs)
    idcsAppName String
    The IDCS application name associated with the instance
    instancePrimaryAudienceUrl String
    The URL used as the primary audience for visual builder flows in this instance type: string
    idcsAppDisplayName string
    The IDCS application display name associated with the instance
    idcsAppId string
    The IDCS application ID associated with the instance
    idcsAppLocationUrl string
    URL for the location of the IDCS Application (used by IDCS APIs)
    idcsAppName string
    The IDCS application name associated with the instance
    instancePrimaryAudienceUrl string
    The URL used as the primary audience for visual builder flows in this instance type: string
    idcs_app_display_name str
    The IDCS application display name associated with the instance
    idcs_app_id str
    The IDCS application ID associated with the instance
    idcs_app_location_url str
    URL for the location of the IDCS Application (used by IDCS APIs)
    idcs_app_name str
    The IDCS application name associated with the instance
    instance_primary_audience_url str
    The URL used as the primary audience for visual builder flows in this instance type: string
    idcsAppDisplayName String
    The IDCS application display name associated with the instance
    idcsAppId String
    The IDCS application ID associated with the instance
    idcsAppLocationUrl String
    URL for the location of the IDCS Application (used by IDCS APIs)
    idcsAppName String
    The IDCS application name associated with the instance
    instancePrimaryAudienceUrl String
    The URL used as the primary audience for visual builder flows in this instance type: string

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v1.32.0 published on Thursday, Apr 18, 2024 by Pulumi