azure-native-v2.customerinsights.Profile
Explore with Pulumi AI
The profile resource format. Azure REST API version: 2017-04-26. Prior API version in Azure Native 1.x: 2017-04-26.
Create Profile Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Profile(name: string, args: ProfileArgs, opts?: CustomResourceOptions);
@overload
def Profile(resource_name: str,
args: ProfileArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Profile(resource_name: str,
opts: Optional[ResourceOptions] = None,
hub_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
entity_type: Optional[EntityTypes] = None,
localized_attributes: Optional[Mapping[str, Mapping[str, str]]] = None,
api_entity_set_name: Optional[str] = None,
fields: Optional[Sequence[PropertyDefinitionArgs]] = None,
description: Optional[Mapping[str, str]] = None,
instances_count: Optional[int] = None,
large_image: Optional[str] = None,
display_name: Optional[Mapping[str, str]] = None,
medium_image: Optional[str] = None,
profile_name: Optional[str] = None,
attributes: Optional[Mapping[str, Sequence[str]]] = None,
schema_item_type_link: Optional[str] = None,
small_image: Optional[str] = None,
strong_ids: Optional[Sequence[StrongIdArgs]] = None,
timestamp_field_name: Optional[str] = None,
type_name: Optional[str] = None)
func NewProfile(ctx *Context, name string, args ProfileArgs, opts ...ResourceOption) (*Profile, error)
public Profile(string name, ProfileArgs args, CustomResourceOptions? opts = null)
public Profile(String name, ProfileArgs args)
public Profile(String name, ProfileArgs args, CustomResourceOptions options)
type: azure-native:customerinsights:Profile
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ProfileArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ProfileArgs - 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 azure_nativeProfileResource = new AzureNative.Customerinsights.Profile("azure-nativeProfileResource", new()
{
HubName = "string",
ResourceGroupName = "string",
EntityType = "None",
LocalizedAttributes =
{
{ "string",
{
{ "string", "string" },
} },
},
ApiEntitySetName = "string",
Fields = new[]
{
{
{ "fieldName", "string" },
{ "fieldType", "string" },
{ "isEnum", false },
{ "enumValidValues", new[]
{
{
{ "localizedValueNames",
{
{ "string", "string" },
} },
{ "value", 0 },
},
} },
{ "isArray", false },
{ "isAvailableInGraph", false },
{ "arrayValueSeparator", "string" },
{ "isFlagEnum", false },
{ "isImage", false },
{ "isLocalizedString", false },
{ "isName", false },
{ "isRequired", false },
{ "maxLength", 0 },
{ "propertyId", "string" },
{ "schemaItemPropLink", "string" },
},
},
Description =
{
{ "string", "string" },
},
InstancesCount = 0,
LargeImage = "string",
DisplayName =
{
{ "string", "string" },
},
MediumImage = "string",
ProfileName = "string",
Attributes =
{
{ "string", new[]
{
"string",
} },
},
SchemaItemTypeLink = "string",
SmallImage = "string",
StrongIds = new[]
{
{
{ "keyPropertyNames", new[]
{
"string",
} },
{ "strongIdName", "string" },
{ "description",
{
{ "string", "string" },
} },
{ "displayName",
{
{ "string", "string" },
} },
},
},
TimestampFieldName = "string",
TypeName = "string",
});
example, err := customerinsights.NewProfile(ctx, "azure-nativeProfileResource", &customerinsights.ProfileArgs{
HubName: "string",
ResourceGroupName: "string",
EntityType: "None",
LocalizedAttributes: map[string]interface{}{
"string": map[string]interface{}{
"string": "string",
},
},
ApiEntitySetName: "string",
Fields: []map[string]interface{}{
map[string]interface{}{
"fieldName": "string",
"fieldType": "string",
"isEnum": false,
"enumValidValues": []map[string]interface{}{
map[string]interface{}{
"localizedValueNames": map[string]interface{}{
"string": "string",
},
"value": 0,
},
},
"isArray": false,
"isAvailableInGraph": false,
"arrayValueSeparator": "string",
"isFlagEnum": false,
"isImage": false,
"isLocalizedString": false,
"isName": false,
"isRequired": false,
"maxLength": 0,
"propertyId": "string",
"schemaItemPropLink": "string",
},
},
Description: map[string]interface{}{
"string": "string",
},
InstancesCount: 0,
LargeImage: "string",
DisplayName: map[string]interface{}{
"string": "string",
},
MediumImage: "string",
ProfileName: "string",
Attributes: map[string]interface{}{
"string": []string{
"string",
},
},
SchemaItemTypeLink: "string",
SmallImage: "string",
StrongIds: []map[string]interface{}{
map[string]interface{}{
"keyPropertyNames": []string{
"string",
},
"strongIdName": "string",
"description": map[string]interface{}{
"string": "string",
},
"displayName": map[string]interface{}{
"string": "string",
},
},
},
TimestampFieldName: "string",
TypeName: "string",
})
var azure_nativeProfileResource = new Profile("azure-nativeProfileResource", ProfileArgs.builder()
.hubName("string")
.resourceGroupName("string")
.entityType("None")
.localizedAttributes(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.apiEntitySetName("string")
.fields(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.description(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.instancesCount(0)
.largeImage("string")
.displayName(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.mediumImage("string")
.profileName("string")
.attributes(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.schemaItemTypeLink("string")
.smallImage("string")
.strongIds(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.timestampFieldName("string")
.typeName("string")
.build());
azure_native_profile_resource = azure_native.customerinsights.Profile("azure-nativeProfileResource",
hub_name=string,
resource_group_name=string,
entity_type=None,
localized_attributes={
string: {
string: string,
},
},
api_entity_set_name=string,
fields=[{
fieldName: string,
fieldType: string,
isEnum: False,
enumValidValues: [{
localizedValueNames: {
string: string,
},
value: 0,
}],
isArray: False,
isAvailableInGraph: False,
arrayValueSeparator: string,
isFlagEnum: False,
isImage: False,
isLocalizedString: False,
isName: False,
isRequired: False,
maxLength: 0,
propertyId: string,
schemaItemPropLink: string,
}],
description={
string: string,
},
instances_count=0,
large_image=string,
display_name={
string: string,
},
medium_image=string,
profile_name=string,
attributes={
string: [string],
},
schema_item_type_link=string,
small_image=string,
strong_ids=[{
keyPropertyNames: [string],
strongIdName: string,
description: {
string: string,
},
displayName: {
string: string,
},
}],
timestamp_field_name=string,
type_name=string)
const azure_nativeProfileResource = new azure_native.customerinsights.Profile("azure-nativeProfileResource", {
hubName: "string",
resourceGroupName: "string",
entityType: "None",
localizedAttributes: {
string: {
string: "string",
},
},
apiEntitySetName: "string",
fields: [{
fieldName: "string",
fieldType: "string",
isEnum: false,
enumValidValues: [{
localizedValueNames: {
string: "string",
},
value: 0,
}],
isArray: false,
isAvailableInGraph: false,
arrayValueSeparator: "string",
isFlagEnum: false,
isImage: false,
isLocalizedString: false,
isName: false,
isRequired: false,
maxLength: 0,
propertyId: "string",
schemaItemPropLink: "string",
}],
description: {
string: "string",
},
instancesCount: 0,
largeImage: "string",
displayName: {
string: "string",
},
mediumImage: "string",
profileName: "string",
attributes: {
string: ["string"],
},
schemaItemTypeLink: "string",
smallImage: "string",
strongIds: [{
keyPropertyNames: ["string"],
strongIdName: "string",
description: {
string: "string",
},
displayName: {
string: "string",
},
}],
timestampFieldName: "string",
typeName: "string",
});
type: azure-native:customerinsights:Profile
properties:
apiEntitySetName: string
attributes:
string:
- string
description:
string: string
displayName:
string: string
entityType: None
fields:
- arrayValueSeparator: string
enumValidValues:
- localizedValueNames:
string: string
value: 0
fieldName: string
fieldType: string
isArray: false
isAvailableInGraph: false
isEnum: false
isFlagEnum: false
isImage: false
isLocalizedString: false
isName: false
isRequired: false
maxLength: 0
propertyId: string
schemaItemPropLink: string
hubName: string
instancesCount: 0
largeImage: string
localizedAttributes:
string:
string: string
mediumImage: string
profileName: string
resourceGroupName: string
schemaItemTypeLink: string
smallImage: string
strongIds:
- description:
string: string
displayName:
string: string
keyPropertyNames:
- string
strongIdName: string
timestampFieldName: string
typeName: string
Profile 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 Profile resource accepts the following input properties:
- Hub
Name This property is required. Changes to this property will trigger replacement.
- The name of the hub.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Api
Entity stringSet Name - The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
- Attributes
Dictionary<string, Immutable
Array<string>> - The attributes for the Type.
- Description Dictionary<string, string>
- Localized descriptions for the property.
- Display
Name Dictionary<string, string> - Localized display names for the property.
- Entity
Type Pulumi.Azure Native. Customer Insights. Entity Types - Type of entity.
- Fields
List<Pulumi.
Azure Native. Customer Insights. Inputs. Property Definition> - The properties of the Profile.
- Instances
Count int - The instance count.
- Large
Image string - Large Image associated with the Property or EntityType.
- Localized
Attributes Dictionary<string, ImmutableDictionary<string, string>> - Any custom localized attributes for the Type.
- Medium
Image string - Medium Image associated with the Property or EntityType.
- Profile
Name Changes to this property will trigger replacement.
- The name of the profile.
- Schema
Item stringType Link - The schema org link. This helps ACI identify and suggest semantic models.
- Small
Image string - Small Image associated with the Property or EntityType.
- Strong
Ids List<Pulumi.Azure Native. Customer Insights. Inputs. Strong Id> - The strong IDs.
- Timestamp
Field stringName - The timestamp property name. Represents the time when the interaction or profile update happened.
- Type
Name string - The name of the entity.
- Hub
Name This property is required. Changes to this property will trigger replacement.
- The name of the hub.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Api
Entity stringSet Name - The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
- Attributes map[string][]string
- The attributes for the Type.
- Description map[string]string
- Localized descriptions for the property.
- Display
Name map[string]string - Localized display names for the property.
- Entity
Type EntityTypes - Type of entity.
- Fields
[]Property
Definition Args - The properties of the Profile.
- Instances
Count int - The instance count.
- Large
Image string - Large Image associated with the Property or EntityType.
- Localized
Attributes map[string]map[string]string - Any custom localized attributes for the Type.
- Medium
Image string - Medium Image associated with the Property or EntityType.
- Profile
Name Changes to this property will trigger replacement.
- The name of the profile.
- Schema
Item stringType Link - The schema org link. This helps ACI identify and suggest semantic models.
- Small
Image string - Small Image associated with the Property or EntityType.
- Strong
Ids []StrongId Args - The strong IDs.
- Timestamp
Field stringName - The timestamp property name. Represents the time when the interaction or profile update happened.
- Type
Name string - The name of the entity.
- hub
Name This property is required. Changes to this property will trigger replacement.
- The name of the hub.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- api
Entity StringSet Name - The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
- attributes Map<String,List<String>>
- The attributes for the Type.
- description Map<String,String>
- Localized descriptions for the property.
- display
Name Map<String,String> - Localized display names for the property.
- entity
Type EntityTypes - Type of entity.
- fields
List<Property
Definition> - The properties of the Profile.
- instances
Count Integer - The instance count.
- large
Image String - Large Image associated with the Property or EntityType.
- localized
Attributes Map<String,Map<String,String>> - Any custom localized attributes for the Type.
- medium
Image String - Medium Image associated with the Property or EntityType.
- profile
Name Changes to this property will trigger replacement.
- The name of the profile.
- schema
Item StringType Link - The schema org link. This helps ACI identify and suggest semantic models.
- small
Image String - Small Image associated with the Property or EntityType.
- strong
Ids List<StrongId> - The strong IDs.
- timestamp
Field StringName - The timestamp property name. Represents the time when the interaction or profile update happened.
- type
Name String - The name of the entity.
- hub
Name This property is required. Changes to this property will trigger replacement.
- The name of the hub.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- api
Entity stringSet Name - The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
- attributes {[key: string]: string[]}
- The attributes for the Type.
- description {[key: string]: string}
- Localized descriptions for the property.
- display
Name {[key: string]: string} - Localized display names for the property.
- entity
Type EntityTypes - Type of entity.
- fields
Property
Definition[] - The properties of the Profile.
- instances
Count number - The instance count.
- large
Image string - Large Image associated with the Property or EntityType.
- localized
Attributes {[key: string]: {[key: string]: string}} - Any custom localized attributes for the Type.
- medium
Image string - Medium Image associated with the Property or EntityType.
- profile
Name Changes to this property will trigger replacement.
- The name of the profile.
- schema
Item stringType Link - The schema org link. This helps ACI identify and suggest semantic models.
- small
Image string - Small Image associated with the Property or EntityType.
- strong
Ids StrongId[] - The strong IDs.
- timestamp
Field stringName - The timestamp property name. Represents the time when the interaction or profile update happened.
- type
Name string - The name of the entity.
- hub_
name This property is required. Changes to this property will trigger replacement.
- The name of the hub.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- api_
entity_ strset_ name - The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
- attributes Mapping[str, Sequence[str]]
- The attributes for the Type.
- description Mapping[str, str]
- Localized descriptions for the property.
- display_
name Mapping[str, str] - Localized display names for the property.
- entity_
type EntityTypes - Type of entity.
- fields
Sequence[Property
Definition Args] - The properties of the Profile.
- instances_
count int - The instance count.
- large_
image str - Large Image associated with the Property or EntityType.
- localized_
attributes Mapping[str, Mapping[str, str]] - Any custom localized attributes for the Type.
- medium_
image str - Medium Image associated with the Property or EntityType.
- profile_
name Changes to this property will trigger replacement.
- The name of the profile.
- schema_
item_ strtype_ link - The schema org link. This helps ACI identify and suggest semantic models.
- small_
image str - Small Image associated with the Property or EntityType.
- strong_
ids Sequence[StrongId Args] - The strong IDs.
- timestamp_
field_ strname - The timestamp property name. Represents the time when the interaction or profile update happened.
- type_
name str - The name of the entity.
- hub
Name This property is required. Changes to this property will trigger replacement.
- The name of the hub.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- api
Entity StringSet Name - The api entity set name. This becomes the odata entity set name for the entity Type being referred in this object.
- attributes Map<List<String>>
- The attributes for the Type.
- description Map<String>
- Localized descriptions for the property.
- display
Name Map<String> - Localized display names for the property.
- entity
Type "None" | "Profile" | "Interaction" | "Relationship" - Type of entity.
- fields List<Property Map>
- The properties of the Profile.
- instances
Count Number - The instance count.
- large
Image String - Large Image associated with the Property or EntityType.
- localized
Attributes Map<Map<String>> - Any custom localized attributes for the Type.
- medium
Image String - Medium Image associated with the Property or EntityType.
- profile
Name Changes to this property will trigger replacement.
- The name of the profile.
- schema
Item StringType Link - The schema org link. This helps ACI identify and suggest semantic models.
- small
Image String - Small Image associated with the Property or EntityType.
- strong
Ids List<Property Map> - The strong IDs.
- timestamp
Field StringName - The timestamp property name. Represents the time when the interaction or profile update happened.
- type
Name String - The name of the entity.
Outputs
All input properties are implicitly available as output properties. Additionally, the Profile resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Changed stringUtc - The last changed time for the type definition.
- Name string
- Resource name.
- Provisioning
State string - Provisioning state.
- Tenant
Id string - The hub name.
- Type string
- Resource type.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Changed stringUtc - The last changed time for the type definition.
- Name string
- Resource name.
- Provisioning
State string - Provisioning state.
- Tenant
Id string - The hub name.
- Type string
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Changed StringUtc - The last changed time for the type definition.
- name String
- Resource name.
- provisioning
State String - Provisioning state.
- tenant
Id String - The hub name.
- type String
- Resource type.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Changed stringUtc - The last changed time for the type definition.
- name string
- Resource name.
- provisioning
State string - Provisioning state.
- tenant
Id string - The hub name.
- type string
- Resource type.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
changed_ strutc - The last changed time for the type definition.
- name str
- Resource name.
- provisioning_
state str - Provisioning state.
- tenant_
id str - The hub name.
- type str
- Resource type.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Changed StringUtc - The last changed time for the type definition.
- name String
- Resource name.
- provisioning
State String - Provisioning state.
- tenant
Id String - The hub name.
- type String
- Resource type.
Supporting Types
DataSourcePrecedenceResponse, DataSourcePrecedenceResponseArgs
- Data
Source Reference Id This property is required. string - The data source reference id.
- Data
Source Type This property is required. string - The data source type.
- Id
This property is required. int - The data source ID.
- Name
This property is required. string - The data source name
- Status
This property is required. string - The data source status.
- Precedence int
- the precedence value.
- Data
Source Reference Id This property is required. string - The data source reference id.
- Data
Source Type This property is required. string - The data source type.
- Id
This property is required. int - The data source ID.
- Name
This property is required. string - The data source name
- Status
This property is required. string - The data source status.
- Precedence int
- the precedence value.
- data
Source Reference Id This property is required. String - The data source reference id.
- data
Source Type This property is required. String - The data source type.
- id
This property is required. Integer - The data source ID.
- name
This property is required. String - The data source name
- status
This property is required. String - The data source status.
- precedence Integer
- the precedence value.
- data
Source Reference Id This property is required. string - The data source reference id.
- data
Source Type This property is required. string - The data source type.
- id
This property is required. number - The data source ID.
- name
This property is required. string - The data source name
- status
This property is required. string - The data source status.
- precedence number
- the precedence value.
- data_
source_ reference_ id This property is required. str - The data source reference id.
- data_
source_ type This property is required. str - The data source type.
- id
This property is required. int - The data source ID.
- name
This property is required. str - The data source name
- status
This property is required. str - The data source status.
- precedence int
- the precedence value.
- data
Source Reference Id This property is required. String - The data source reference id.
- data
Source Type This property is required. String - The data source type.
- id
This property is required. Number - The data source ID.
- name
This property is required. String - The data source name
- status
This property is required. String - The data source status.
- precedence Number
- the precedence value.
EntityTypes, EntityTypesArgs
- None
- None
- Profile
- Profile
- Interaction
- Interaction
- Relationship
- Relationship
- Entity
Types None - None
- Entity
Types Profile - Profile
- Entity
Types Interaction - Interaction
- Entity
Types Relationship - Relationship
- None
- None
- Profile
- Profile
- Interaction
- Interaction
- Relationship
- Relationship
- None
- None
- Profile
- Profile
- Interaction
- Interaction
- Relationship
- Relationship
- NONE
- None
- PROFILE
- Profile
- INTERACTION
- Interaction
- RELATIONSHIP
- Relationship
- "None"
- None
- "Profile"
- Profile
- "Interaction"
- Interaction
- "Relationship"
- Relationship
ProfileEnumValidValuesFormat, ProfileEnumValidValuesFormatArgs
- Localized
Value Dictionary<string, string>Names - Localized names of the enum member.
- Value int
- The integer value of the enum member.
- Localized
Value map[string]stringNames - Localized names of the enum member.
- Value int
- The integer value of the enum member.
- localized
Value Map<String,String>Names - Localized names of the enum member.
- value Integer
- The integer value of the enum member.
- localized
Value {[key: string]: string}Names - Localized names of the enum member.
- value number
- The integer value of the enum member.
- localized_
value_ Mapping[str, str]names - Localized names of the enum member.
- value int
- The integer value of the enum member.
- localized
Value Map<String>Names - Localized names of the enum member.
- value Number
- The integer value of the enum member.
ProfileEnumValidValuesFormatResponse, ProfileEnumValidValuesFormatResponseArgs
- Localized
Value Dictionary<string, string>Names - Localized names of the enum member.
- Value int
- The integer value of the enum member.
- Localized
Value map[string]stringNames - Localized names of the enum member.
- Value int
- The integer value of the enum member.
- localized
Value Map<String,String>Names - Localized names of the enum member.
- value Integer
- The integer value of the enum member.
- localized
Value {[key: string]: string}Names - Localized names of the enum member.
- value number
- The integer value of the enum member.
- localized_
value_ Mapping[str, str]names - Localized names of the enum member.
- value int
- The integer value of the enum member.
- localized
Value Map<String>Names - Localized names of the enum member.
- value Number
- The integer value of the enum member.
PropertyDefinition, PropertyDefinitionArgs
- Field
Name This property is required. string - Name of the property.
- Field
Type This property is required. string - Type of the property.
- Array
Value stringSeparator - Array value separator for properties with isArray set.
- Enum
Valid List<Pulumi.Values Azure Native. Customer Insights. Inputs. Profile Enum Valid Values Format> - Describes valid values for an enum property.
- Is
Array bool - Indicates if the property is actually an array of the fieldType above on the data api.
- Is
Available boolIn Graph - Whether property is available in graph or not.
- Is
Enum bool - Indicates if the property is an enum.
- Is
Flag boolEnum - Indicates if the property is an flag enum.
- Is
Image bool - Whether the property is an Image.
- Is
Localized boolString - Whether the property is a localized string.
- Is
Name bool - Whether the property is a name or a part of name.
- Is
Required bool - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- Max
Length int - Max length of string. Used only if type is string.
- Property
Id string - The ID associated with the property.
- Schema
Item stringProp Link - URL encoded schema.org item prop link for the property.
- Field
Name This property is required. string - Name of the property.
- Field
Type This property is required. string - Type of the property.
- Array
Value stringSeparator - Array value separator for properties with isArray set.
- Enum
Valid []ProfileValues Enum Valid Values Format - Describes valid values for an enum property.
- Is
Array bool - Indicates if the property is actually an array of the fieldType above on the data api.
- Is
Available boolIn Graph - Whether property is available in graph or not.
- Is
Enum bool - Indicates if the property is an enum.
- Is
Flag boolEnum - Indicates if the property is an flag enum.
- Is
Image bool - Whether the property is an Image.
- Is
Localized boolString - Whether the property is a localized string.
- Is
Name bool - Whether the property is a name or a part of name.
- Is
Required bool - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- Max
Length int - Max length of string. Used only if type is string.
- Property
Id string - The ID associated with the property.
- Schema
Item stringProp Link - URL encoded schema.org item prop link for the property.
- field
Name This property is required. String - Name of the property.
- field
Type This property is required. String - Type of the property.
- array
Value StringSeparator - Array value separator for properties with isArray set.
- enum
Valid List<ProfileValues Enum Valid Values Format> - Describes valid values for an enum property.
- is
Array Boolean - Indicates if the property is actually an array of the fieldType above on the data api.
- is
Available BooleanIn Graph - Whether property is available in graph or not.
- is
Enum Boolean - Indicates if the property is an enum.
- is
Flag BooleanEnum - Indicates if the property is an flag enum.
- is
Image Boolean - Whether the property is an Image.
- is
Localized BooleanString - Whether the property is a localized string.
- is
Name Boolean - Whether the property is a name or a part of name.
- is
Required Boolean - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- max
Length Integer - Max length of string. Used only if type is string.
- property
Id String - The ID associated with the property.
- schema
Item StringProp Link - URL encoded schema.org item prop link for the property.
- field
Name This property is required. string - Name of the property.
- field
Type This property is required. string - Type of the property.
- array
Value stringSeparator - Array value separator for properties with isArray set.
- enum
Valid ProfileValues Enum Valid Values Format[] - Describes valid values for an enum property.
- is
Array boolean - Indicates if the property is actually an array of the fieldType above on the data api.
- is
Available booleanIn Graph - Whether property is available in graph or not.
- is
Enum boolean - Indicates if the property is an enum.
- is
Flag booleanEnum - Indicates if the property is an flag enum.
- is
Image boolean - Whether the property is an Image.
- is
Localized booleanString - Whether the property is a localized string.
- is
Name boolean - Whether the property is a name or a part of name.
- is
Required boolean - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- max
Length number - Max length of string. Used only if type is string.
- property
Id string - The ID associated with the property.
- schema
Item stringProp Link - URL encoded schema.org item prop link for the property.
- field_
name This property is required. str - Name of the property.
- field_
type This property is required. str - Type of the property.
- array_
value_ strseparator - Array value separator for properties with isArray set.
- enum_
valid_ Sequence[Profilevalues Enum Valid Values Format] - Describes valid values for an enum property.
- is_
array bool - Indicates if the property is actually an array of the fieldType above on the data api.
- is_
available_ boolin_ graph - Whether property is available in graph or not.
- is_
enum bool - Indicates if the property is an enum.
- is_
flag_ boolenum - Indicates if the property is an flag enum.
- is_
image bool - Whether the property is an Image.
- is_
localized_ boolstring - Whether the property is a localized string.
- is_
name bool - Whether the property is a name or a part of name.
- is_
required bool - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- max_
length int - Max length of string. Used only if type is string.
- property_
id str - The ID associated with the property.
- schema_
item_ strprop_ link - URL encoded schema.org item prop link for the property.
- field
Name This property is required. String - Name of the property.
- field
Type This property is required. String - Type of the property.
- array
Value StringSeparator - Array value separator for properties with isArray set.
- enum
Valid List<Property Map>Values - Describes valid values for an enum property.
- is
Array Boolean - Indicates if the property is actually an array of the fieldType above on the data api.
- is
Available BooleanIn Graph - Whether property is available in graph or not.
- is
Enum Boolean - Indicates if the property is an enum.
- is
Flag BooleanEnum - Indicates if the property is an flag enum.
- is
Image Boolean - Whether the property is an Image.
- is
Localized BooleanString - Whether the property is a localized string.
- is
Name Boolean - Whether the property is a name or a part of name.
- is
Required Boolean - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- max
Length Number - Max length of string. Used only if type is string.
- property
Id String - The ID associated with the property.
- schema
Item StringProp Link - URL encoded schema.org item prop link for the property.
PropertyDefinitionResponse, PropertyDefinitionResponseArgs
- Data
Source Precedence Rules This property is required. List<Pulumi.Azure Native. Customer Insights. Inputs. Data Source Precedence Response> - This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
- Field
Name This property is required. string - Name of the property.
- Field
Type This property is required. string - Type of the property.
- Array
Value stringSeparator - Array value separator for properties with isArray set.
- Enum
Valid List<Pulumi.Values Azure Native. Customer Insights. Inputs. Profile Enum Valid Values Format Response> - Describes valid values for an enum property.
- Is
Array bool - Indicates if the property is actually an array of the fieldType above on the data api.
- Is
Available boolIn Graph - Whether property is available in graph or not.
- Is
Enum bool - Indicates if the property is an enum.
- Is
Flag boolEnum - Indicates if the property is an flag enum.
- Is
Image bool - Whether the property is an Image.
- Is
Localized boolString - Whether the property is a localized string.
- Is
Name bool - Whether the property is a name or a part of name.
- Is
Required bool - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- Max
Length int - Max length of string. Used only if type is string.
- Property
Id string - The ID associated with the property.
- Schema
Item stringProp Link - URL encoded schema.org item prop link for the property.
- Data
Source Precedence Rules This property is required. []DataSource Precedence Response - This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
- Field
Name This property is required. string - Name of the property.
- Field
Type This property is required. string - Type of the property.
- Array
Value stringSeparator - Array value separator for properties with isArray set.
- Enum
Valid []ProfileValues Enum Valid Values Format Response - Describes valid values for an enum property.
- Is
Array bool - Indicates if the property is actually an array of the fieldType above on the data api.
- Is
Available boolIn Graph - Whether property is available in graph or not.
- Is
Enum bool - Indicates if the property is an enum.
- Is
Flag boolEnum - Indicates if the property is an flag enum.
- Is
Image bool - Whether the property is an Image.
- Is
Localized boolString - Whether the property is a localized string.
- Is
Name bool - Whether the property is a name or a part of name.
- Is
Required bool - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- Max
Length int - Max length of string. Used only if type is string.
- Property
Id string - The ID associated with the property.
- Schema
Item stringProp Link - URL encoded schema.org item prop link for the property.
- data
Source Precedence Rules This property is required. List<DataSource Precedence Response> - This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
- field
Name This property is required. String - Name of the property.
- field
Type This property is required. String - Type of the property.
- array
Value StringSeparator - Array value separator for properties with isArray set.
- enum
Valid List<ProfileValues Enum Valid Values Format Response> - Describes valid values for an enum property.
- is
Array Boolean - Indicates if the property is actually an array of the fieldType above on the data api.
- is
Available BooleanIn Graph - Whether property is available in graph or not.
- is
Enum Boolean - Indicates if the property is an enum.
- is
Flag BooleanEnum - Indicates if the property is an flag enum.
- is
Image Boolean - Whether the property is an Image.
- is
Localized BooleanString - Whether the property is a localized string.
- is
Name Boolean - Whether the property is a name or a part of name.
- is
Required Boolean - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- max
Length Integer - Max length of string. Used only if type is string.
- property
Id String - The ID associated with the property.
- schema
Item StringProp Link - URL encoded schema.org item prop link for the property.
- data
Source Precedence Rules This property is required. DataSource Precedence Response[] - This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
- field
Name This property is required. string - Name of the property.
- field
Type This property is required. string - Type of the property.
- array
Value stringSeparator - Array value separator for properties with isArray set.
- enum
Valid ProfileValues Enum Valid Values Format Response[] - Describes valid values for an enum property.
- is
Array boolean - Indicates if the property is actually an array of the fieldType above on the data api.
- is
Available booleanIn Graph - Whether property is available in graph or not.
- is
Enum boolean - Indicates if the property is an enum.
- is
Flag booleanEnum - Indicates if the property is an flag enum.
- is
Image boolean - Whether the property is an Image.
- is
Localized booleanString - Whether the property is a localized string.
- is
Name boolean - Whether the property is a name or a part of name.
- is
Required boolean - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- max
Length number - Max length of string. Used only if type is string.
- property
Id string - The ID associated with the property.
- schema
Item stringProp Link - URL encoded schema.org item prop link for the property.
- data_
source_ precedence_ rules This property is required. Sequence[DataSource Precedence Response] - This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
- field_
name This property is required. str - Name of the property.
- field_
type This property is required. str - Type of the property.
- array_
value_ strseparator - Array value separator for properties with isArray set.
- enum_
valid_ Sequence[Profilevalues Enum Valid Values Format Response] - Describes valid values for an enum property.
- is_
array bool - Indicates if the property is actually an array of the fieldType above on the data api.
- is_
available_ boolin_ graph - Whether property is available in graph or not.
- is_
enum bool - Indicates if the property is an enum.
- is_
flag_ boolenum - Indicates if the property is an flag enum.
- is_
image bool - Whether the property is an Image.
- is_
localized_ boolstring - Whether the property is a localized string.
- is_
name bool - Whether the property is a name or a part of name.
- is_
required bool - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- max_
length int - Max length of string. Used only if type is string.
- property_
id str - The ID associated with the property.
- schema_
item_ strprop_ link - URL encoded schema.org item prop link for the property.
- data
Source Precedence Rules This property is required. List<Property Map> - This is specific to interactions modeled as activities. Data sources are used to determine where data is stored and also in precedence rules.
- field
Name This property is required. String - Name of the property.
- field
Type This property is required. String - Type of the property.
- array
Value StringSeparator - Array value separator for properties with isArray set.
- enum
Valid List<Property Map>Values - Describes valid values for an enum property.
- is
Array Boolean - Indicates if the property is actually an array of the fieldType above on the data api.
- is
Available BooleanIn Graph - Whether property is available in graph or not.
- is
Enum Boolean - Indicates if the property is an enum.
- is
Flag BooleanEnum - Indicates if the property is an flag enum.
- is
Image Boolean - Whether the property is an Image.
- is
Localized BooleanString - Whether the property is a localized string.
- is
Name Boolean - Whether the property is a name or a part of name.
- is
Required Boolean - Whether property value is required on instances, IsRequired field only for Interaction. Profile Instance will not check for required field.
- max
Length Number - Max length of string. Used only if type is string.
- property
Id String - The ID associated with the property.
- schema
Item StringProp Link - URL encoded schema.org item prop link for the property.
StrongId, StrongIdArgs
- Key
Property Names This property is required. List<string> - The properties which make up the unique ID.
- Strong
Id Name This property is required. string - The Name identifying the strong ID.
- Description Dictionary<string, string>
- Localized descriptions.
- Display
Name Dictionary<string, string> - Localized display name.
- Key
Property Names This property is required. []string - The properties which make up the unique ID.
- Strong
Id Name This property is required. string - The Name identifying the strong ID.
- Description map[string]string
- Localized descriptions.
- Display
Name map[string]string - Localized display name.
- key
Property Names This property is required. List<String> - The properties which make up the unique ID.
- strong
Id Name This property is required. String - The Name identifying the strong ID.
- description Map<String,String>
- Localized descriptions.
- display
Name Map<String,String> - Localized display name.
- key
Property Names This property is required. string[] - The properties which make up the unique ID.
- strong
Id Name This property is required. string - The Name identifying the strong ID.
- description {[key: string]: string}
- Localized descriptions.
- display
Name {[key: string]: string} - Localized display name.
- key_
property_ names This property is required. Sequence[str] - The properties which make up the unique ID.
- strong_
id_ name This property is required. str - The Name identifying the strong ID.
- description Mapping[str, str]
- Localized descriptions.
- display_
name Mapping[str, str] - Localized display name.
- key
Property Names This property is required. List<String> - The properties which make up the unique ID.
- strong
Id Name This property is required. String - The Name identifying the strong ID.
- description Map<String>
- Localized descriptions.
- display
Name Map<String> - Localized display name.
StrongIdResponse, StrongIdResponseArgs
- Key
Property Names This property is required. List<string> - The properties which make up the unique ID.
- Strong
Id Name This property is required. string - The Name identifying the strong ID.
- Description Dictionary<string, string>
- Localized descriptions.
- Display
Name Dictionary<string, string> - Localized display name.
- Key
Property Names This property is required. []string - The properties which make up the unique ID.
- Strong
Id Name This property is required. string - The Name identifying the strong ID.
- Description map[string]string
- Localized descriptions.
- Display
Name map[string]string - Localized display name.
- key
Property Names This property is required. List<String> - The properties which make up the unique ID.
- strong
Id Name This property is required. String - The Name identifying the strong ID.
- description Map<String,String>
- Localized descriptions.
- display
Name Map<String,String> - Localized display name.
- key
Property Names This property is required. string[] - The properties which make up the unique ID.
- strong
Id Name This property is required. string - The Name identifying the strong ID.
- description {[key: string]: string}
- Localized descriptions.
- display
Name {[key: string]: string} - Localized display name.
- key_
property_ names This property is required. Sequence[str] - The properties which make up the unique ID.
- strong_
id_ name This property is required. str - The Name identifying the strong ID.
- description Mapping[str, str]
- Localized descriptions.
- display_
name Mapping[str, str] - Localized display name.
- key
Property Names This property is required. List<String> - The properties which make up the unique ID.
- strong
Id Name This property is required. String - The Name identifying the strong ID.
- description Map<String>
- Localized descriptions.
- display
Name Map<String> - Localized display name.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:customerinsights:Profile azSdkTestHub/TestProfileType396 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/profiles/{profileName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0