1. Packages
  2. Packages
  3. Netskope Publisher
  4. API Docs
  5. OpentelekomcloudPublisher
Viewing docs for Netskope Publisher v0.3.4
published on Thursday, May 21, 2026 by johnneerdael
netskope-publisher logo
Viewing docs for Netskope Publisher v0.3.4
published on Thursday, May 21, 2026 by johnneerdael

    Create OpentelekomcloudPublisher Resource

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

    Constructor syntax

    new OpentelekomcloudPublisher(name: string, args: OpentelekomcloudPublisherArgs, opts?: ComponentResourceOptions);
    @overload
    def OpentelekomcloudPublisher(resource_name: str,
                                  args: OpentelekomcloudPublisherArgs,
                                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def OpentelekomcloudPublisher(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  networks: Optional[Sequence[Mapping[str, Any]]] = None,
                                  install_user_password_is_hash: Optional[bool] = None,
                                  replicas: Optional[int] = None,
                                  bearer_token: Optional[str] = None,
                                  bootstrap: Optional[bool] = None,
                                  install_user_ssh_authorized_keys: Optional[Sequence[str]] = None,
                                  delete_default_user: Optional[bool] = None,
                                  flavor_id: Optional[str] = None,
                                  flavor_name: Optional[str] = None,
                                  guest_network_interface: Optional[_provider.GuestNetworkInterfaceArgs] = None,
                                  image_id: Optional[str] = None,
                                  image_name: Optional[str] = None,
                                  install_user: Optional[str] = None,
                                  availability_zone: Optional[str] = None,
                                  install_user_password: Optional[str] = None,
                                  bootstrap_url: Optional[str] = None,
                                  key_pair: Optional[str] = None,
                                  name_prefix: Optional[str] = None,
                                  names: Optional[Sequence[str]] = None,
                                  auth_mode: Optional[str] = None,
                                  nonat: Optional[bool] = None,
                                  oauth2: Optional[_provider.NetskopeOAuth2ArgsArgs] = None,
                                  placement_labels: Optional[Sequence[str]] = None,
                                  registrations: Optional[Mapping[str, _provider.PublisherRegistrationInputArgs]] = None,
                                  api_token: Optional[str] = None,
                                  security_groups: Optional[Sequence[str]] = None,
                                  tags: Optional[Mapping[str, str]] = None,
                                  tenant_url: Optional[str] = None,
                                  wizard_path: Optional[str] = None)
    func NewOpentelekomcloudPublisher(ctx *Context, name string, args OpentelekomcloudPublisherArgs, opts ...ResourceOption) (*OpentelekomcloudPublisher, error)
    public OpentelekomcloudPublisher(string name, OpentelekomcloudPublisherArgs args, ComponentResourceOptions? opts = null)
    public OpentelekomcloudPublisher(String name, OpentelekomcloudPublisherArgs args)
    public OpentelekomcloudPublisher(String name, OpentelekomcloudPublisherArgs args, ComponentResourceOptions options)
    
    type: netskope-publisher:OpentelekomcloudPublisher
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "netskope-publisher_opentelekomcloudpublisher" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args OpentelekomcloudPublisherArgs
    The arguments to resource properties.
    opts ComponentResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args OpentelekomcloudPublisherArgs
    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 OpentelekomcloudPublisherArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OpentelekomcloudPublisherArgs
    The arguments to resource properties.
    opts ComponentResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OpentelekomcloudPublisherArgs
    The arguments to resource properties.
    options ComponentResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

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

    var opentelekomcloudPublisherResource = new NetskopePublisher.OpentelekomcloudPublisher("opentelekomcloudPublisherResource", new()
    {
        Networks = new[]
        {
            
            {
                { "string", "any" },
            },
        },
        InstallUserPasswordIsHash = false,
        Replicas = 0,
        BearerToken = "string",
        Bootstrap = false,
        InstallUserSshAuthorizedKeys = new[]
        {
            "string",
        },
        DeleteDefaultUser = false,
        FlavorId = "string",
        FlavorName = "string",
        GuestNetworkInterface = new NetskopePublisher.Provider.Inputs.GuestNetworkInterfaceArgs
        {
            Name = "string",
            Addresses = new[]
            {
                "string",
            },
            Dhcp4 = false,
            Gateway4 = "string",
            Mtu = 0,
            Nameservers = new[]
            {
                "string",
            },
        },
        ImageId = "string",
        ImageName = "string",
        InstallUser = "string",
        AvailabilityZone = "string",
        InstallUserPassword = "string",
        BootstrapUrl = "string",
        KeyPair = "string",
        NamePrefix = "string",
        Names = new[]
        {
            "string",
        },
        AuthMode = "string",
        Nonat = false,
        Oauth2 = new NetskopePublisher.Provider.Inputs.NetskopeOAuth2ArgsArgs
        {
            ClientId = "string",
            ClientSecret = "string",
            TokenUrl = "string",
            Scope = "string",
        },
        PlacementLabels = new[]
        {
            "string",
        },
        Registrations = 
        {
            { "string", new NetskopePublisher.Provider.Inputs.PublisherRegistrationInputArgs
            {
                PublisherId = 0,
                RegistrationToken = "string",
                ExistedBefore = false,
            } },
        },
        ApiToken = "string",
        SecurityGroups = new[]
        {
            "string",
        },
        Tags = 
        {
            { "string", "string" },
        },
        TenantUrl = "string",
        WizardPath = "string",
    });
    
    example, err := netskopepublisher.NewOpentelekomcloudPublisher(ctx, "opentelekomcloudPublisherResource", &netskopepublisher.OpentelekomcloudPublisherArgs{
    	Networks: pulumi.MapArray{
    		pulumi.Map{
    			"string": pulumi.Any("any"),
    		},
    	},
    	InstallUserPasswordIsHash: false,
    	Replicas:                  0,
    	BearerToken:               "string",
    	Bootstrap:                 false,
    	InstallUserSshAuthorizedKeys: pulumi.StringArray{
    		"string",
    	},
    	DeleteDefaultUser: false,
    	FlavorId:          "string",
    	FlavorName:        "string",
    	GuestNetworkInterface: &provider.GuestNetworkInterfaceArgs{
    		Name: pulumi.String("string"),
    		Addresses: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    		Dhcp4:    pulumi.Bool(false),
    		Gateway4: pulumi.String("string"),
    		Mtu:      pulumi.Int(0),
    		Nameservers: pulumi.StringArray{
    			pulumi.String("string"),
    		},
    	},
    	ImageId:             "string",
    	ImageName:           "string",
    	InstallUser:         "string",
    	AvailabilityZone:    "string",
    	InstallUserPassword: "string",
    	BootstrapUrl:        "string",
    	KeyPair:             "string",
    	NamePrefix:          "string",
    	Names: pulumi.StringArray{
    		"string",
    	},
    	AuthMode: "string",
    	Nonat:    false,
    	Oauth2: &provider.NetskopeOAuth2ArgsArgs{
    		ClientId:     pulumi.String("string"),
    		ClientSecret: pulumi.String("string"),
    		TokenUrl:     pulumi.String("string"),
    		Scope:        pulumi.String("string"),
    	},
    	PlacementLabels: pulumi.StringArray{
    		"string",
    	},
    	Registrations: provider.PublisherRegistrationInputMap{
    		"string": &provider.PublisherRegistrationInputArgs{
    			PublisherId:       pulumi.Int(0),
    			RegistrationToken: pulumi.String("string"),
    			ExistedBefore:     pulumi.Bool(false),
    		},
    	},
    	ApiToken: "string",
    	SecurityGroups: pulumi.StringArray{
    		"string",
    	},
    	Tags: pulumi.StringMap{
    		"string": "string",
    	},
    	TenantUrl:  "string",
    	WizardPath: "string",
    })
    
    resource "netskope-publisher_opentelekomcloudpublisher" "opentelekomcloudPublisherResource" {
      networks = [{
        "string" = "any"
      }]
      install_user_password_is_hash    = false
      replicas                         = 0
      bearer_token                     = "string"
      bootstrap                        = false
      install_user_ssh_authorized_keys = ["string"]
      delete_default_user              = false
      flavor_id                        = "string"
      flavor_name                      = "string"
      guest_network_interface = {
        name        = "string"
        addresses   = ["string"]
        dhcp4       = false
        gateway4    = "string"
        mtu         = 0
        nameservers = ["string"]
      }
      image_id              = "string"
      image_name            = "string"
      install_user          = "string"
      availability_zone     = "string"
      install_user_password = "string"
      bootstrap_url         = "string"
      key_pair              = "string"
      name_prefix           = "string"
      names                 = ["string"]
      auth_mode             = "string"
      nonat                 = false
      oauth2 = {
        client_id     = "string"
        client_secret = "string"
        token_url     = "string"
        scope         = "string"
      }
      placement_labels = ["string"]
      registrations = {
        "string" = {
          publisher_id       = 0
          registration_token = "string"
          existed_before     = false
        }
      }
      api_token       = "string"
      security_groups = ["string"]
      tags = {
        "string" = "string"
      }
      tenant_url  = "string"
      wizard_path = "string"
    }
    
    var opentelekomcloudPublisherResource = new OpentelekomcloudPublisher("opentelekomcloudPublisherResource", OpentelekomcloudPublisherArgs.builder()
        .networks(Map.of("string", "any"))
        .installUserPasswordIsHash(false)
        .replicas(0)
        .bearerToken("string")
        .bootstrap(false)
        .installUserSshAuthorizedKeys("string")
        .deleteDefaultUser(false)
        .flavorId("string")
        .flavorName("string")
        .guestNetworkInterface(GuestNetworkInterfaceArgs.builder()
            .name("string")
            .addresses("string")
            .dhcp4(false)
            .gateway4("string")
            .mtu(0)
            .nameservers("string")
            .build())
        .imageId("string")
        .imageName("string")
        .installUser("string")
        .availabilityZone("string")
        .installUserPassword("string")
        .bootstrapUrl("string")
        .keyPair("string")
        .namePrefix("string")
        .names("string")
        .authMode("string")
        .nonat(false)
        .oauth2(NetskopeOAuth2Args.builder()
            .clientId("string")
            .clientSecret("string")
            .tokenUrl("string")
            .scope("string")
            .build())
        .placementLabels("string")
        .registrations(Map.of("string", PublisherRegistrationInputArgs.builder()
            .publisherId(0)
            .registrationToken("string")
            .existedBefore(false)
            .build()))
        .apiToken("string")
        .securityGroups("string")
        .tags(Map.of("string", "string"))
        .tenantUrl("string")
        .wizardPath("string")
        .build());
    
    opentelekomcloud_publisher_resource = netskope_publisher.OpentelekomcloudPublisher("opentelekomcloudPublisherResource",
        networks=[{
            "string": "any",
        }],
        install_user_password_is_hash=False,
        replicas=0,
        bearer_token="string",
        bootstrap=False,
        install_user_ssh_authorized_keys=["string"],
        delete_default_user=False,
        flavor_id="string",
        flavor_name="string",
        guest_network_interface={
            "name": "string",
            "addresses": ["string"],
            "dhcp4": False,
            "gateway4": "string",
            "mtu": 0,
            "nameservers": ["string"],
        },
        image_id="string",
        image_name="string",
        install_user="string",
        availability_zone="string",
        install_user_password="string",
        bootstrap_url="string",
        key_pair="string",
        name_prefix="string",
        names=["string"],
        auth_mode="string",
        nonat=False,
        oauth2={
            "client_id": "string",
            "client_secret": "string",
            "token_url": "string",
            "scope": "string",
        },
        placement_labels=["string"],
        registrations={
            "string": {
                "publisher_id": 0,
                "registration_token": "string",
                "existed_before": False,
            },
        },
        api_token="string",
        security_groups=["string"],
        tags={
            "string": "string",
        },
        tenant_url="string",
        wizard_path="string")
    
    const opentelekomcloudPublisherResource = new netskope_publisher.OpentelekomcloudPublisher("opentelekomcloudPublisherResource", {
        networks: [{
            string: "any",
        }],
        installUserPasswordIsHash: false,
        replicas: 0,
        bearerToken: "string",
        bootstrap: false,
        installUserSshAuthorizedKeys: ["string"],
        deleteDefaultUser: false,
        flavorId: "string",
        flavorName: "string",
        guestNetworkInterface: {
            name: "string",
            addresses: ["string"],
            dhcp4: false,
            gateway4: "string",
            mtu: 0,
            nameservers: ["string"],
        },
        imageId: "string",
        imageName: "string",
        installUser: "string",
        availabilityZone: "string",
        installUserPassword: "string",
        bootstrapUrl: "string",
        keyPair: "string",
        namePrefix: "string",
        names: ["string"],
        authMode: "string",
        nonat: false,
        oauth2: {
            clientId: "string",
            clientSecret: "string",
            tokenUrl: "string",
            scope: "string",
        },
        placementLabels: ["string"],
        registrations: {
            string: {
                publisherId: 0,
                registrationToken: "string",
                existedBefore: false,
            },
        },
        apiToken: "string",
        securityGroups: ["string"],
        tags: {
            string: "string",
        },
        tenantUrl: "string",
        wizardPath: "string",
    });
    
    type: netskope-publisher:OpentelekomcloudPublisher
    properties:
        apiToken: string
        authMode: string
        availabilityZone: string
        bearerToken: string
        bootstrap: false
        bootstrapUrl: string
        deleteDefaultUser: false
        flavorId: string
        flavorName: string
        guestNetworkInterface:
            addresses:
                - string
            dhcp4: false
            gateway4: string
            mtu: 0
            name: string
            nameservers:
                - string
        imageId: string
        imageName: string
        installUser: string
        installUserPassword: string
        installUserPasswordIsHash: false
        installUserSshAuthorizedKeys:
            - string
        keyPair: string
        namePrefix: string
        names:
            - string
        networks:
            - string: any
        nonat: false
        oauth2:
            clientId: string
            clientSecret: string
            scope: string
            tokenUrl: string
        placementLabels:
            - string
        registrations:
            string:
                existedBefore: false
                publisherId: 0
                registrationToken: string
        replicas: 0
        securityGroups:
            - string
        tags:
            string: string
        tenantUrl: string
        wizardPath: string
    

    OpentelekomcloudPublisher Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The OpentelekomcloudPublisher resource accepts the following input properties:

    Networks List<ImmutableDictionary<string, object>>
    ApiToken string
    AuthMode string
    AvailabilityZone string
    BearerToken string
    Bootstrap bool
    BootstrapUrl string
    DeleteDefaultUser bool
    FlavorId string
    FlavorName string
    GuestNetworkInterface Pulumi.NetskopePublisher.Provider.Inputs.GuestNetworkInterface
    ImageId string
    ImageName string
    InstallUser string
    InstallUserPassword string
    InstallUserPasswordIsHash bool
    InstallUserSshAuthorizedKeys List<string>
    KeyPair string
    NamePrefix string
    Names List<string>
    Nonat bool
    Oauth2 Pulumi.NetskopePublisher.Provider.Inputs.NetskopeOAuth2Args
    PlacementLabels List<string>
    Registrations Dictionary<string, Pulumi.NetskopePublisher.Provider.Inputs.PublisherRegistrationInputArgs>
    Replicas int
    SecurityGroups List<string>
    Tags Dictionary<string, string>
    TenantUrl string
    WizardPath string
    networks List<Map<String,Object>>
    apiToken String
    authMode String
    availabilityZone String
    bearerToken String
    bootstrap Boolean
    bootstrapUrl String
    deleteDefaultUser Boolean
    flavorId String
    flavorName String
    guestNetworkInterface GuestNetworkInterface
    imageId String
    imageName String
    installUser String
    installUserPassword String
    installUserPasswordIsHash Boolean
    installUserSshAuthorizedKeys List<String>
    keyPair String
    namePrefix String
    names List<String>
    nonat Boolean
    oauth2 NetskopeOAuth2Args
    placementLabels List<String>
    registrations Map<String,PublisherRegistrationInputArgs>
    replicas Integer
    securityGroups List<String>
    tags Map<String,String>
    tenantUrl String
    wizardPath String
    networks {[key: string]: any}[]
    apiToken string
    authMode string
    availabilityZone string
    bearerToken string
    bootstrap boolean
    bootstrapUrl string
    deleteDefaultUser boolean
    flavorId string
    flavorName string
    guestNetworkInterface providerGuestNetworkInterface
    imageId string
    imageName string
    installUser string
    installUserPassword string
    installUserPasswordIsHash boolean
    installUserSshAuthorizedKeys string[]
    keyPair string
    namePrefix string
    names string[]
    nonat boolean
    oauth2 providerNetskopeOAuth2Args
    placementLabels string[]
    registrations {[key: string]: providerPublisherRegistrationInputArgs}
    replicas number
    securityGroups string[]
    tags {[key: string]: string}
    tenantUrl string
    wizardPath string
    networks List<Map<Any>>
    apiToken String
    authMode String
    availabilityZone String
    bearerToken String
    bootstrap Boolean
    bootstrapUrl String
    deleteDefaultUser Boolean
    flavorId String
    flavorName String
    guestNetworkInterface Property Map
    imageId String
    imageName String
    installUser String
    installUserPassword String
    installUserPasswordIsHash Boolean
    installUserSshAuthorizedKeys List<String>
    keyPair String
    namePrefix String
    names List<String>
    nonat Boolean
    oauth2 Property Map
    placementLabels List<String>
    registrations Map<Property Map>
    replicas Number
    securityGroups List<String>
    tags Map<String>
    tenantUrl String
    wizardPath String

    Outputs

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

    PublisherNames List<string>
    Publishers Dictionary<string, object>
    PublisherNames []string
    Publishers map[string]interface{}
    publisher_names list(string)
    publishers map(any)
    publisherNames List<String>
    publishers Map<String,Object>
    publisherNames string[]
    publishers {[key: string]: any}
    publisher_names Sequence[str]
    publishers Mapping[str, Any]
    publisherNames List<String>
    publishers Map<Any>

    Supporting Types

    GuestNetworkInterface, GuestNetworkInterfaceArgs

    Name string
    Addresses List<string>
    Dhcp4 bool
    Gateway4 string
    Mtu int
    Nameservers List<string>
    Name string
    Addresses []string
    Dhcp4 bool
    Gateway4 string
    Mtu int
    Nameservers []string
    name string
    addresses list(string)
    dhcp4 bool
    gateway4 string
    mtu number
    nameservers list(string)
    name String
    addresses List<String>
    dhcp4 Boolean
    gateway4 String
    mtu Integer
    nameservers List<String>
    name string
    addresses string[]
    dhcp4 boolean
    gateway4 string
    mtu number
    nameservers string[]
    name str
    addresses Sequence[str]
    dhcp4 bool
    gateway4 str
    mtu int
    nameservers Sequence[str]
    name String
    addresses List<String>
    dhcp4 Boolean
    gateway4 String
    mtu Number
    nameservers List<String>

    NetskopeOAuth2Args, NetskopeOAuth2ArgsArgs

    ClientId string
    ClientSecret string
    TokenUrl string
    Scope string
    ClientId string
    ClientSecret string
    TokenUrl string
    Scope string
    client_id string
    client_secret string
    token_url string
    scope string
    clientId String
    clientSecret String
    tokenUrl String
    scope String
    clientId string
    clientSecret string
    tokenUrl string
    scope string
    clientId String
    clientSecret String
    tokenUrl String
    scope String

    PublisherRegistrationInput, PublisherRegistrationInputArgs

    Package Details

    Repository
    netskope-publisher johnneerdael/pulumi-netskope-publisher
    License
    Apache-2.0
    netskope-publisher logo
    Viewing docs for Netskope Publisher v0.3.4
    published on Thursday, May 21, 2026 by johnneerdael

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial