Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Bicep resource definition
The organizations resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Informatica.DataManagement/organizations resource, add the following Bicep to your template.
resource symbolicname 'Informatica.DataManagement/organizations@2024-05-08' = {
location: 'string'
name: 'string'
properties: {
companyDetails: {
business: 'string'
companyName: 'string'
country: 'string'
domain: 'string'
numberOfEmployees: int
officeAddress: 'string'
}
informaticaProperties: {
informaticaRegion: 'string'
organizationId: 'string'
organizationName: 'string'
singleSignOnUrl: 'string'
}
linkOrganization: {
token: 'string'
}
marketplaceDetails: {
marketplaceSubscriptionId: 'string'
offerDetails: {
offerId: 'string'
planId: 'string'
planName: 'string'
publisherId: 'string'
termId: 'string'
termUnit: 'string'
}
}
userDetails: {
emailAddress: 'string'
firstName: 'string'
lastName: 'string'
phoneNumber: 'string'
upn: 'string'
}
}
tags: {
{customized property}: 'string'
}
}
Property Values
Informatica.DataManagement/organizations
Name | Description | Value |
---|---|---|
location | The geo-location where the resource lives | string (required) |
name | The resource name | string Constraints: Pattern = ^[a-zA-Z0-9_-]*$ (required) |
properties | The resource-specific properties for this resource. | OrganizationProperties |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
CompanyDetails
Name | Description | Value |
---|---|---|
business | Business phone number | string |
companyName | company Name | string |
country | Country name | string |
domain | Domain name | string |
numberOfEmployees | Number Of Employees | int |
officeAddress | Office Address | string |
InformaticaProperties
Name | Description | Value |
---|---|---|
informaticaRegion | Informatica organization region | string |
organizationId | Organization id | string |
organizationName | Organization name | string |
singleSignOnUrl | Single sing on URL for informatica organization | string |
LinkOrganization
Name | Description | Value |
---|---|---|
token | Link organization token | string |
MarketplaceDetails
Name | Description | Value |
---|---|---|
marketplaceSubscriptionId | Marketplace Subscription Id | string |
offerDetails | Marketplace offer details. | OfferDetails (required) |
OfferDetails
Name | Description | Value |
---|---|---|
offerId | Id of the product offering. | string Constraints: Max length = 250 (required) |
planId | Id of the product offer plan. | string Constraints: Max length = 250 (required) |
planName | Name of the product offer plan. | string Constraints: Max length = 250 (required) |
publisherId | Id of the product publisher. | string Constraints: Max length = 250 (required) |
termId | Offer plan term id. | string Constraints: Max length = 250 (required) |
termUnit | Offer plan term unit. | string Constraints: Max length = 50 |
OrganizationProperties
Name | Description | Value |
---|---|---|
companyDetails | Company details. | CompanyDetails |
informaticaProperties | Informatica Organization properties. | InformaticaProperties |
linkOrganization | Link Organization | LinkOrganization |
marketplaceDetails | Marketplace details. | MarketplaceDetails |
userDetails | User details | UserDetails |
TrackedResourceTags
Name | Description | Value |
---|
UserDetails
Name | Description | Value |
---|---|---|
emailAddress | User email address. | string Constraints: Pattern = ^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\.)+[A-Za-z]{2,}$ |
firstName | User first name. | string Constraints: Max length = 50 |
lastName | User last name. | string Constraints: Max length = 50 |
phoneNumber | Phone number of the user used by for contacting them if needed | string Constraints: Max length = 40 |
upn | UPN of user | string |
ARM template resource definition
The organizations resource type can be deployed with operations that target:
- Resource groups - See resource group deployment commands
For a list of changed properties in each API version, see change log.
Resource format
To create a Informatica.DataManagement/organizations resource, add the following JSON to your template.
{
"type": "Informatica.DataManagement/organizations",
"apiVersion": "2024-05-08",
"name": "string",
"location": "string",
"properties": {
"companyDetails": {
"business": "string",
"companyName": "string",
"country": "string",
"domain": "string",
"numberOfEmployees": "int",
"officeAddress": "string"
},
"informaticaProperties": {
"informaticaRegion": "string",
"organizationId": "string",
"organizationName": "string",
"singleSignOnUrl": "string"
},
"linkOrganization": {
"token": "string"
},
"marketplaceDetails": {
"marketplaceSubscriptionId": "string",
"offerDetails": {
"offerId": "string",
"planId": "string",
"planName": "string",
"publisherId": "string",
"termId": "string",
"termUnit": "string"
}
},
"userDetails": {
"emailAddress": "string",
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"upn": "string"
}
},
"tags": {
"{customized property}": "string"
}
}
Property Values
Informatica.DataManagement/organizations
Name | Description | Value |
---|---|---|
apiVersion | The api version | '2024-05-08' |
location | The geo-location where the resource lives | string (required) |
name | The resource name | string Constraints: Pattern = ^[a-zA-Z0-9_-]*$ (required) |
properties | The resource-specific properties for this resource. | OrganizationProperties |
tags | Resource tags | Dictionary of tag names and values. See Tags in templates |
type | The resource type | 'Informatica.DataManagement/organizations' |
CompanyDetails
Name | Description | Value |
---|---|---|
business | Business phone number | string |
companyName | company Name | string |
country | Country name | string |
domain | Domain name | string |
numberOfEmployees | Number Of Employees | int |
officeAddress | Office Address | string |
InformaticaProperties
Name | Description | Value |
---|---|---|
informaticaRegion | Informatica organization region | string |
organizationId | Organization id | string |
organizationName | Organization name | string |
singleSignOnUrl | Single sing on URL for informatica organization | string |
LinkOrganization
Name | Description | Value |
---|---|---|
token | Link organization token | string |
MarketplaceDetails
Name | Description | Value |
---|---|---|
marketplaceSubscriptionId | Marketplace Subscription Id | string |
offerDetails | Marketplace offer details. | OfferDetails (required) |
OfferDetails
Name | Description | Value |
---|---|---|
offerId | Id of the product offering. | string Constraints: Max length = 250 (required) |
planId | Id of the product offer plan. | string Constraints: Max length = 250 (required) |
planName | Name of the product offer plan. | string Constraints: Max length = 250 (required) |
publisherId | Id of the product publisher. | string Constraints: Max length = 250 (required) |
termId | Offer plan term id. | string Constraints: Max length = 250 (required) |
termUnit | Offer plan term unit. | string Constraints: Max length = 50 |
OrganizationProperties
Name | Description | Value |
---|---|---|
companyDetails | Company details. | CompanyDetails |
informaticaProperties | Informatica Organization properties. | InformaticaProperties |
linkOrganization | Link Organization | LinkOrganization |
marketplaceDetails | Marketplace details. | MarketplaceDetails |
userDetails | User details | UserDetails |
TrackedResourceTags
Name | Description | Value |
---|
UserDetails
Name | Description | Value |
---|---|---|
emailAddress | User email address. | string Constraints: Pattern = ^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\.)+[A-Za-z]{2,}$ |
firstName | User first name. | string Constraints: Max length = 50 |
lastName | User last name. | string Constraints: Max length = 50 |
phoneNumber | Phone number of the user used by for contacting them if needed | string Constraints: Max length = 40 |
upn | UPN of user | string |
Usage Examples
Terraform (AzAPI provider) resource definition
The organizations resource type can be deployed with operations that target:
- Resource groups
For a list of changed properties in each API version, see change log.
Resource format
To create a Informatica.DataManagement/organizations resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Informatica.DataManagement/organizations@2024-05-08"
name = "string"
parent_id = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = {
properties = {
companyDetails = {
business = "string"
companyName = "string"
country = "string"
domain = "string"
numberOfEmployees = int
officeAddress = "string"
}
informaticaProperties = {
informaticaRegion = "string"
organizationId = "string"
organizationName = "string"
singleSignOnUrl = "string"
}
linkOrganization = {
token = "string"
}
marketplaceDetails = {
marketplaceSubscriptionId = "string"
offerDetails = {
offerId = "string"
planId = "string"
planName = "string"
publisherId = "string"
termId = "string"
termUnit = "string"
}
}
userDetails = {
emailAddress = "string"
firstName = "string"
lastName = "string"
phoneNumber = "string"
upn = "string"
}
}
}
}
Property Values
Informatica.DataManagement/organizations
Name | Description | Value |
---|---|---|
location | The geo-location where the resource lives | string (required) |
name | The resource name | string Constraints: Pattern = ^[a-zA-Z0-9_-]*$ (required) |
properties | The resource-specific properties for this resource. | OrganizationProperties |
tags | Resource tags | Dictionary of tag names and values. |
type | The resource type | "Informatica.DataManagement/organizations@2024-05-08" |
CompanyDetails
Name | Description | Value |
---|---|---|
business | Business phone number | string |
companyName | company Name | string |
country | Country name | string |
domain | Domain name | string |
numberOfEmployees | Number Of Employees | int |
officeAddress | Office Address | string |
InformaticaProperties
Name | Description | Value |
---|---|---|
informaticaRegion | Informatica organization region | string |
organizationId | Organization id | string |
organizationName | Organization name | string |
singleSignOnUrl | Single sing on URL for informatica organization | string |
LinkOrganization
Name | Description | Value |
---|---|---|
token | Link organization token | string |
MarketplaceDetails
Name | Description | Value |
---|---|---|
marketplaceSubscriptionId | Marketplace Subscription Id | string |
offerDetails | Marketplace offer details. | OfferDetails (required) |
OfferDetails
Name | Description | Value |
---|---|---|
offerId | Id of the product offering. | string Constraints: Max length = 250 (required) |
planId | Id of the product offer plan. | string Constraints: Max length = 250 (required) |
planName | Name of the product offer plan. | string Constraints: Max length = 250 (required) |
publisherId | Id of the product publisher. | string Constraints: Max length = 250 (required) |
termId | Offer plan term id. | string Constraints: Max length = 250 (required) |
termUnit | Offer plan term unit. | string Constraints: Max length = 50 |
OrganizationProperties
Name | Description | Value |
---|---|---|
companyDetails | Company details. | CompanyDetails |
informaticaProperties | Informatica Organization properties. | InformaticaProperties |
linkOrganization | Link Organization | LinkOrganization |
marketplaceDetails | Marketplace details. | MarketplaceDetails |
userDetails | User details | UserDetails |
TrackedResourceTags
Name | Description | Value |
---|
UserDetails
Name | Description | Value |
---|---|---|
emailAddress | User email address. | string Constraints: Pattern = ^[A-Za-z0-9._%+-]+@(?:[A-Za-z0-9-]+\.)+[A-Za-z]{2,}$ |
firstName | User first name. | string Constraints: Max length = 50 |
lastName | User last name. | string Constraints: Max length = 50 |
phoneNumber | Phone number of the user used by for contacting them if needed | string Constraints: Max length = 40 |
upn | UPN of user | string |