Viewing docs for Netskope Publisher v0.1.11
published on Wednesday, May 20, 2026 by johnneerdael
published on Wednesday, May 20, 2026 by johnneerdael
Viewing docs for Netskope Publisher v0.1.11
published on Wednesday, May 20, 2026 by johnneerdael
published on Wednesday, May 20, 2026 by johnneerdael
Create HcloudPublisher Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new HcloudPublisher(name: string, args?: HcloudPublisherArgs, opts?: ComponentResourceOptions);@overload
def HcloudPublisher(resource_name: str,
args: Optional[HcloudPublisherArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def HcloudPublisher(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_token: Optional[str] = None,
assign_public_ip: Optional[bool] = None,
auth_mode: Optional[str] = None,
bearer_token: Optional[str] = None,
bootstrap: Optional[bool] = None,
bootstrap_url: Optional[str] = None,
datacenter: Optional[str] = None,
delete_default_user: Optional[bool] = None,
firewall_ids: Optional[Sequence[int]] = None,
guest_network_interface: Optional[_provider.GuestNetworkInterfaceArgs] = None,
image: Optional[str] = None,
install_user: Optional[str] = None,
install_user_password: Optional[str] = None,
install_user_password_is_hash: Optional[bool] = None,
install_user_ssh_authorized_keys: Optional[Sequence[str]] = None,
location: Optional[str] = None,
name_prefix: Optional[str] = None,
names: Optional[Sequence[str]] = None,
network_id: Optional[int] = None,
nonat: Optional[bool] = None,
oauth2: Optional[_provider.NetskopeOAuth2ArgsArgs] = None,
registrations: Optional[Mapping[str, _provider.PublisherRegistrationInputArgs]] = None,
replicas: Optional[int] = None,
server_type: Optional[str] = None,
ssh_keys: Optional[Sequence[str]] = None,
tags: Optional[Mapping[str, str]] = None,
tenant_url: Optional[str] = None,
wizard_path: Optional[str] = None)func NewHcloudPublisher(ctx *Context, name string, args *HcloudPublisherArgs, opts ...ResourceOption) (*HcloudPublisher, error)public HcloudPublisher(string name, HcloudPublisherArgs? args = null, ComponentResourceOptions? opts = null)
public HcloudPublisher(String name, HcloudPublisherArgs args)
public HcloudPublisher(String name, HcloudPublisherArgs args, ComponentResourceOptions options)
type: netskope-publisher:HcloudPublisher
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "netskope-publisher_hcloudpublisher" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args HcloudPublisherArgs
- 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 HcloudPublisherArgs
- 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 HcloudPublisherArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args HcloudPublisherArgs
- The arguments to resource properties.
- opts ComponentResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args HcloudPublisherArgs
- 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 hcloudPublisherResource = new NetskopePublisher.HcloudPublisher("hcloudPublisherResource", new()
{
ApiToken = "string",
AssignPublicIp = false,
AuthMode = "string",
BearerToken = "string",
Bootstrap = false,
BootstrapUrl = "string",
Datacenter = "string",
DeleteDefaultUser = false,
FirewallIds = new[]
{
0,
},
GuestNetworkInterface = new NetskopePublisher.Provider.Inputs.GuestNetworkInterfaceArgs
{
Name = "string",
Addresses = new[]
{
"string",
},
Dhcp4 = false,
Gateway4 = "string",
Mtu = 0,
Nameservers = new[]
{
"string",
},
},
Image = "string",
InstallUser = "string",
InstallUserPassword = "string",
InstallUserPasswordIsHash = false,
InstallUserSshAuthorizedKeys = new[]
{
"string",
},
Location = "string",
NamePrefix = "string",
Names = new[]
{
"string",
},
NetworkId = 0,
Nonat = false,
Oauth2 = new NetskopePublisher.Provider.Inputs.NetskopeOAuth2ArgsArgs
{
ClientId = "string",
ClientSecret = "string",
TokenUrl = "string",
Scope = "string",
},
Registrations =
{
{ "string", new NetskopePublisher.Provider.Inputs.PublisherRegistrationInputArgs
{
PublisherId = 0,
RegistrationToken = "string",
ExistedBefore = false,
} },
},
Replicas = 0,
ServerType = "string",
SshKeys = new[]
{
"string",
},
Tags =
{
{ "string", "string" },
},
TenantUrl = "string",
WizardPath = "string",
});
example, err := netskopepublisher.NewHcloudPublisher(ctx, "hcloudPublisherResource", &netskopepublisher.HcloudPublisherArgs{
ApiToken: "string",
AssignPublicIp: false,
AuthMode: "string",
BearerToken: "string",
Bootstrap: false,
BootstrapUrl: "string",
Datacenter: "string",
DeleteDefaultUser: false,
FirewallIds: pulumi.IntArray{
0,
},
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"),
},
},
Image: "string",
InstallUser: "string",
InstallUserPassword: "string",
InstallUserPasswordIsHash: false,
InstallUserSshAuthorizedKeys: pulumi.StringArray{
"string",
},
Location: "string",
NamePrefix: "string",
Names: pulumi.StringArray{
"string",
},
NetworkId: 0,
Nonat: false,
Oauth2: &provider.NetskopeOAuth2ArgsArgs{
ClientId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
TokenUrl: pulumi.String("string"),
Scope: pulumi.String("string"),
},
Registrations: provider.PublisherRegistrationInputMap{
"string": &provider.PublisherRegistrationInputArgs{
PublisherId: pulumi.Int(0),
RegistrationToken: pulumi.String("string"),
ExistedBefore: pulumi.Bool(false),
},
},
Replicas: 0,
ServerType: "string",
SshKeys: pulumi.StringArray{
"string",
},
Tags: pulumi.StringMap{
"string": "string",
},
TenantUrl: "string",
WizardPath: "string",
})
resource "netskope-publisher_hcloudpublisher" "hcloudPublisherResource" {
api_token = "string"
assign_public_ip = false
auth_mode = "string"
bearer_token = "string"
bootstrap = false
bootstrap_url = "string"
datacenter = "string"
delete_default_user = false
firewall_ids = [0]
guest_network_interface = {
name = "string"
addresses = ["string"]
dhcp4 = false
gateway4 = "string"
mtu = 0
nameservers = ["string"]
}
image = "string"
install_user = "string"
install_user_password = "string"
install_user_password_is_hash = false
install_user_ssh_authorized_keys = ["string"]
location = "string"
name_prefix = "string"
names = ["string"]
network_id = 0
nonat = false
oauth2 = {
client_id = "string"
client_secret = "string"
token_url = "string"
scope = "string"
}
registrations = {
"string" = {
publisher_id = 0
registration_token = "string"
existed_before = false
}
}
replicas = 0
server_type = "string"
ssh_keys = ["string"]
tags = {
"string" = "string"
}
tenant_url = "string"
wizard_path = "string"
}
var hcloudPublisherResource = new HcloudPublisher("hcloudPublisherResource", HcloudPublisherArgs.builder()
.apiToken("string")
.assignPublicIp(false)
.authMode("string")
.bearerToken("string")
.bootstrap(false)
.bootstrapUrl("string")
.datacenter("string")
.deleteDefaultUser(false)
.firewallIds(0)
.guestNetworkInterface(GuestNetworkInterfaceArgs.builder()
.name("string")
.addresses("string")
.dhcp4(false)
.gateway4("string")
.mtu(0)
.nameservers("string")
.build())
.image("string")
.installUser("string")
.installUserPassword("string")
.installUserPasswordIsHash(false)
.installUserSshAuthorizedKeys("string")
.location("string")
.namePrefix("string")
.names("string")
.networkId(0)
.nonat(false)
.oauth2(NetskopeOAuth2Args.builder()
.clientId("string")
.clientSecret("string")
.tokenUrl("string")
.scope("string")
.build())
.registrations(Map.of("string", PublisherRegistrationInputArgs.builder()
.publisherId(0)
.registrationToken("string")
.existedBefore(false)
.build()))
.replicas(0)
.serverType("string")
.sshKeys("string")
.tags(Map.of("string", "string"))
.tenantUrl("string")
.wizardPath("string")
.build());
hcloud_publisher_resource = netskope_publisher.HcloudPublisher("hcloudPublisherResource",
api_token="string",
assign_public_ip=False,
auth_mode="string",
bearer_token="string",
bootstrap=False,
bootstrap_url="string",
datacenter="string",
delete_default_user=False,
firewall_ids=[0],
guest_network_interface={
"name": "string",
"addresses": ["string"],
"dhcp4": False,
"gateway4": "string",
"mtu": 0,
"nameservers": ["string"],
},
image="string",
install_user="string",
install_user_password="string",
install_user_password_is_hash=False,
install_user_ssh_authorized_keys=["string"],
location="string",
name_prefix="string",
names=["string"],
network_id=0,
nonat=False,
oauth2={
"client_id": "string",
"client_secret": "string",
"token_url": "string",
"scope": "string",
},
registrations={
"string": {
"publisher_id": 0,
"registration_token": "string",
"existed_before": False,
},
},
replicas=0,
server_type="string",
ssh_keys=["string"],
tags={
"string": "string",
},
tenant_url="string",
wizard_path="string")
const hcloudPublisherResource = new netskope_publisher.HcloudPublisher("hcloudPublisherResource", {
apiToken: "string",
assignPublicIp: false,
authMode: "string",
bearerToken: "string",
bootstrap: false,
bootstrapUrl: "string",
datacenter: "string",
deleteDefaultUser: false,
firewallIds: [0],
guestNetworkInterface: {
name: "string",
addresses: ["string"],
dhcp4: false,
gateway4: "string",
mtu: 0,
nameservers: ["string"],
},
image: "string",
installUser: "string",
installUserPassword: "string",
installUserPasswordIsHash: false,
installUserSshAuthorizedKeys: ["string"],
location: "string",
namePrefix: "string",
names: ["string"],
networkId: 0,
nonat: false,
oauth2: {
clientId: "string",
clientSecret: "string",
tokenUrl: "string",
scope: "string",
},
registrations: {
string: {
publisherId: 0,
registrationToken: "string",
existedBefore: false,
},
},
replicas: 0,
serverType: "string",
sshKeys: ["string"],
tags: {
string: "string",
},
tenantUrl: "string",
wizardPath: "string",
});
type: netskope-publisher:HcloudPublisher
properties:
apiToken: string
assignPublicIp: false
authMode: string
bearerToken: string
bootstrap: false
bootstrapUrl: string
datacenter: string
deleteDefaultUser: false
firewallIds:
- 0
guestNetworkInterface:
addresses:
- string
dhcp4: false
gateway4: string
mtu: 0
name: string
nameservers:
- string
image: string
installUser: string
installUserPassword: string
installUserPasswordIsHash: false
installUserSshAuthorizedKeys:
- string
location: string
namePrefix: string
names:
- string
networkId: 0
nonat: false
oauth2:
clientId: string
clientSecret: string
scope: string
tokenUrl: string
registrations:
string:
existedBefore: false
publisherId: 0
registrationToken: string
replicas: 0
serverType: string
sshKeys:
- string
tags:
string: string
tenantUrl: string
wizardPath: string
HcloudPublisher 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 HcloudPublisher resource accepts the following input properties:
- Api
Token string - Assign
Public boolIp - Auth
Mode string - Bearer
Token string - Bootstrap bool
- Bootstrap
Url string - Datacenter string
- Delete
Default boolUser - Firewall
Ids List<int> - Guest
Network Pulumi.Interface Netskope Publisher. Provider. Inputs. Guest Network Interface - Image string
- Install
User string - Install
User stringPassword - Install
User boolPassword Is Hash - List<string>
- Location string
- Name
Prefix string - Names List<string>
- Network
Id int - Nonat bool
- Oauth2
Pulumi.
Netskope Publisher. Provider. Inputs. Netskope OAuth2Args - Registrations
Dictionary<string, Pulumi.
Netskope Publisher. Provider. Inputs. Publisher Registration Input Args> - Replicas int
- Server
Type string - Ssh
Keys List<string> - Dictionary<string, string>
- Tenant
Url string - Wizard
Path string
- Api
Token string - Assign
Public boolIp - Auth
Mode string - Bearer
Token string - Bootstrap bool
- Bootstrap
Url string - Datacenter string
- Delete
Default boolUser - Firewall
Ids []int - Guest
Network GuestInterface Network Interface Args - Image string
- Install
User string - Install
User stringPassword - Install
User boolPassword Is Hash - []string
- Location string
- Name
Prefix string - Names []string
- Network
Id int - Nonat bool
- Oauth2
Netskope
OAuth2Args Args - Registrations
Publisher
Registration Input Args - Replicas int
- Server
Type string - Ssh
Keys []string - map[string]string
- Tenant
Url string - Wizard
Path string
- api_
token string - assign_
public_ boolip - auth_
mode string - bearer_
token string - bootstrap bool
- bootstrap_
url string - datacenter string
- delete_
default_ booluser - firewall_
ids list(number) - guest_
network_ objectinterface - image string
- install_
user string - install_
user_ stringpassword - install_
user_ boolpassword_ is_ hash - list(string)
- location string
- name_
prefix string - names list(string)
- network_
id number - nonat bool
- oauth2 object
- registrations map(object)
- replicas number
- server_
type string - ssh_
keys list(string) - map(string)
- tenant_
url string - wizard_
path string
- api
Token String - assign
Public BooleanIp - auth
Mode String - bearer
Token String - bootstrap Boolean
- bootstrap
Url String - datacenter String
- delete
Default BooleanUser - firewall
Ids List<Integer> - guest
Network GuestInterface Network Interface - image String
- install
User String - install
User StringPassword - install
User BooleanPassword Is Hash - List<String>
- location String
- name
Prefix String - names List<String>
- network
Id Integer - nonat Boolean
- oauth2
Netskope
OAuth2Args - registrations
Map<String,Publisher
Registration Input Args> - replicas Integer
- server
Type String - ssh
Keys List<String> - Map<String,String>
- tenant
Url String - wizard
Path String
- api
Token string - assign
Public booleanIp - auth
Mode string - bearer
Token string - bootstrap boolean
- bootstrap
Url string - datacenter string
- delete
Default booleanUser - firewall
Ids number[] - guest
Network providerInterface Guest Network Interface - image string
- install
User string - install
User stringPassword - install
User booleanPassword Is Hash - string[]
- location string
- name
Prefix string - names string[]
- network
Id number - nonat boolean
- oauth2
provider
Netskope OAuth2Args - registrations
{[key: string]: provider
Publisher Registration Input Args} - replicas number
- server
Type string - ssh
Keys string[] - {[key: string]: string}
- tenant
Url string - wizard
Path string
- api_
token str - assign_
public_ boolip - auth_
mode str - bearer_
token str - bootstrap bool
- bootstrap_
url str - datacenter str
- delete_
default_ booluser - firewall_
ids Sequence[int] - guest_
network_ provider.interface Guest Network Interface Args - image str
- install_
user str - install_
user_ strpassword - install_
user_ boolpassword_ is_ hash - Sequence[str]
- location str
- name_
prefix str - names Sequence[str]
- network_
id int - nonat bool
- oauth2
provider.
Netskope OAuth2Args Args - registrations
Mapping[str, provider.
Publisher Registration Input Args] - replicas int
- server_
type str - ssh_
keys Sequence[str] - Mapping[str, str]
- tenant_
url str - wizard_
path str
- api
Token String - assign
Public BooleanIp - auth
Mode String - bearer
Token String - bootstrap Boolean
- bootstrap
Url String - datacenter String
- delete
Default BooleanUser - firewall
Ids List<Number> - guest
Network Property MapInterface - image String
- install
User String - install
User StringPassword - install
User BooleanPassword Is Hash - List<String>
- location String
- name
Prefix String - names List<String>
- network
Id Number - nonat Boolean
- oauth2 Property Map
- registrations Map<Property Map>
- replicas Number
- server
Type String - ssh
Keys List<String> - Map<String>
- tenant
Url String - wizard
Path String
Outputs
All input properties are implicitly available as output properties. Additionally, the HcloudPublisher resource produces the following output properties:
- Publisher
Names List<string> - Publishers Dictionary<string, object>
- Publisher
Names []string - Publishers map[string]interface{}
- publisher_
names list(string) - publishers map(any)
- publisher
Names List<String> - publishers Map<String,Object>
- publisher
Names string[] - publishers {[key: string]: any}
- publisher_
names Sequence[str] - publishers Mapping[str, Any]
- publisher
Names List<String> - publishers Map<Any>
Supporting Types
GuestNetworkInterface, GuestNetworkInterfaceArgs
NetskopeOAuth2Args, NetskopeOAuth2ArgsArgs
- Client
Id string - Client
Secret string - Token
Url string - Scope string
- Client
Id string - Client
Secret string - Token
Url string - Scope string
- client_
id string - client_
secret string - token_
url string - scope string
- client
Id String - client
Secret String - token
Url String - scope String
- client
Id string - client
Secret string - token
Url string - scope string
- client_
id str - client_
secret str - token_
url str - scope str
- client
Id String - client
Secret String - token
Url String - scope String
PublisherRegistrationInput, PublisherRegistrationInputArgs
- Publisher
Id int - Registration
Token string - Existed
Before bool
- Publisher
Id int - Registration
Token string - Existed
Before bool
- publisher_
id number - registration_
token string - existed_
before bool
- publisher
Id Integer - registration
Token String - existed
Before Boolean
- publisher
Id number - registration
Token string - existed
Before boolean
- publisher_
id int - registration_
token str - existed_
before bool
- publisher
Id Number - registration
Token String - existed
Before Boolean
Package Details
- Repository
- netskope-publisher johnneerdael/pulumi-netskope-publisher
- License
- Apache-2.0
Viewing docs for Netskope Publisher v0.1.11
published on Wednesday, May 20, 2026 by johnneerdael
published on Wednesday, May 20, 2026 by johnneerdael