1. Packages
  2. Zscaler Private Access (ZPA)
  3. API Docs
  4. PraPortalController
Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler

zpa.PraPortalController

Explore with Pulumi AI

zpa logo
Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler
    Deprecated: zpa.index/praportalcontroller.PraPortalController has been deprecated in favor of zpa.index/praportal.PRAPortal

    Create PraPortalController Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PraPortalController(name: string, args?: PraPortalControllerArgs, opts?: CustomResourceOptions);
    @overload
    def PraPortalController(resource_name: str,
                            args: Optional[PraPortalControllerArgs] = None,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def PraPortalController(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            certificate_id: Optional[str] = None,
                            description: Optional[str] = None,
                            domain: Optional[str] = None,
                            enabled: Optional[bool] = None,
                            microtenant_id: Optional[str] = None,
                            name: Optional[str] = None,
                            user_notification: Optional[str] = None,
                            user_notification_enabled: Optional[bool] = None)
    func NewPraPortalController(ctx *Context, name string, args *PraPortalControllerArgs, opts ...ResourceOption) (*PraPortalController, error)
    public PraPortalController(string name, PraPortalControllerArgs? args = null, CustomResourceOptions? opts = null)
    public PraPortalController(String name, PraPortalControllerArgs args)
    public PraPortalController(String name, PraPortalControllerArgs args, CustomResourceOptions options)
    
    type: zpa:PraPortalController
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args PraPortalControllerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args PraPortalControllerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args PraPortalControllerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PraPortalControllerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PraPortalControllerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    

    PraPortalController Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The PraPortalController resource accepts the following input properties:

    CertificateId string
    The unique identifier of the certificate
    Description string
    The description of the privileged portal
    Domain string
    The domain of the privileged portal
    Enabled bool
    Whether or not the privileged portal is enabled
    MicrotenantId string
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    Name string
    The name of the privileged portal
    UserNotification string
    The notification message displayed in the banner of the privileged portallink, if enabled
    UserNotificationEnabled bool
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    CertificateId string
    The unique identifier of the certificate
    Description string
    The description of the privileged portal
    Domain string
    The domain of the privileged portal
    Enabled bool
    Whether or not the privileged portal is enabled
    MicrotenantId string
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    Name string
    The name of the privileged portal
    UserNotification string
    The notification message displayed in the banner of the privileged portallink, if enabled
    UserNotificationEnabled bool
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    certificateId String
    The unique identifier of the certificate
    description String
    The description of the privileged portal
    domain String
    The domain of the privileged portal
    enabled Boolean
    Whether or not the privileged portal is enabled
    microtenantId String
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    name String
    The name of the privileged portal
    userNotification String
    The notification message displayed in the banner of the privileged portallink, if enabled
    userNotificationEnabled Boolean
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    certificateId string
    The unique identifier of the certificate
    description string
    The description of the privileged portal
    domain string
    The domain of the privileged portal
    enabled boolean
    Whether or not the privileged portal is enabled
    microtenantId string
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    name string
    The name of the privileged portal
    userNotification string
    The notification message displayed in the banner of the privileged portallink, if enabled
    userNotificationEnabled boolean
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    certificate_id str
    The unique identifier of the certificate
    description str
    The description of the privileged portal
    domain str
    The domain of the privileged portal
    enabled bool
    Whether or not the privileged portal is enabled
    microtenant_id str
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    name str
    The name of the privileged portal
    user_notification str
    The notification message displayed in the banner of the privileged portallink, if enabled
    user_notification_enabled bool
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    certificateId String
    The unique identifier of the certificate
    description String
    The description of the privileged portal
    domain String
    The domain of the privileged portal
    enabled Boolean
    Whether or not the privileged portal is enabled
    microtenantId String
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    name String
    The name of the privileged portal
    userNotification String
    The notification message displayed in the banner of the privileged portallink, if enabled
    userNotificationEnabled Boolean
    Indicates if the Notification Banner is enabled (true) or disabled (false)

    Outputs

    All input properties are implicitly available as output properties. Additionally, the PraPortalController resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing PraPortalController Resource

    Get an existing PraPortalController resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: PraPortalControllerState, opts?: CustomResourceOptions): PraPortalController
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            certificate_id: Optional[str] = None,
            description: Optional[str] = None,
            domain: Optional[str] = None,
            enabled: Optional[bool] = None,
            microtenant_id: Optional[str] = None,
            name: Optional[str] = None,
            user_notification: Optional[str] = None,
            user_notification_enabled: Optional[bool] = None) -> PraPortalController
    func GetPraPortalController(ctx *Context, name string, id IDInput, state *PraPortalControllerState, opts ...ResourceOption) (*PraPortalController, error)
    public static PraPortalController Get(string name, Input<string> id, PraPortalControllerState? state, CustomResourceOptions? opts = null)
    public static PraPortalController get(String name, Output<String> id, PraPortalControllerState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CertificateId string
    The unique identifier of the certificate
    Description string
    The description of the privileged portal
    Domain string
    The domain of the privileged portal
    Enabled bool
    Whether or not the privileged portal is enabled
    MicrotenantId string
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    Name string
    The name of the privileged portal
    UserNotification string
    The notification message displayed in the banner of the privileged portallink, if enabled
    UserNotificationEnabled bool
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    CertificateId string
    The unique identifier of the certificate
    Description string
    The description of the privileged portal
    Domain string
    The domain of the privileged portal
    Enabled bool
    Whether or not the privileged portal is enabled
    MicrotenantId string
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    Name string
    The name of the privileged portal
    UserNotification string
    The notification message displayed in the banner of the privileged portallink, if enabled
    UserNotificationEnabled bool
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    certificateId String
    The unique identifier of the certificate
    description String
    The description of the privileged portal
    domain String
    The domain of the privileged portal
    enabled Boolean
    Whether or not the privileged portal is enabled
    microtenantId String
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    name String
    The name of the privileged portal
    userNotification String
    The notification message displayed in the banner of the privileged portallink, if enabled
    userNotificationEnabled Boolean
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    certificateId string
    The unique identifier of the certificate
    description string
    The description of the privileged portal
    domain string
    The domain of the privileged portal
    enabled boolean
    Whether or not the privileged portal is enabled
    microtenantId string
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    name string
    The name of the privileged portal
    userNotification string
    The notification message displayed in the banner of the privileged portallink, if enabled
    userNotificationEnabled boolean
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    certificate_id str
    The unique identifier of the certificate
    description str
    The description of the privileged portal
    domain str
    The domain of the privileged portal
    enabled bool
    Whether or not the privileged portal is enabled
    microtenant_id str
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    name str
    The name of the privileged portal
    user_notification str
    The notification message displayed in the banner of the privileged portallink, if enabled
    user_notification_enabled bool
    Indicates if the Notification Banner is enabled (true) or disabled (false)
    certificateId String
    The unique identifier of the certificate
    description String
    The description of the privileged portal
    domain String
    The domain of the privileged portal
    enabled Boolean
    Whether or not the privileged portal is enabled
    microtenantId String
    The unique identifier of the Microtenant for the ZPA tenant. If you are within the Default Microtenant, pass microtenantId as 0 when making requests to retrieve data from the Default Microtenant. Pass microtenantId as null to retrieve data from all customers associated with the tenant.
    name String
    The name of the privileged portal
    userNotification String
    The notification message displayed in the banner of the privileged portallink, if enabled
    userNotificationEnabled Boolean
    Indicates if the Notification Banner is enabled (true) or disabled (false)

    Package Details

    Repository
    zpa zscaler/pulumi-zpa
    License
    MIT
    Notes
    This Pulumi package is based on the zpa Terraform Provider.
    zpa logo
    Zscaler Private Access v0.0.10 published on Tuesday, Apr 9, 2024 by Zscaler