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 AzurePublisher Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AzurePublisher(name: string, args: AzurePublisherArgs, opts?: ComponentResourceOptions);@overload
def AzurePublisher(resource_name: str,
args: AzurePublisherArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AzurePublisher(resource_name: str,
opts: Optional[ResourceOptions] = None,
location: Optional[str] = None,
admin_ssh_public_key: Optional[str] = None,
subnet_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
bootstrap_url: Optional[str] = None,
marketplace: Optional[_provider.AzureMarketplaceImageArgs] = None,
bearer_token: Optional[str] = None,
bootstrap: Optional[bool] = None,
accept_marketplace_terms: Optional[bool] = None,
delete_default_user: Optional[bool] = None,
guest_network_interface: Optional[_provider.GuestNetworkInterfaceArgs] = None,
image_id: 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,
assign_public_ip: Optional[bool] = None,
auth_mode: Optional[str] = None,
name_prefix: Optional[str] = None,
names: Optional[Sequence[str]] = None,
network_security_group_id: Optional[str] = None,
nonat: Optional[bool] = None,
oauth2: Optional[_provider.NetskopeOAuth2ArgsArgs] = None,
os_disk: Optional[_provider.AzureOsDiskArgs] = None,
registrations: Optional[Mapping[str, _provider.PublisherRegistrationInputArgs]] = None,
replicas: Optional[int] = None,
api_token: Optional[str] = None,
admin_username: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
tenant_url: Optional[str] = None,
vm_size: Optional[str] = None,
wizard_path: Optional[str] = None)func NewAzurePublisher(ctx *Context, name string, args AzurePublisherArgs, opts ...ResourceOption) (*AzurePublisher, error)public AzurePublisher(string name, AzurePublisherArgs args, ComponentResourceOptions? opts = null)
public AzurePublisher(String name, AzurePublisherArgs args)
public AzurePublisher(String name, AzurePublisherArgs args, ComponentResourceOptions options)
type: netskope-publisher:AzurePublisher
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "netskope-publisher_azurepublisher" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args AzurePublisherArgs
- 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 AzurePublisherArgs
- 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 AzurePublisherArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AzurePublisherArgs
- The arguments to resource properties.
- opts ComponentResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AzurePublisherArgs
- 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 azurePublisherResource = new NetskopePublisher.AzurePublisher("azurePublisherResource", new()
{
Location = "string",
AdminSshPublicKey = "string",
SubnetId = "string",
ResourceGroupName = "string",
BootstrapUrl = "string",
Marketplace = new NetskopePublisher.Provider.Inputs.AzureMarketplaceImageArgs
{
Offer = "string",
Publisher = "string",
Sku = "string",
Version = "string",
},
BearerToken = "string",
Bootstrap = false,
AcceptMarketplaceTerms = false,
DeleteDefaultUser = false,
GuestNetworkInterface = new NetskopePublisher.Provider.Inputs.GuestNetworkInterfaceArgs
{
Name = "string",
Addresses = new[]
{
"string",
},
Dhcp4 = false,
Gateway4 = "string",
Mtu = 0,
Nameservers = new[]
{
"string",
},
},
ImageId = "string",
InstallUser = "string",
InstallUserPassword = "string",
InstallUserPasswordIsHash = false,
InstallUserSshAuthorizedKeys = new[]
{
"string",
},
AssignPublicIp = false,
AuthMode = "string",
NamePrefix = "string",
Names = new[]
{
"string",
},
NetworkSecurityGroupId = "string",
Nonat = false,
Oauth2 = new NetskopePublisher.Provider.Inputs.NetskopeOAuth2ArgsArgs
{
ClientId = "string",
ClientSecret = "string",
TokenUrl = "string",
Scope = "string",
},
OsDisk = new NetskopePublisher.Provider.Inputs.AzureOsDiskArgs
{
SizeGb = 0,
Type = "string",
},
Registrations =
{
{ "string", new NetskopePublisher.Provider.Inputs.PublisherRegistrationInputArgs
{
PublisherId = 0,
RegistrationToken = "string",
ExistedBefore = false,
} },
},
Replicas = 0,
ApiToken = "string",
AdminUsername = "string",
Tags =
{
{ "string", "string" },
},
TenantUrl = "string",
VmSize = "string",
WizardPath = "string",
});
example, err := netskopepublisher.NewAzurePublisher(ctx, "azurePublisherResource", &netskopepublisher.AzurePublisherArgs{
Location: "string",
AdminSshPublicKey: "string",
SubnetId: "string",
ResourceGroupName: "string",
BootstrapUrl: "string",
Marketplace: &provider.AzureMarketplaceImageArgs{
Offer: pulumi.String("string"),
Publisher: pulumi.String("string"),
Sku: pulumi.String("string"),
Version: pulumi.String("string"),
},
BearerToken: "string",
Bootstrap: false,
AcceptMarketplaceTerms: false,
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"),
},
},
ImageId: "string",
InstallUser: "string",
InstallUserPassword: "string",
InstallUserPasswordIsHash: false,
InstallUserSshAuthorizedKeys: pulumi.StringArray{
"string",
},
AssignPublicIp: false,
AuthMode: "string",
NamePrefix: "string",
Names: pulumi.StringArray{
"string",
},
NetworkSecurityGroupId: "string",
Nonat: false,
Oauth2: &provider.NetskopeOAuth2ArgsArgs{
ClientId: pulumi.String("string"),
ClientSecret: pulumi.String("string"),
TokenUrl: pulumi.String("string"),
Scope: pulumi.String("string"),
},
OsDisk: &provider.AzureOsDiskArgs{
SizeGb: pulumi.Int(0),
Type: pulumi.String("string"),
},
Registrations: provider.PublisherRegistrationInputMap{
"string": &provider.PublisherRegistrationInputArgs{
PublisherId: pulumi.Int(0),
RegistrationToken: pulumi.String("string"),
ExistedBefore: pulumi.Bool(false),
},
},
Replicas: 0,
ApiToken: "string",
AdminUsername: "string",
Tags: pulumi.StringMap{
"string": "string",
},
TenantUrl: "string",
VmSize: "string",
WizardPath: "string",
})
resource "netskope-publisher_azurepublisher" "azurePublisherResource" {
location = "string"
admin_ssh_public_key = "string"
subnet_id = "string"
resource_group_name = "string"
bootstrap_url = "string"
marketplace = {
offer = "string"
publisher = "string"
sku = "string"
version = "string"
}
bearer_token = "string"
bootstrap = false
accept_marketplace_terms = false
delete_default_user = false
guest_network_interface = {
name = "string"
addresses = ["string"]
dhcp4 = false
gateway4 = "string"
mtu = 0
nameservers = ["string"]
}
image_id = "string"
install_user = "string"
install_user_password = "string"
install_user_password_is_hash = false
install_user_ssh_authorized_keys = ["string"]
assign_public_ip = false
auth_mode = "string"
name_prefix = "string"
names = ["string"]
network_security_group_id = "string"
nonat = false
oauth2 = {
client_id = "string"
client_secret = "string"
token_url = "string"
scope = "string"
}
os_disk = {
size_gb = 0
type = "string"
}
registrations = {
"string" = {
publisher_id = 0
registration_token = "string"
existed_before = false
}
}
replicas = 0
api_token = "string"
admin_username = "string"
tags = {
"string" = "string"
}
tenant_url = "string"
vm_size = "string"
wizard_path = "string"
}
var azurePublisherResource = new AzurePublisher("azurePublisherResource", AzurePublisherArgs.builder()
.location("string")
.adminSshPublicKey("string")
.subnetId("string")
.resourceGroupName("string")
.bootstrapUrl("string")
.marketplace(AzureMarketplaceImageArgs.builder()
.offer("string")
.publisher("string")
.sku("string")
.version("string")
.build())
.bearerToken("string")
.bootstrap(false)
.acceptMarketplaceTerms(false)
.deleteDefaultUser(false)
.guestNetworkInterface(GuestNetworkInterfaceArgs.builder()
.name("string")
.addresses("string")
.dhcp4(false)
.gateway4("string")
.mtu(0)
.nameservers("string")
.build())
.imageId("string")
.installUser("string")
.installUserPassword("string")
.installUserPasswordIsHash(false)
.installUserSshAuthorizedKeys("string")
.assignPublicIp(false)
.authMode("string")
.namePrefix("string")
.names("string")
.networkSecurityGroupId("string")
.nonat(false)
.oauth2(NetskopeOAuth2Args.builder()
.clientId("string")
.clientSecret("string")
.tokenUrl("string")
.scope("string")
.build())
.osDisk(AzureOsDiskArgs.builder()
.sizeGb(0)
.type("string")
.build())
.registrations(Map.of("string", PublisherRegistrationInputArgs.builder()
.publisherId(0)
.registrationToken("string")
.existedBefore(false)
.build()))
.replicas(0)
.apiToken("string")
.adminUsername("string")
.tags(Map.of("string", "string"))
.tenantUrl("string")
.vmSize("string")
.wizardPath("string")
.build());
azure_publisher_resource = netskope_publisher.AzurePublisher("azurePublisherResource",
location="string",
admin_ssh_public_key="string",
subnet_id="string",
resource_group_name="string",
bootstrap_url="string",
marketplace={
"offer": "string",
"publisher": "string",
"sku": "string",
"version": "string",
},
bearer_token="string",
bootstrap=False,
accept_marketplace_terms=False,
delete_default_user=False,
guest_network_interface={
"name": "string",
"addresses": ["string"],
"dhcp4": False,
"gateway4": "string",
"mtu": 0,
"nameservers": ["string"],
},
image_id="string",
install_user="string",
install_user_password="string",
install_user_password_is_hash=False,
install_user_ssh_authorized_keys=["string"],
assign_public_ip=False,
auth_mode="string",
name_prefix="string",
names=["string"],
network_security_group_id="string",
nonat=False,
oauth2={
"client_id": "string",
"client_secret": "string",
"token_url": "string",
"scope": "string",
},
os_disk={
"size_gb": 0,
"type": "string",
},
registrations={
"string": {
"publisher_id": 0,
"registration_token": "string",
"existed_before": False,
},
},
replicas=0,
api_token="string",
admin_username="string",
tags={
"string": "string",
},
tenant_url="string",
vm_size="string",
wizard_path="string")
const azurePublisherResource = new netskope_publisher.AzurePublisher("azurePublisherResource", {
location: "string",
adminSshPublicKey: "string",
subnetId: "string",
resourceGroupName: "string",
bootstrapUrl: "string",
marketplace: {
offer: "string",
publisher: "string",
sku: "string",
version: "string",
},
bearerToken: "string",
bootstrap: false,
acceptMarketplaceTerms: false,
deleteDefaultUser: false,
guestNetworkInterface: {
name: "string",
addresses: ["string"],
dhcp4: false,
gateway4: "string",
mtu: 0,
nameservers: ["string"],
},
imageId: "string",
installUser: "string",
installUserPassword: "string",
installUserPasswordIsHash: false,
installUserSshAuthorizedKeys: ["string"],
assignPublicIp: false,
authMode: "string",
namePrefix: "string",
names: ["string"],
networkSecurityGroupId: "string",
nonat: false,
oauth2: {
clientId: "string",
clientSecret: "string",
tokenUrl: "string",
scope: "string",
},
osDisk: {
sizeGb: 0,
type: "string",
},
registrations: {
string: {
publisherId: 0,
registrationToken: "string",
existedBefore: false,
},
},
replicas: 0,
apiToken: "string",
adminUsername: "string",
tags: {
string: "string",
},
tenantUrl: "string",
vmSize: "string",
wizardPath: "string",
});
type: netskope-publisher:AzurePublisher
properties:
acceptMarketplaceTerms: false
adminSshPublicKey: string
adminUsername: string
apiToken: string
assignPublicIp: false
authMode: string
bearerToken: string
bootstrap: false
bootstrapUrl: string
deleteDefaultUser: false
guestNetworkInterface:
addresses:
- string
dhcp4: false
gateway4: string
mtu: 0
name: string
nameservers:
- string
imageId: string
installUser: string
installUserPassword: string
installUserPasswordIsHash: false
installUserSshAuthorizedKeys:
- string
location: string
marketplace:
offer: string
publisher: string
sku: string
version: string
namePrefix: string
names:
- string
networkSecurityGroupId: string
nonat: false
oauth2:
clientId: string
clientSecret: string
scope: string
tokenUrl: string
osDisk:
sizeGb: 0
type: string
registrations:
string:
existedBefore: false
publisherId: 0
registrationToken: string
replicas: 0
resourceGroupName: string
subnetId: string
tags:
string: string
tenantUrl: string
vmSize: string
wizardPath: string
AzurePublisher 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 AzurePublisher resource accepts the following input properties:
- Admin
Ssh stringPublic Key - Location string
- Resource
Group stringName - Subnet
Id string - Accept
Marketplace boolTerms - Admin
Username string - Api
Token string - Assign
Public boolIp - 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 - Image
Id string - Install
User string - Install
User stringPassword - Install
User boolPassword Is Hash - List<string>
- Marketplace
Pulumi.
Netskope Publisher. Provider. Inputs. Azure Marketplace Image - Name
Prefix string - Names List<string>
- Network
Security stringGroup Id - Nonat bool
- Oauth2
Pulumi.
Netskope Publisher. Provider. Inputs. Netskope OAuth2Args - Os
Disk Pulumi.Netskope Publisher. Provider. Inputs. Azure Os Disk - Registrations
Dictionary<string, Pulumi.
Netskope Publisher. Provider. Inputs. Publisher Registration Input Args> - Replicas int
- Dictionary<string, string>
- Tenant
Url string - Vm
Size string - Wizard
Path string
- Admin
Ssh stringPublic Key - Location string
- Resource
Group stringName - Subnet
Id string - Accept
Marketplace boolTerms - Admin
Username string - Api
Token string - Assign
Public boolIp - Auth
Mode string - Bearer
Token string - Bootstrap bool
- Bootstrap
Url string - Delete
Default boolUser - Guest
Network GuestInterface Network Interface Args - Image
Id string - Install
User string - Install
User stringPassword - Install
User boolPassword Is Hash - []string
- Marketplace
Azure
Marketplace Image Args - Name
Prefix string - Names []string
- Network
Security stringGroup Id - Nonat bool
- Oauth2
Netskope
OAuth2Args Args - Os
Disk AzureOs Disk Args - Registrations
Publisher
Registration Input Args - Replicas int
- map[string]string
- Tenant
Url string - Vm
Size string - Wizard
Path string
- admin_
ssh_ stringpublic_ key - location string
- resource_
group_ stringname - subnet_
id string - accept_
marketplace_ boolterms - admin_
username string - api_
token string - assign_
public_ boolip - auth_
mode string - bearer_
token string - bootstrap bool
- bootstrap_
url string - delete_
default_ booluser - guest_
network_ objectinterface - image_
id string - install_
user string - install_
user_ stringpassword - install_
user_ boolpassword_ is_ hash - list(string)
- marketplace object
- name_
prefix string - names list(string)
- network_
security_ stringgroup_ id - nonat bool
- oauth2 object
- os_
disk object - registrations map(object)
- replicas number
- map(string)
- tenant_
url string - vm_
size string - wizard_
path string
- admin
Ssh StringPublic Key - location String
- resource
Group StringName - subnet
Id String - accept
Marketplace BooleanTerms - admin
Username String - api
Token String - assign
Public BooleanIp - auth
Mode String - bearer
Token String - bootstrap Boolean
- bootstrap
Url String - delete
Default BooleanUser - guest
Network GuestInterface Network Interface - image
Id String - install
User String - install
User StringPassword - install
User BooleanPassword Is Hash - List<String>
- marketplace
Azure
Marketplace Image - name
Prefix String - names List<String>
- network
Security StringGroup Id - nonat Boolean
- oauth2
Netskope
OAuth2Args - os
Disk AzureOs Disk - registrations
Map<String,Publisher
Registration Input Args> - replicas Integer
- Map<String,String>
- tenant
Url String - vm
Size String - wizard
Path String
- admin
Ssh stringPublic Key - location string
- resource
Group stringName - subnet
Id string - accept
Marketplace booleanTerms - admin
Username string - api
Token string - assign
Public booleanIp - auth
Mode string - bearer
Token string - bootstrap boolean
- bootstrap
Url string - delete
Default booleanUser - guest
Network providerInterface Guest Network Interface - image
Id string - install
User string - install
User stringPassword - install
User booleanPassword Is Hash - string[]
- marketplace
provider
Azure Marketplace Image - name
Prefix string - names string[]
- network
Security stringGroup Id - nonat boolean
- oauth2
provider
Netskope OAuth2Args - os
Disk providerAzure Os Disk - registrations
{[key: string]: provider
Publisher Registration Input Args} - replicas number
- {[key: string]: string}
- tenant
Url string - vm
Size string - wizard
Path string
- admin_
ssh_ strpublic_ key - location str
- resource_
group_ strname - subnet_
id str - accept_
marketplace_ boolterms - admin_
username str - api_
token str - assign_
public_ boolip - auth_
mode str - bearer_
token str - bootstrap bool
- bootstrap_
url str - delete_
default_ booluser - guest_
network_ provider.interface Guest Network Interface Args - image_
id str - install_
user str - install_
user_ strpassword - install_
user_ boolpassword_ is_ hash - Sequence[str]
- marketplace
provider.
Azure Marketplace Image Args - name_
prefix str - names Sequence[str]
- network_
security_ strgroup_ id - nonat bool
- oauth2
provider.
Netskope OAuth2Args Args - os_
disk provider.Azure Os Disk Args - registrations
Mapping[str, provider.
Publisher Registration Input Args] - replicas int
- Mapping[str, str]
- tenant_
url str - vm_
size str - wizard_
path str
- admin
Ssh StringPublic Key - location String
- resource
Group StringName - subnet
Id String - accept
Marketplace BooleanTerms - admin
Username String - api
Token String - assign
Public BooleanIp - auth
Mode String - bearer
Token String - bootstrap Boolean
- bootstrap
Url String - delete
Default BooleanUser - guest
Network Property MapInterface - image
Id String - install
User String - install
User StringPassword - install
User BooleanPassword Is Hash - List<String>
- marketplace Property Map
- name
Prefix String - names List<String>
- network
Security StringGroup Id - nonat Boolean
- oauth2 Property Map
- os
Disk Property Map - registrations Map<Property Map>
- replicas Number
- Map<String>
- tenant
Url String - vm
Size String - wizard
Path String
Outputs
All input properties are implicitly available as output properties. Additionally, the AzurePublisher 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
AzureMarketplaceImage, AzureMarketplaceImageArgs
AzureOsDisk, AzureOsDiskArgs
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