Viewing docs for Netskope Publisher v0.3.4
published on Thursday, May 21, 2026 by johnneerdael
published on Thursday, May 21, 2026 by johnneerdael
Viewing docs for Netskope Publisher v0.3.4
published on Thursday, May 21, 2026 by johnneerdael
published on Thursday, May 21, 2026 by johnneerdael
Create UpcloudPublisher Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new UpcloudPublisher(name: string, args: UpcloudPublisherArgs, opts?: ComponentResourceOptions);@overload
def UpcloudPublisher(resource_name: str,
args: UpcloudPublisherArgs,
opts: Optional[ResourceOptions] = None)
@overload
def UpcloudPublisher(resource_name: str,
opts: Optional[ResourceOptions] = None,
zone: Optional[str] = None,
name_prefix: Optional[str] = None,
template: Optional[str] = None,
bootstrap: Optional[bool] = None,
bootstrap_url: Optional[str] = None,
delete_default_user: Optional[bool] = None,
guest_network_interface: Optional[_provider.GuestNetworkInterfaceArgs] = None,
hostname: 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,
api_token: Optional[str] = None,
bearer_token: Optional[str] = None,
nonat: Optional[bool] = None,
names: Optional[Sequence[str]] = None,
oauth2: Optional[_provider.NetskopeOAuth2ArgsArgs] = None,
placement_labels: Optional[Sequence[str]] = None,
plan: Optional[str] = None,
registrations: Optional[Mapping[str, _provider.PublisherRegistrationInputArgs]] = None,
replicas: Optional[int] = None,
tags: Optional[Mapping[str, str]] = None,
network_interfaces: Optional[Sequence[Mapping[str, Any]]] = None,
tenant_url: Optional[str] = None,
wizard_path: Optional[str] = None,
auth_mode: Optional[str] = None)func NewUpcloudPublisher(ctx *Context, name string, args UpcloudPublisherArgs, opts ...ResourceOption) (*UpcloudPublisher, error)public UpcloudPublisher(string name, UpcloudPublisherArgs args, ComponentResourceOptions? opts = null)
public UpcloudPublisher(String name, UpcloudPublisherArgs args)
public UpcloudPublisher(String name, UpcloudPublisherArgs args, ComponentResourceOptions options)
type: netskope-publisher:UpcloudPublisher
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "netskope-publisher_upcloudpublisher" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args UpcloudPublisherArgs
- 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 UpcloudPublisherArgs
- 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 UpcloudPublisherArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args UpcloudPublisherArgs
- The arguments to resource properties.
- opts ComponentResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args UpcloudPublisherArgs
- 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 upcloudPublisherResource = new NetskopePublisher.UpcloudPublisher("upcloudPublisherResource", new()
{
Zone = "string",
NamePrefix = "string",
Template = "string",
Bootstrap = false,
BootstrapUrl = "string",
DeleteDefaultUser = false,
GuestNetworkInterface = new NetskopePublisher.Provider.Inputs.GuestNetworkInterfaceArgs
{
Name = "string",
Addresses = new[]
{
"string",
},
Dhcp4 = false,
Gateway4 = "string",
Mtu = 0,
Nameservers = new[]
{
"string",
},
},
Hostname = "string",
InstallUser = "string",
InstallUserPassword = "string",
InstallUserPasswordIsHash = false,
InstallUserSshAuthorizedKeys = new[]
{
"string",
},
ApiToken = "string",
BearerToken = "string",
Nonat = false,
Names = new[]
{
"string",
},
Oauth2 = new NetskopePublisher.Provider.Inputs.NetskopeOAuth2ArgsArgs
{
ClientId = "string",
ClientSecret = "string",
TokenUrl = "string",
Scope = "string",
},
PlacementLabels = new[]
{
"string",
},
Plan = "string",
Registrations =
{
{ "string", new NetskopePublisher.Provider.Inputs.PublisherRegistrationInputArgs
{
PublisherId = 0,
RegistrationToken = "string",
ExistedBefore = false,
} },
},
Replicas = 0,
Tags =
{
{ "string", "string" },
},
NetworkInterfaces = new[]
{
{
{ "string", "any" },
},
},
TenantUrl = "string",
WizardPath = "string",
AuthMode = "string",
});
example, err := netskopepublisher.NewUpcloudPublisher(ctx, "upcloudPublisherResource", &netskopepublisher.UpcloudPublisherArgs{
Zone: "string",
NamePrefix: "string",
Template: "string",
Bootstrap: false,
BootstrapUrl: "string",
DeleteDefaultUser: false,
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"),
},
},
Hostname: "string",
InstallUser: "string",
InstallUserPassword: "string",
InstallUserPasswordIsHash: false,
InstallUserSshAuthorizedKeys: pulumi.StringArray{
"string",
},
ApiToken: "string",
BearerToken: "string",
Nonat: false,
Names: pulumi.StringArray{
"string",
},
Oauth2: &provider.NetskopeOAuth2ArgsArgs{
ClientId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
TokenUrl: pulumi.String("string"),
Scope: pulumi.String("string"),
},
PlacementLabels: pulumi.StringArray{
"string",
},
Plan: "string",
Registrations: provider.PublisherRegistrationInputMap{
"string": &provider.PublisherRegistrationInputArgs{
PublisherId: pulumi.Int(0),
RegistrationToken: pulumi.String("string"),
ExistedBefore: pulumi.Bool(false),
},
},
Replicas: 0,
Tags: pulumi.StringMap{
"string": "string",
},
NetworkInterfaces: pulumi.MapArray{
pulumi.Map{
"string": pulumi.Any("any"),
},
},
TenantUrl: "string",
WizardPath: "string",
AuthMode: "string",
})
resource "netskope-publisher_upcloudpublisher" "upcloudPublisherResource" {
zone = "string"
name_prefix = "string"
template = "string"
bootstrap = false
bootstrap_url = "string"
delete_default_user = false
guest_network_interface = {
name = "string"
addresses = ["string"]
dhcp4 = false
gateway4 = "string"
mtu = 0
nameservers = ["string"]
}
hostname = "string"
install_user = "string"
install_user_password = "string"
install_user_password_is_hash = false
install_user_ssh_authorized_keys = ["string"]
api_token = "string"
bearer_token = "string"
nonat = false
names = ["string"]
oauth2 = {
client_id = "string"
client_secret = "string"
token_url = "string"
scope = "string"
}
placement_labels = ["string"]
plan = "string"
registrations = {
"string" = {
publisher_id = 0
registration_token = "string"
existed_before = false
}
}
replicas = 0
tags = {
"string" = "string"
}
network_interfaces = [{
"string" = "any"
}]
tenant_url = "string"
wizard_path = "string"
auth_mode = "string"
}
var upcloudPublisherResource = new UpcloudPublisher("upcloudPublisherResource", UpcloudPublisherArgs.builder()
.zone("string")
.namePrefix("string")
.template("string")
.bootstrap(false)
.bootstrapUrl("string")
.deleteDefaultUser(false)
.guestNetworkInterface(GuestNetworkInterfaceArgs.builder()
.name("string")
.addresses("string")
.dhcp4(false)
.gateway4("string")
.mtu(0)
.nameservers("string")
.build())
.hostname("string")
.installUser("string")
.installUserPassword("string")
.installUserPasswordIsHash(false)
.installUserSshAuthorizedKeys("string")
.apiToken("string")
.bearerToken("string")
.nonat(false)
.names("string")
.oauth2(NetskopeOAuth2Args.builder()
.clientId("string")
.clientSecret("string")
.tokenUrl("string")
.scope("string")
.build())
.placementLabels("string")
.plan("string")
.registrations(Map.of("string", PublisherRegistrationInputArgs.builder()
.publisherId(0)
.registrationToken("string")
.existedBefore(false)
.build()))
.replicas(0)
.tags(Map.of("string", "string"))
.networkInterfaces(Map.of("string", "any"))
.tenantUrl("string")
.wizardPath("string")
.authMode("string")
.build());
upcloud_publisher_resource = netskope_publisher.UpcloudPublisher("upcloudPublisherResource",
zone="string",
name_prefix="string",
template="string",
bootstrap=False,
bootstrap_url="string",
delete_default_user=False,
guest_network_interface={
"name": "string",
"addresses": ["string"],
"dhcp4": False,
"gateway4": "string",
"mtu": 0,
"nameservers": ["string"],
},
hostname="string",
install_user="string",
install_user_password="string",
install_user_password_is_hash=False,
install_user_ssh_authorized_keys=["string"],
api_token="string",
bearer_token="string",
nonat=False,
names=["string"],
oauth2={
"client_id": "string",
"client_secret": "string",
"token_url": "string",
"scope": "string",
},
placement_labels=["string"],
plan="string",
registrations={
"string": {
"publisher_id": 0,
"registration_token": "string",
"existed_before": False,
},
},
replicas=0,
tags={
"string": "string",
},
network_interfaces=[{
"string": "any",
}],
tenant_url="string",
wizard_path="string",
auth_mode="string")
const upcloudPublisherResource = new netskope_publisher.UpcloudPublisher("upcloudPublisherResource", {
zone: "string",
namePrefix: "string",
template: "string",
bootstrap: false,
bootstrapUrl: "string",
deleteDefaultUser: false,
guestNetworkInterface: {
name: "string",
addresses: ["string"],
dhcp4: false,
gateway4: "string",
mtu: 0,
nameservers: ["string"],
},
hostname: "string",
installUser: "string",
installUserPassword: "string",
installUserPasswordIsHash: false,
installUserSshAuthorizedKeys: ["string"],
apiToken: "string",
bearerToken: "string",
nonat: false,
names: ["string"],
oauth2: {
clientId: "string",
clientSecret: "string",
tokenUrl: "string",
scope: "string",
},
placementLabels: ["string"],
plan: "string",
registrations: {
string: {
publisherId: 0,
registrationToken: "string",
existedBefore: false,
},
},
replicas: 0,
tags: {
string: "string",
},
networkInterfaces: [{
string: "any",
}],
tenantUrl: "string",
wizardPath: "string",
authMode: "string",
});
type: netskope-publisher:UpcloudPublisher
properties:
apiToken: string
authMode: string
bearerToken: string
bootstrap: false
bootstrapUrl: string
deleteDefaultUser: false
guestNetworkInterface:
addresses:
- string
dhcp4: false
gateway4: string
mtu: 0
name: string
nameservers:
- string
hostname: string
installUser: string
installUserPassword: string
installUserPasswordIsHash: false
installUserSshAuthorizedKeys:
- string
namePrefix: string
names:
- string
networkInterfaces:
- string: any
nonat: false
oauth2:
clientId: string
clientSecret: string
scope: string
tokenUrl: string
placementLabels:
- string
plan: string
registrations:
string:
existedBefore: false
publisherId: 0
registrationToken: string
replicas: 0
tags:
string: string
template: string
tenantUrl: string
wizardPath: string
zone: string
UpcloudPublisher 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 UpcloudPublisher resource accepts the following input properties:
- Zone string
- Api
Token string - Auth
Mode string - Bearer
Token string - Bootstrap bool
- Bootstrap
Url string - Delete
Default boolUser - Guest
Network Pulumi.Interface Netskope Publisher. Provider. Inputs. Guest Network Interface - Hostname string
- Install
User string - Install
User stringPassword - Install
User boolPassword Is Hash - List<string>
- Name
Prefix string - Names List<string>
- Network
Interfaces List<ImmutableDictionary<string, object>> - Nonat bool
- Oauth2
Pulumi.
Netskope Publisher. Provider. Inputs. Netskope OAuth2Args - Placement
Labels List<string> - Plan string
- Registrations
Dictionary<string, Pulumi.
Netskope Publisher. Provider. Inputs. Publisher Registration Input Args> - Replicas int
- Dictionary<string, string>
- Template string
- Tenant
Url string - Wizard
Path string
- Zone string
- Api
Token string - Auth
Mode string - Bearer
Token string - Bootstrap bool
- Bootstrap
Url string - Delete
Default boolUser - Guest
Network GuestInterface Network Interface Args - Hostname string
- Install
User string - Install
User stringPassword - Install
User boolPassword Is Hash - []string
- Name
Prefix string - Names []string
- Network
Interfaces []map[string]interface{} - Nonat bool
- Oauth2
Netskope
OAuth2Args Args - Placement
Labels []string - Plan string
- Registrations
Publisher
Registration Input Args - Replicas int
- map[string]string
- Template string
- Tenant
Url string - Wizard
Path string
- zone string
- api_
token string - auth_
mode string - bearer_
token string - bootstrap bool
- bootstrap_
url string - delete_
default_ booluser - guest_
network_ objectinterface - hostname string
- install_
user string - install_
user_ stringpassword - install_
user_ boolpassword_ is_ hash - list(string)
- name_
prefix string - names list(string)
- network_
interfaces list(map(any)) - nonat bool
- oauth2 object
- placement_
labels list(string) - plan string
- registrations map(object)
- replicas number
- map(string)
- template string
- tenant_
url string - wizard_
path string
- zone String
- api
Token String - auth
Mode String - bearer
Token String - bootstrap Boolean
- bootstrap
Url String - delete
Default BooleanUser - guest
Network GuestInterface Network Interface - hostname String
- install
User String - install
User StringPassword - install
User BooleanPassword Is Hash - List<String>
- name
Prefix String - names List<String>
- network
Interfaces List<Map<String,Object>> - nonat Boolean
- oauth2
Netskope
OAuth2Args - placement
Labels List<String> - plan String
- registrations
Map<String,Publisher
Registration Input Args> - replicas Integer
- Map<String,String>
- template String
- tenant
Url String - wizard
Path String
- zone string
- api
Token string - auth
Mode string - bearer
Token string - bootstrap boolean
- bootstrap
Url string - delete
Default booleanUser - guest
Network providerInterface Guest Network Interface - hostname string
- install
User string - install
User stringPassword - install
User booleanPassword Is Hash - string[]
- name
Prefix string - names string[]
- network
Interfaces {[key: string]: any}[] - nonat boolean
- oauth2
provider
Netskope OAuth2Args - placement
Labels string[] - plan string
- registrations
{[key: string]: provider
Publisher Registration Input Args} - replicas number
- {[key: string]: string}
- template string
- tenant
Url string - wizard
Path string
- zone str
- api_
token str - auth_
mode str - bearer_
token str - bootstrap bool
- bootstrap_
url str - delete_
default_ booluser - guest_
network_ provider.interface Guest Network Interface Args - hostname str
- install_
user str - install_
user_ strpassword - install_
user_ boolpassword_ is_ hash - Sequence[str]
- name_
prefix str - names Sequence[str]
- network_
interfaces Sequence[Mapping[str, Any]] - nonat bool
- oauth2
provider.
Netskope OAuth2Args Args - placement_
labels Sequence[str] - plan str
- registrations
Mapping[str, provider.
Publisher Registration Input Args] - replicas int
- Mapping[str, str]
- template str
- tenant_
url str - wizard_
path str
- zone String
- api
Token String - auth
Mode String - bearer
Token String - bootstrap Boolean
- bootstrap
Url String - delete
Default BooleanUser - guest
Network Property MapInterface - hostname String
- install
User String - install
User StringPassword - install
User BooleanPassword Is Hash - List<String>
- name
Prefix String - names List<String>
- network
Interfaces List<Map<Any>> - nonat Boolean
- oauth2 Property Map
- placement
Labels List<String> - plan String
- registrations Map<Property Map>
- replicas Number
- Map<String>
- template String
- tenant
Url String - wizard
Path String
Outputs
All input properties are implicitly available as output properties. Additionally, the UpcloudPublisher 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.3.4
published on Thursday, May 21, 2026 by johnneerdael
published on Thursday, May 21, 2026 by johnneerdael