1. Packages
  2. Packages
  3. Power Platform
  4. API Docs
  5. IsvContract
Viewing docs for Power Platform v0.3.3
published on Monday, May 18, 2026 by rpothin
powerplatform logo
Viewing docs for Power Platform v0.3.3
published on Monday, May 18, 2026 by rpothin

    Manages an ISV (Independent Software Vendor) contract for Power Platform licensing.

    Create IsvContract Resource

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

    Constructor syntax

    new IsvContract(name: string, args: IsvContractArgs, opts?: CustomResourceOptions);
    @overload
    def IsvContract(resource_name: str,
                    args: IsvContractArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def IsvContract(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    geo: Optional[str] = None,
                    name: Optional[str] = None,
                    status: Optional[str] = None)
    func NewIsvContract(ctx *Context, name string, args IsvContractArgs, opts ...ResourceOption) (*IsvContract, error)
    public IsvContract(string name, IsvContractArgs args, CustomResourceOptions? opts = null)
    public IsvContract(String name, IsvContractArgs args)
    public IsvContract(String name, IsvContractArgs args, CustomResourceOptions options)
    
    type: powerplatform:IsvContract
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "powerplatform_isvcontract" "name" {
        # resource properties
    }

    Parameters

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

    Constructor example

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

    var isvContractResource = new Powerplatform.IsvContract("isvContractResource", new()
    {
        Geo = "string",
        Name = "string",
        Status = "string",
    });
    
    example, err := powerplatform.NewIsvContract(ctx, "isvContractResource", &powerplatform.IsvContractArgs{
    	Geo:    pulumi.String("string"),
    	Name:   pulumi.String("string"),
    	Status: pulumi.String("string"),
    })
    
    resource "powerplatform_isvcontract" "isvContractResource" {
      geo    = "string"
      name   = "string"
      status = "string"
    }
    
    var isvContractResource = new IsvContract("isvContractResource", IsvContractArgs.builder()
        .geo("string")
        .name("string")
        .status("string")
        .build());
    
    isv_contract_resource = powerplatform.IsvContract("isvContractResource",
        geo="string",
        name="string",
        status="string")
    
    const isvContractResource = new powerplatform.IsvContract("isvContractResource", {
        geo: "string",
        name: "string",
        status: "string",
    });
    
    type: powerplatform:IsvContract
    properties:
        geo: string
        name: string
        status: string
    

    IsvContract 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 IsvContract resource accepts the following input properties:

    Geo string
    The geographic region for the ISV contract (e.g., unitedstates, europe). Immutable after creation.
    Name string
    The name of the ISV contract.
    Status string
    The status of the ISV contract: Enabled or Disabled.
    Geo string
    The geographic region for the ISV contract (e.g., unitedstates, europe). Immutable after creation.
    Name string
    The name of the ISV contract.
    Status string
    The status of the ISV contract: Enabled or Disabled.
    geo string
    The geographic region for the ISV contract (e.g., unitedstates, europe). Immutable after creation.
    name string
    The name of the ISV contract.
    status string
    The status of the ISV contract: Enabled or Disabled.
    geo String
    The geographic region for the ISV contract (e.g., unitedstates, europe). Immutable after creation.
    name String
    The name of the ISV contract.
    status String
    The status of the ISV contract: Enabled or Disabled.
    geo string
    The geographic region for the ISV contract (e.g., unitedstates, europe). Immutable after creation.
    name string
    The name of the ISV contract.
    status string
    The status of the ISV contract: Enabled or Disabled.
    geo str
    The geographic region for the ISV contract (e.g., unitedstates, europe). Immutable after creation.
    name str
    The name of the ISV contract.
    status str
    The status of the ISV contract: Enabled or Disabled.
    geo String
    The geographic region for the ISV contract (e.g., unitedstates, europe). Immutable after creation.
    name String
    The name of the ISV contract.
    status String
    The status of the ISV contract: Enabled or Disabled.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    CreatedOn string
    The timestamp when the ISV contract was created.
    LastModifiedOn string
    The timestamp when the ISV contract was last modified.
    Id string
    The provider-assigned unique ID for this managed resource.
    CreatedOn string
    The timestamp when the ISV contract was created.
    LastModifiedOn string
    The timestamp when the ISV contract was last modified.
    id string
    The provider-assigned unique ID for this managed resource.
    created_on string
    The timestamp when the ISV contract was created.
    last_modified_on string
    The timestamp when the ISV contract was last modified.
    id String
    The provider-assigned unique ID for this managed resource.
    createdOn String
    The timestamp when the ISV contract was created.
    lastModifiedOn String
    The timestamp when the ISV contract was last modified.
    id string
    The provider-assigned unique ID for this managed resource.
    createdOn string
    The timestamp when the ISV contract was created.
    lastModifiedOn string
    The timestamp when the ISV contract was last modified.
    id str
    The provider-assigned unique ID for this managed resource.
    created_on str
    The timestamp when the ISV contract was created.
    last_modified_on str
    The timestamp when the ISV contract was last modified.
    id String
    The provider-assigned unique ID for this managed resource.
    createdOn String
    The timestamp when the ISV contract was created.
    lastModifiedOn String
    The timestamp when the ISV contract was last modified.

    Package Details

    Repository
    powerplatform rpothin/pulumi-powerplatform
    License
    MIT
    powerplatform logo
    Viewing docs for Power Platform v0.3.3
    published on Monday, May 18, 2026 by rpothin

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial