azure-native-v2.logic.RosettaNetProcessConfiguration
Explore with Pulumi AI
The integration account RosettaNet process configuration. Azure REST API version: 2016-06-01. Prior API version in Azure Native 1.x: 2016-06-01.
Create RosettaNetProcessConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RosettaNetProcessConfiguration(name: string, args: RosettaNetProcessConfigurationArgs, opts?: CustomResourceOptions);
@overload
def RosettaNetProcessConfiguration(resource_name: str,
args: RosettaNetProcessConfigurationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RosettaNetProcessConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
process_code: Optional[str] = None,
initiator_role_settings: Optional[RosettaNetPipRoleSettingsArgs] = None,
integration_account_name: Optional[str] = None,
activity_settings: Optional[RosettaNetPipActivitySettingsArgs] = None,
process_name: Optional[str] = None,
process_version: Optional[str] = None,
resource_group_name: Optional[str] = None,
responder_role_settings: Optional[RosettaNetPipRoleSettingsArgs] = None,
description: Optional[str] = None,
location: Optional[str] = None,
metadata: Optional[Mapping[str, str]] = None,
rosetta_net_process_configuration_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewRosettaNetProcessConfiguration(ctx *Context, name string, args RosettaNetProcessConfigurationArgs, opts ...ResourceOption) (*RosettaNetProcessConfiguration, error)
public RosettaNetProcessConfiguration(string name, RosettaNetProcessConfigurationArgs args, CustomResourceOptions? opts = null)
public RosettaNetProcessConfiguration(String name, RosettaNetProcessConfigurationArgs args)
public RosettaNetProcessConfiguration(String name, RosettaNetProcessConfigurationArgs args, CustomResourceOptions options)
type: azure-native:logic:RosettaNetProcessConfiguration
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. RosettaNetProcessConfigurationArgs - 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. RosettaNetProcessConfigurationArgs - 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. RosettaNetProcessConfigurationArgs - 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. RosettaNetProcessConfigurationArgs - 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. RosettaNetProcessConfigurationArgs - 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 rosettaNetProcessConfigurationResource = new AzureNative.Logic.RosettaNetProcessConfiguration("rosettaNetProcessConfigurationResource", new()
{
ProcessCode = "string",
InitiatorRoleSettings =
{
{ "action", "string" },
{ "businessDocument",
{
{ "name", "string" },
{ "version", "string" },
{ "description", "string" },
} },
{ "role", "string" },
{ "roleType", "NotSpecified" },
{ "service", "string" },
{ "serviceClassification", "string" },
{ "description", "string" },
},
IntegrationAccountName = "string",
ActivitySettings =
{
{ "acknowledgmentOfReceiptSettings",
{
{ "isNonRepudiationRequired", false },
{ "timeToAcknowledgeInSeconds", 0 },
} },
{ "activityBehavior",
{
{ "actionType", "NotSpecified" },
{ "isAuthorizationRequired", false },
{ "isSecuredTransportRequired", false },
{ "nonRepudiationOfOriginAndContent", false },
{ "persistentConfidentialityScope", "NotSpecified" },
{ "responseType", "NotSpecified" },
{ "retryCount", 0 },
{ "timeToPerformInSeconds", 0 },
} },
{ "activityType", "NotSpecified" },
},
ProcessName = "string",
ProcessVersion = "string",
ResourceGroupName = "string",
ResponderRoleSettings =
{
{ "action", "string" },
{ "businessDocument",
{
{ "name", "string" },
{ "version", "string" },
{ "description", "string" },
} },
{ "role", "string" },
{ "roleType", "NotSpecified" },
{ "service", "string" },
{ "serviceClassification", "string" },
{ "description", "string" },
},
Description = "string",
Location = "string",
Metadata =
{
{ "string", "string" },
},
RosettaNetProcessConfigurationName = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := logic.NewRosettaNetProcessConfiguration(ctx, "rosettaNetProcessConfigurationResource", &logic.RosettaNetProcessConfigurationArgs{
ProcessCode: "string",
InitiatorRoleSettings: map[string]interface{}{
"action": "string",
"businessDocument": map[string]interface{}{
"name": "string",
"version": "string",
"description": "string",
},
"role": "string",
"roleType": "NotSpecified",
"service": "string",
"serviceClassification": "string",
"description": "string",
},
IntegrationAccountName: "string",
ActivitySettings: map[string]interface{}{
"acknowledgmentOfReceiptSettings": map[string]interface{}{
"isNonRepudiationRequired": false,
"timeToAcknowledgeInSeconds": 0,
},
"activityBehavior": map[string]interface{}{
"actionType": "NotSpecified",
"isAuthorizationRequired": false,
"isSecuredTransportRequired": false,
"nonRepudiationOfOriginAndContent": false,
"persistentConfidentialityScope": "NotSpecified",
"responseType": "NotSpecified",
"retryCount": 0,
"timeToPerformInSeconds": 0,
},
"activityType": "NotSpecified",
},
ProcessName: "string",
ProcessVersion: "string",
ResourceGroupName: "string",
ResponderRoleSettings: map[string]interface{}{
"action": "string",
"businessDocument": map[string]interface{}{
"name": "string",
"version": "string",
"description": "string",
},
"role": "string",
"roleType": "NotSpecified",
"service": "string",
"serviceClassification": "string",
"description": "string",
},
Description: "string",
Location: "string",
Metadata: map[string]interface{}{
"string": "string",
},
RosettaNetProcessConfigurationName: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var rosettaNetProcessConfigurationResource = new RosettaNetProcessConfiguration("rosettaNetProcessConfigurationResource", RosettaNetProcessConfigurationArgs.builder()
.processCode("string")
.initiatorRoleSettings(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.integrationAccountName("string")
.activitySettings(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.processName("string")
.processVersion("string")
.resourceGroupName("string")
.responderRoleSettings(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.description("string")
.location("string")
.metadata(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.rosettaNetProcessConfigurationName("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
rosetta_net_process_configuration_resource = azure_native.logic.RosettaNetProcessConfiguration("rosettaNetProcessConfigurationResource",
process_code=string,
initiator_role_settings={
action: string,
businessDocument: {
name: string,
version: string,
description: string,
},
role: string,
roleType: NotSpecified,
service: string,
serviceClassification: string,
description: string,
},
integration_account_name=string,
activity_settings={
acknowledgmentOfReceiptSettings: {
isNonRepudiationRequired: False,
timeToAcknowledgeInSeconds: 0,
},
activityBehavior: {
actionType: NotSpecified,
isAuthorizationRequired: False,
isSecuredTransportRequired: False,
nonRepudiationOfOriginAndContent: False,
persistentConfidentialityScope: NotSpecified,
responseType: NotSpecified,
retryCount: 0,
timeToPerformInSeconds: 0,
},
activityType: NotSpecified,
},
process_name=string,
process_version=string,
resource_group_name=string,
responder_role_settings={
action: string,
businessDocument: {
name: string,
version: string,
description: string,
},
role: string,
roleType: NotSpecified,
service: string,
serviceClassification: string,
description: string,
},
description=string,
location=string,
metadata={
string: string,
},
rosetta_net_process_configuration_name=string,
tags={
string: string,
})
const rosettaNetProcessConfigurationResource = new azure_native.logic.RosettaNetProcessConfiguration("rosettaNetProcessConfigurationResource", {
processCode: "string",
initiatorRoleSettings: {
action: "string",
businessDocument: {
name: "string",
version: "string",
description: "string",
},
role: "string",
roleType: "NotSpecified",
service: "string",
serviceClassification: "string",
description: "string",
},
integrationAccountName: "string",
activitySettings: {
acknowledgmentOfReceiptSettings: {
isNonRepudiationRequired: false,
timeToAcknowledgeInSeconds: 0,
},
activityBehavior: {
actionType: "NotSpecified",
isAuthorizationRequired: false,
isSecuredTransportRequired: false,
nonRepudiationOfOriginAndContent: false,
persistentConfidentialityScope: "NotSpecified",
responseType: "NotSpecified",
retryCount: 0,
timeToPerformInSeconds: 0,
},
activityType: "NotSpecified",
},
processName: "string",
processVersion: "string",
resourceGroupName: "string",
responderRoleSettings: {
action: "string",
businessDocument: {
name: "string",
version: "string",
description: "string",
},
role: "string",
roleType: "NotSpecified",
service: "string",
serviceClassification: "string",
description: "string",
},
description: "string",
location: "string",
metadata: {
string: "string",
},
rosettaNetProcessConfigurationName: "string",
tags: {
string: "string",
},
});
type: azure-native:logic:RosettaNetProcessConfiguration
properties:
activitySettings:
acknowledgmentOfReceiptSettings:
isNonRepudiationRequired: false
timeToAcknowledgeInSeconds: 0
activityBehavior:
actionType: NotSpecified
isAuthorizationRequired: false
isSecuredTransportRequired: false
nonRepudiationOfOriginAndContent: false
persistentConfidentialityScope: NotSpecified
responseType: NotSpecified
retryCount: 0
timeToPerformInSeconds: 0
activityType: NotSpecified
description: string
initiatorRoleSettings:
action: string
businessDocument:
description: string
name: string
version: string
description: string
role: string
roleType: NotSpecified
service: string
serviceClassification: string
integrationAccountName: string
location: string
metadata:
string: string
processCode: string
processName: string
processVersion: string
resourceGroupName: string
responderRoleSettings:
action: string
businessDocument:
description: string
name: string
version: string
description: string
role: string
roleType: NotSpecified
service: string
serviceClassification: string
rosettaNetProcessConfigurationName: string
tags:
string: string
RosettaNetProcessConfiguration 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 RosettaNetProcessConfiguration resource accepts the following input properties:
- Activity
Settings This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Activity Settings - The RosettaNet process configuration activity settings.
- Initiator
Role Settings This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Role Settings - The RosettaNet initiator role settings.
- Integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- Process
Code This property is required. string - The integration account RosettaNet process code.
- Process
Name This property is required. string - The integration account RosettaNet process name.
- Process
Version This property is required. string - The integration account RosettaNet process version.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- Responder
Role Settings This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Role Settings - The RosettaNet responder role settings.
- Description string
- The integration account RosettaNet ProcessConfiguration properties.
- Location string
- The resource location.
- Metadata Dictionary<string, string>
- The metadata.
- Rosetta
Net Process Configuration Name Changes to this property will trigger replacement.
- The integration account RosettaNet ProcessConfiguration name.
- Dictionary<string, string>
- The resource tags.
- Activity
Settings This property is required. RosettaNet Pip Activity Settings Args - The RosettaNet process configuration activity settings.
- Initiator
Role Settings This property is required. RosettaNet Pip Role Settings Args - The RosettaNet initiator role settings.
- Integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- Process
Code This property is required. string - The integration account RosettaNet process code.
- Process
Name This property is required. string - The integration account RosettaNet process name.
- Process
Version This property is required. string - The integration account RosettaNet process version.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- Responder
Role Settings This property is required. RosettaNet Pip Role Settings Args - The RosettaNet responder role settings.
- Description string
- The integration account RosettaNet ProcessConfiguration properties.
- Location string
- The resource location.
- Metadata map[string]string
- The metadata.
- Rosetta
Net Process Configuration Name Changes to this property will trigger replacement.
- The integration account RosettaNet ProcessConfiguration name.
- map[string]string
- The resource tags.
- activity
Settings This property is required. RosettaNet Pip Activity Settings - The RosettaNet process configuration activity settings.
- initiator
Role Settings This property is required. RosettaNet Pip Role Settings - The RosettaNet initiator role settings.
- integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- process
Code This property is required. String - The integration account RosettaNet process code.
- process
Name This property is required. String - The integration account RosettaNet process name.
- process
Version This property is required. String - The integration account RosettaNet process version.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- responder
Role Settings This property is required. RosettaNet Pip Role Settings - The RosettaNet responder role settings.
- description String
- The integration account RosettaNet ProcessConfiguration properties.
- location String
- The resource location.
- metadata Map<String,String>
- The metadata.
- rosetta
Net Process Configuration Name Changes to this property will trigger replacement.
- The integration account RosettaNet ProcessConfiguration name.
- Map<String,String>
- The resource tags.
- activity
Settings This property is required. RosettaNet Pip Activity Settings - The RosettaNet process configuration activity settings.
- initiator
Role Settings This property is required. RosettaNet Pip Role Settings - The RosettaNet initiator role settings.
- integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- process
Code This property is required. string - The integration account RosettaNet process code.
- process
Name This property is required. string - The integration account RosettaNet process name.
- process
Version This property is required. string - The integration account RosettaNet process version.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- responder
Role Settings This property is required. RosettaNet Pip Role Settings - The RosettaNet responder role settings.
- description string
- The integration account RosettaNet ProcessConfiguration properties.
- location string
- The resource location.
- metadata {[key: string]: string}
- The metadata.
- rosetta
Net Process Configuration Name Changes to this property will trigger replacement.
- The integration account RosettaNet ProcessConfiguration name.
- {[key: string]: string}
- The resource tags.
- activity_
settings This property is required. RosettaNet Pip Activity Settings Args - The RosettaNet process configuration activity settings.
- initiator_
role_ settings This property is required. RosettaNet Pip Role Settings Args - The RosettaNet initiator role settings.
- integration_
account_ name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- process_
code This property is required. str - The integration account RosettaNet process code.
- process_
name This property is required. str - The integration account RosettaNet process name.
- process_
version This property is required. str - The integration account RosettaNet process version.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- responder_
role_ settings This property is required. RosettaNet Pip Role Settings Args - The RosettaNet responder role settings.
- description str
- The integration account RosettaNet ProcessConfiguration properties.
- location str
- The resource location.
- metadata Mapping[str, str]
- The metadata.
- rosetta_
net_ process_ configuration_ name Changes to this property will trigger replacement.
- The integration account RosettaNet ProcessConfiguration name.
- Mapping[str, str]
- The resource tags.
- activity
Settings This property is required. Property Map - The RosettaNet process configuration activity settings.
- initiator
Role Settings This property is required. Property Map - The RosettaNet initiator role settings.
- integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- process
Code This property is required. String - The integration account RosettaNet process code.
- process
Name This property is required. String - The integration account RosettaNet process name.
- process
Version This property is required. String - The integration account RosettaNet process version.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- responder
Role Settings This property is required. Property Map - The RosettaNet responder role settings.
- description String
- The integration account RosettaNet ProcessConfiguration properties.
- location String
- The resource location.
- metadata Map<String>
- The metadata.
- rosetta
Net Process Configuration Name Changes to this property will trigger replacement.
- The integration account RosettaNet ProcessConfiguration name.
- Map<String>
- The resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the RosettaNetProcessConfiguration resource produces the following output properties:
- Changed
Time string - The changed time.
- Created
Time string - The created time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- Changed
Time string - The changed time.
- Created
Time string - The created time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- changed
Time String - The changed time.
- created
Time String - The created time.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
- changed
Time string - The changed time.
- created
Time string - The created time.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Gets the resource name.
- type string
- Gets the resource type.
- changed_
time str - The changed time.
- created_
time str - The created time.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Gets the resource name.
- type str
- Gets the resource type.
- changed
Time String - The changed time.
- created
Time String - The created time.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
Supporting Types
RosettaNetActionType, RosettaNetActionTypeArgs
- Not
Specified - NotSpecified
- Single
Action - SingleAction
- Double
Action - DoubleAction
- Rosetta
Net Action Type Not Specified - NotSpecified
- Rosetta
Net Action Type Single Action - SingleAction
- Rosetta
Net Action Type Double Action - DoubleAction
- Not
Specified - NotSpecified
- Single
Action - SingleAction
- Double
Action - DoubleAction
- Not
Specified - NotSpecified
- Single
Action - SingleAction
- Double
Action - DoubleAction
- NOT_SPECIFIED
- NotSpecified
- SINGLE_ACTION
- SingleAction
- DOUBLE_ACTION
- DoubleAction
- "Not
Specified" - NotSpecified
- "Single
Action" - SingleAction
- "Double
Action" - DoubleAction
RosettaNetPipAcknowledgmentOfReceiptSettings, RosettaNetPipAcknowledgmentOfReceiptSettingsArgs
- Is
Non Repudiation Required This property is required. bool - The non-repudiation is required or not.
- Time
To Acknowledge In Seconds This property is required. int - The time to acknowledge in seconds.
- Is
Non Repudiation Required This property is required. bool - The non-repudiation is required or not.
- Time
To Acknowledge In Seconds This property is required. int - The time to acknowledge in seconds.
- is
Non Repudiation Required This property is required. Boolean - The non-repudiation is required or not.
- time
To Acknowledge In Seconds This property is required. Integer - The time to acknowledge in seconds.
- is
Non Repudiation Required This property is required. boolean - The non-repudiation is required or not.
- time
To Acknowledge In Seconds This property is required. number - The time to acknowledge in seconds.
- is_
non_ repudiation_ required This property is required. bool - The non-repudiation is required or not.
- time_
to_ acknowledge_ in_ seconds This property is required. int - The time to acknowledge in seconds.
- is
Non Repudiation Required This property is required. Boolean - The non-repudiation is required or not.
- time
To Acknowledge In Seconds This property is required. Number - The time to acknowledge in seconds.
RosettaNetPipAcknowledgmentOfReceiptSettingsResponse, RosettaNetPipAcknowledgmentOfReceiptSettingsResponseArgs
- Is
Non Repudiation Required This property is required. bool - The non-repudiation is required or not.
- Time
To Acknowledge In Seconds This property is required. int - The time to acknowledge in seconds.
- Is
Non Repudiation Required This property is required. bool - The non-repudiation is required or not.
- Time
To Acknowledge In Seconds This property is required. int - The time to acknowledge in seconds.
- is
Non Repudiation Required This property is required. Boolean - The non-repudiation is required or not.
- time
To Acknowledge In Seconds This property is required. Integer - The time to acknowledge in seconds.
- is
Non Repudiation Required This property is required. boolean - The non-repudiation is required or not.
- time
To Acknowledge In Seconds This property is required. number - The time to acknowledge in seconds.
- is_
non_ repudiation_ required This property is required. bool - The non-repudiation is required or not.
- time_
to_ acknowledge_ in_ seconds This property is required. int - The time to acknowledge in seconds.
- is
Non Repudiation Required This property is required. Boolean - The non-repudiation is required or not.
- time
To Acknowledge In Seconds This property is required. Number - The time to acknowledge in seconds.
RosettaNetPipActivityBehavior, RosettaNetPipActivityBehaviorArgs
- Action
Type This property is required. Pulumi.Azure Native. Logic. Rosetta Net Action Type - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. bool- The value indicating whether authorization is required.
- Is
Secured Transport Required This property is required. bool - The value indicating whether secured transport is required.
- Non
Repudiation Of Origin And Content This property is required. bool - The value indicating whether non-repudiation is for origin and content.
- Persistent
Confidentiality Scope This property is required. Pulumi.Azure Native. Logic. Rosetta Net Pip Confidentiality Scope - The persistent confidentiality encryption scope.
- Response
Type This property is required. Pulumi.Azure Native. Logic. Rosetta Net Response Type - The value indicating whether the RosettaNet PIP communication is synchronous.
- Retry
Count This property is required. int - The value indicating retry count.
- Time
To Perform In Seconds This property is required. int - The time to perform in seconds.
- Action
Type This property is required. RosettaNet Action Type - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. bool- The value indicating whether authorization is required.
- Is
Secured Transport Required This property is required. bool - The value indicating whether secured transport is required.
- Non
Repudiation Of Origin And Content This property is required. bool - The value indicating whether non-repudiation is for origin and content.
- Persistent
Confidentiality Scope This property is required. RosettaNet Pip Confidentiality Scope - The persistent confidentiality encryption scope.
- Response
Type This property is required. RosettaNet Response Type - The value indicating whether the RosettaNet PIP communication is synchronous.
- Retry
Count This property is required. int - The value indicating retry count.
- Time
To Perform In Seconds This property is required. int - The time to perform in seconds.
- action
Type This property is required. RosettaNet Action Type - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. Boolean- The value indicating whether authorization is required.
- is
Secured Transport Required This property is required. Boolean - The value indicating whether secured transport is required.
- non
Repudiation Of Origin And Content This property is required. Boolean - The value indicating whether non-repudiation is for origin and content.
- persistent
Confidentiality Scope This property is required. RosettaNet Pip Confidentiality Scope - The persistent confidentiality encryption scope.
- response
Type This property is required. RosettaNet Response Type - The value indicating whether the RosettaNet PIP communication is synchronous.
- retry
Count This property is required. Integer - The value indicating retry count.
- time
To Perform In Seconds This property is required. Integer - The time to perform in seconds.
- action
Type This property is required. RosettaNet Action Type - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. boolean- The value indicating whether authorization is required.
- is
Secured Transport Required This property is required. boolean - The value indicating whether secured transport is required.
- non
Repudiation Of Origin And Content This property is required. boolean - The value indicating whether non-repudiation is for origin and content.
- persistent
Confidentiality Scope This property is required. RosettaNet Pip Confidentiality Scope - The persistent confidentiality encryption scope.
- response
Type This property is required. RosettaNet Response Type - The value indicating whether the RosettaNet PIP communication is synchronous.
- retry
Count This property is required. number - The value indicating retry count.
- time
To Perform In Seconds This property is required. number - The time to perform in seconds.
- action_
type This property is required. RosettaNet Action Type - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. bool- The value indicating whether authorization is required.
- is_
secured_ transport_ required This property is required. bool - The value indicating whether secured transport is required.
- non_
repudiation_ of_ origin_ and_ content This property is required. bool - The value indicating whether non-repudiation is for origin and content.
- persistent_
confidentiality_ scope This property is required. RosettaNet Pip Confidentiality Scope - The persistent confidentiality encryption scope.
- response_
type This property is required. RosettaNet Response Type - The value indicating whether the RosettaNet PIP communication is synchronous.
- retry_
count This property is required. int - The value indicating retry count.
- time_
to_ perform_ in_ seconds This property is required. int - The time to perform in seconds.
- action
Type This property is required. "NotSpecified" | "Single Action" | "Double Action" - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. Boolean- The value indicating whether authorization is required.
- is
Secured Transport Required This property is required. Boolean - The value indicating whether secured transport is required.
- non
Repudiation Of Origin And Content This property is required. Boolean - The value indicating whether non-repudiation is for origin and content.
- persistent
Confidentiality Scope This property is required. "NotSpecified" | "None" | "Payload" | "Payload Container" - The persistent confidentiality encryption scope.
- response
Type This property is required. "NotSpecified" | "Sync" | "Async" - The value indicating whether the RosettaNet PIP communication is synchronous.
- retry
Count This property is required. Number - The value indicating retry count.
- time
To Perform In Seconds This property is required. Number - The time to perform in seconds.
RosettaNetPipActivityBehaviorResponse, RosettaNetPipActivityBehaviorResponseArgs
- Action
Type This property is required. string - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. bool- The value indicating whether authorization is required.
- Is
Secured Transport Required This property is required. bool - The value indicating whether secured transport is required.
- Non
Repudiation Of Origin And Content This property is required. bool - The value indicating whether non-repudiation is for origin and content.
- Persistent
Confidentiality Scope This property is required. string - The persistent confidentiality encryption scope.
- Response
Type This property is required. string - The value indicating whether the RosettaNet PIP communication is synchronous.
- Retry
Count This property is required. int - The value indicating retry count.
- Time
To Perform In Seconds This property is required. int - The time to perform in seconds.
- Action
Type This property is required. string - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. bool- The value indicating whether authorization is required.
- Is
Secured Transport Required This property is required. bool - The value indicating whether secured transport is required.
- Non
Repudiation Of Origin And Content This property is required. bool - The value indicating whether non-repudiation is for origin and content.
- Persistent
Confidentiality Scope This property is required. string - The persistent confidentiality encryption scope.
- Response
Type This property is required. string - The value indicating whether the RosettaNet PIP communication is synchronous.
- Retry
Count This property is required. int - The value indicating retry count.
- Time
To Perform In Seconds This property is required. int - The time to perform in seconds.
- action
Type This property is required. String - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. Boolean- The value indicating whether authorization is required.
- is
Secured Transport Required This property is required. Boolean - The value indicating whether secured transport is required.
- non
Repudiation Of Origin And Content This property is required. Boolean - The value indicating whether non-repudiation is for origin and content.
- persistent
Confidentiality Scope This property is required. String - The persistent confidentiality encryption scope.
- response
Type This property is required. String - The value indicating whether the RosettaNet PIP communication is synchronous.
- retry
Count This property is required. Integer - The value indicating retry count.
- time
To Perform In Seconds This property is required. Integer - The time to perform in seconds.
- action
Type This property is required. string - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. boolean- The value indicating whether authorization is required.
- is
Secured Transport Required This property is required. boolean - The value indicating whether secured transport is required.
- non
Repudiation Of Origin And Content This property is required. boolean - The value indicating whether non-repudiation is for origin and content.
- persistent
Confidentiality Scope This property is required. string - The persistent confidentiality encryption scope.
- response
Type This property is required. string - The value indicating whether the RosettaNet PIP communication is synchronous.
- retry
Count This property is required. number - The value indicating retry count.
- time
To Perform In Seconds This property is required. number - The time to perform in seconds.
- action_
type This property is required. str - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. bool- The value indicating whether authorization is required.
- is_
secured_ transport_ required This property is required. bool - The value indicating whether secured transport is required.
- non_
repudiation_ of_ origin_ and_ content This property is required. bool - The value indicating whether non-repudiation is for origin and content.
- persistent_
confidentiality_ scope This property is required. str - The persistent confidentiality encryption scope.
- response_
type This property is required. str - The value indicating whether the RosettaNet PIP communication is synchronous.
- retry_
count This property is required. int - The value indicating retry count.
- time_
to_ perform_ in_ seconds This property is required. int - The time to perform in seconds.
- action
Type This property is required. String - The value indicating whether the RosettaNet PIP is used for a single action.
This property is required. Boolean- The value indicating whether authorization is required.
- is
Secured Transport Required This property is required. Boolean - The value indicating whether secured transport is required.
- non
Repudiation Of Origin And Content This property is required. Boolean - The value indicating whether non-repudiation is for origin and content.
- persistent
Confidentiality Scope This property is required. String - The persistent confidentiality encryption scope.
- response
Type This property is required. String - The value indicating whether the RosettaNet PIP communication is synchronous.
- retry
Count This property is required. Number - The value indicating retry count.
- time
To Perform In Seconds This property is required. Number - The time to perform in seconds.
RosettaNetPipActivitySettings, RosettaNetPipActivitySettingsArgs
- Acknowledgment
Of Receipt Settings This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Acknowledgment Of Receipt Settings - The RosettaNet ProcessConfiguration acknowledgement settings.
- Activity
Behavior This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Activity Behavior - The RosettaNet ProcessConfiguration activity behavior.
- Activity
Type This property is required. Pulumi.Azure Native. Logic. Rosetta Net Pip Activity Type - The RosettaNet ProcessConfiguration activity type.
- Acknowledgment
Of Receipt Settings This property is required. RosettaNet Pip Acknowledgment Of Receipt Settings - The RosettaNet ProcessConfiguration acknowledgement settings.
- Activity
Behavior This property is required. RosettaNet Pip Activity Behavior - The RosettaNet ProcessConfiguration activity behavior.
- Activity
Type This property is required. RosettaNet Pip Activity Type - The RosettaNet ProcessConfiguration activity type.
- acknowledgment
Of Receipt Settings This property is required. RosettaNet Pip Acknowledgment Of Receipt Settings - The RosettaNet ProcessConfiguration acknowledgement settings.
- activity
Behavior This property is required. RosettaNet Pip Activity Behavior - The RosettaNet ProcessConfiguration activity behavior.
- activity
Type This property is required. RosettaNet Pip Activity Type - The RosettaNet ProcessConfiguration activity type.
- acknowledgment
Of Receipt Settings This property is required. RosettaNet Pip Acknowledgment Of Receipt Settings - The RosettaNet ProcessConfiguration acknowledgement settings.
- activity
Behavior This property is required. RosettaNet Pip Activity Behavior - The RosettaNet ProcessConfiguration activity behavior.
- activity
Type This property is required. RosettaNet Pip Activity Type - The RosettaNet ProcessConfiguration activity type.
- acknowledgment_
of_ receipt_ settings This property is required. RosettaNet Pip Acknowledgment Of Receipt Settings - The RosettaNet ProcessConfiguration acknowledgement settings.
- activity_
behavior This property is required. RosettaNet Pip Activity Behavior - The RosettaNet ProcessConfiguration activity behavior.
- activity_
type This property is required. RosettaNet Pip Activity Type - The RosettaNet ProcessConfiguration activity type.
- acknowledgment
Of Receipt Settings This property is required. Property Map - The RosettaNet ProcessConfiguration acknowledgement settings.
- activity
Behavior This property is required. Property Map - The RosettaNet ProcessConfiguration activity behavior.
- activity
Type This property is required. "NotSpecified" | "Information Distribution" | "Business Transaction" | "Notification" | "Query Response" | "Request Confirm" | "Request Response" - The RosettaNet ProcessConfiguration activity type.
RosettaNetPipActivitySettingsResponse, RosettaNetPipActivitySettingsResponseArgs
- Acknowledgment
Of Receipt Settings This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Acknowledgment Of Receipt Settings Response - The RosettaNet ProcessConfiguration acknowledgement settings.
- Activity
Behavior This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Activity Behavior Response - The RosettaNet ProcessConfiguration activity behavior.
- Activity
Type This property is required. string - The RosettaNet ProcessConfiguration activity type.
- Acknowledgment
Of Receipt Settings This property is required. RosettaNet Pip Acknowledgment Of Receipt Settings Response - The RosettaNet ProcessConfiguration acknowledgement settings.
- Activity
Behavior This property is required. RosettaNet Pip Activity Behavior Response - The RosettaNet ProcessConfiguration activity behavior.
- Activity
Type This property is required. string - The RosettaNet ProcessConfiguration activity type.
- acknowledgment
Of Receipt Settings This property is required. RosettaNet Pip Acknowledgment Of Receipt Settings Response - The RosettaNet ProcessConfiguration acknowledgement settings.
- activity
Behavior This property is required. RosettaNet Pip Activity Behavior Response - The RosettaNet ProcessConfiguration activity behavior.
- activity
Type This property is required. String - The RosettaNet ProcessConfiguration activity type.
- acknowledgment
Of Receipt Settings This property is required. RosettaNet Pip Acknowledgment Of Receipt Settings Response - The RosettaNet ProcessConfiguration acknowledgement settings.
- activity
Behavior This property is required. RosettaNet Pip Activity Behavior Response - The RosettaNet ProcessConfiguration activity behavior.
- activity
Type This property is required. string - The RosettaNet ProcessConfiguration activity type.
- acknowledgment_
of_ receipt_ settings This property is required. RosettaNet Pip Acknowledgment Of Receipt Settings Response - The RosettaNet ProcessConfiguration acknowledgement settings.
- activity_
behavior This property is required. RosettaNet Pip Activity Behavior Response - The RosettaNet ProcessConfiguration activity behavior.
- activity_
type This property is required. str - The RosettaNet ProcessConfiguration activity type.
- acknowledgment
Of Receipt Settings This property is required. Property Map - The RosettaNet ProcessConfiguration acknowledgement settings.
- activity
Behavior This property is required. Property Map - The RosettaNet ProcessConfiguration activity behavior.
- activity
Type This property is required. String - The RosettaNet ProcessConfiguration activity type.
RosettaNetPipActivityType, RosettaNetPipActivityTypeArgs
- Not
Specified - NotSpecified
- Information
Distribution - InformationDistribution
- Business
Transaction - BusinessTransaction
- Notification
- Notification
- Query
Response - QueryResponse
- Request
Confirm - RequestConfirm
- Request
Response - RequestResponse
- Rosetta
Net Pip Activity Type Not Specified - NotSpecified
- Rosetta
Net Pip Activity Type Information Distribution - InformationDistribution
- Rosetta
Net Pip Activity Type Business Transaction - BusinessTransaction
- Rosetta
Net Pip Activity Type Notification - Notification
- Rosetta
Net Pip Activity Type Query Response - QueryResponse
- Rosetta
Net Pip Activity Type Request Confirm - RequestConfirm
- Rosetta
Net Pip Activity Type Request Response - RequestResponse
- Not
Specified - NotSpecified
- Information
Distribution - InformationDistribution
- Business
Transaction - BusinessTransaction
- Notification
- Notification
- Query
Response - QueryResponse
- Request
Confirm - RequestConfirm
- Request
Response - RequestResponse
- Not
Specified - NotSpecified
- Information
Distribution - InformationDistribution
- Business
Transaction - BusinessTransaction
- Notification
- Notification
- Query
Response - QueryResponse
- Request
Confirm - RequestConfirm
- Request
Response - RequestResponse
- NOT_SPECIFIED
- NotSpecified
- INFORMATION_DISTRIBUTION
- InformationDistribution
- BUSINESS_TRANSACTION
- BusinessTransaction
- NOTIFICATION
- Notification
- QUERY_RESPONSE
- QueryResponse
- REQUEST_CONFIRM
- RequestConfirm
- REQUEST_RESPONSE
- RequestResponse
- "Not
Specified" - NotSpecified
- "Information
Distribution" - InformationDistribution
- "Business
Transaction" - BusinessTransaction
- "Notification"
- Notification
- "Query
Response" - QueryResponse
- "Request
Confirm" - RequestConfirm
- "Request
Response" - RequestResponse
RosettaNetPipBusinessDocument, RosettaNetPipBusinessDocumentArgs
- Name
This property is required. string - The business document name.
- Version
This property is required. string - The business document version.
- Description string
- The business document description.
- Name
This property is required. string - The business document name.
- Version
This property is required. string - The business document version.
- Description string
- The business document description.
- name
This property is required. String - The business document name.
- version
This property is required. String - The business document version.
- description String
- The business document description.
- name
This property is required. string - The business document name.
- version
This property is required. string - The business document version.
- description string
- The business document description.
- name
This property is required. str - The business document name.
- version
This property is required. str - The business document version.
- description str
- The business document description.
- name
This property is required. String - The business document name.
- version
This property is required. String - The business document version.
- description String
- The business document description.
RosettaNetPipBusinessDocumentResponse, RosettaNetPipBusinessDocumentResponseArgs
- Name
This property is required. string - The business document name.
- Version
This property is required. string - The business document version.
- Description string
- The business document description.
- Name
This property is required. string - The business document name.
- Version
This property is required. string - The business document version.
- Description string
- The business document description.
- name
This property is required. String - The business document name.
- version
This property is required. String - The business document version.
- description String
- The business document description.
- name
This property is required. string - The business document name.
- version
This property is required. string - The business document version.
- description string
- The business document description.
- name
This property is required. str - The business document name.
- version
This property is required. str - The business document version.
- description str
- The business document description.
- name
This property is required. String - The business document name.
- version
This property is required. String - The business document version.
- description String
- The business document description.
RosettaNetPipConfidentialityScope, RosettaNetPipConfidentialityScopeArgs
- Not
Specified - NotSpecified
- None
- None
- Payload
- Payload
- Payload
Container - PayloadContainer
- Rosetta
Net Pip Confidentiality Scope Not Specified - NotSpecified
- Rosetta
Net Pip Confidentiality Scope None - None
- Rosetta
Net Pip Confidentiality Scope Payload - Payload
- Rosetta
Net Pip Confidentiality Scope Payload Container - PayloadContainer
- Not
Specified - NotSpecified
- None
- None
- Payload
- Payload
- Payload
Container - PayloadContainer
- Not
Specified - NotSpecified
- None
- None
- Payload
- Payload
- Payload
Container - PayloadContainer
- NOT_SPECIFIED
- NotSpecified
- NONE
- None
- PAYLOAD
- Payload
- PAYLOAD_CONTAINER
- PayloadContainer
- "Not
Specified" - NotSpecified
- "None"
- None
- "Payload"
- Payload
- "Payload
Container" - PayloadContainer
RosettaNetPipRoleSettings, RosettaNetPipRoleSettingsArgs
- Action
This property is required. string - The action name.
- Business
Document This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Business Document - The RosettaNet ProcessConfiguration business document.
- Role
This property is required. string - The role name.
- Role
Type This property is required. Pulumi.Azure Native. Logic. Rosetta Net Pip Role Type - The RosettaNet ProcessConfiguration role type.
- Service
This property is required. string - The service name.
- Service
Classification This property is required. string - The service classification name.
- Description string
- The description.
- Action
This property is required. string - The action name.
- Business
Document This property is required. RosettaNet Pip Business Document - The RosettaNet ProcessConfiguration business document.
- Role
This property is required. string - The role name.
- Role
Type This property is required. RosettaNet Pip Role Type - The RosettaNet ProcessConfiguration role type.
- Service
This property is required. string - The service name.
- Service
Classification This property is required. string - The service classification name.
- Description string
- The description.
- action
This property is required. String - The action name.
- business
Document This property is required. RosettaNet Pip Business Document - The RosettaNet ProcessConfiguration business document.
- role
This property is required. String - The role name.
- role
Type This property is required. RosettaNet Pip Role Type - The RosettaNet ProcessConfiguration role type.
- service
This property is required. String - The service name.
- service
Classification This property is required. String - The service classification name.
- description String
- The description.
- action
This property is required. string - The action name.
- business
Document This property is required. RosettaNet Pip Business Document - The RosettaNet ProcessConfiguration business document.
- role
This property is required. string - The role name.
- role
Type This property is required. RosettaNet Pip Role Type - The RosettaNet ProcessConfiguration role type.
- service
This property is required. string - The service name.
- service
Classification This property is required. string - The service classification name.
- description string
- The description.
- action
This property is required. str - The action name.
- business_
document This property is required. RosettaNet Pip Business Document - The RosettaNet ProcessConfiguration business document.
- role
This property is required. str - The role name.
- role_
type This property is required. RosettaNet Pip Role Type - The RosettaNet ProcessConfiguration role type.
- service
This property is required. str - The service name.
- service_
classification This property is required. str - The service classification name.
- description str
- The description.
- action
This property is required. String - The action name.
- business
Document This property is required. Property Map - The RosettaNet ProcessConfiguration business document.
- role
This property is required. String - The role name.
- role
Type This property is required. "NotSpecified" | "Functional" | "Organizational" | "Employee" - The RosettaNet ProcessConfiguration role type.
- service
This property is required. String - The service name.
- service
Classification This property is required. String - The service classification name.
- description String
- The description.
RosettaNetPipRoleSettingsResponse, RosettaNetPipRoleSettingsResponseArgs
- Action
This property is required. string - The action name.
- Business
Document This property is required. Pulumi.Azure Native. Logic. Inputs. Rosetta Net Pip Business Document Response - The RosettaNet ProcessConfiguration business document.
- Role
This property is required. string - The role name.
- Role
Type This property is required. string - The RosettaNet ProcessConfiguration role type.
- Service
This property is required. string - The service name.
- Service
Classification This property is required. string - The service classification name.
- Description string
- The description.
- Action
This property is required. string - The action name.
- Business
Document This property is required. RosettaNet Pip Business Document Response - The RosettaNet ProcessConfiguration business document.
- Role
This property is required. string - The role name.
- Role
Type This property is required. string - The RosettaNet ProcessConfiguration role type.
- Service
This property is required. string - The service name.
- Service
Classification This property is required. string - The service classification name.
- Description string
- The description.
- action
This property is required. String - The action name.
- business
Document This property is required. RosettaNet Pip Business Document Response - The RosettaNet ProcessConfiguration business document.
- role
This property is required. String - The role name.
- role
Type This property is required. String - The RosettaNet ProcessConfiguration role type.
- service
This property is required. String - The service name.
- service
Classification This property is required. String - The service classification name.
- description String
- The description.
- action
This property is required. string - The action name.
- business
Document This property is required. RosettaNet Pip Business Document Response - The RosettaNet ProcessConfiguration business document.
- role
This property is required. string - The role name.
- role
Type This property is required. string - The RosettaNet ProcessConfiguration role type.
- service
This property is required. string - The service name.
- service
Classification This property is required. string - The service classification name.
- description string
- The description.
- action
This property is required. str - The action name.
- business_
document This property is required. RosettaNet Pip Business Document Response - The RosettaNet ProcessConfiguration business document.
- role
This property is required. str - The role name.
- role_
type This property is required. str - The RosettaNet ProcessConfiguration role type.
- service
This property is required. str - The service name.
- service_
classification This property is required. str - The service classification name.
- description str
- The description.
- action
This property is required. String - The action name.
- business
Document This property is required. Property Map - The RosettaNet ProcessConfiguration business document.
- role
This property is required. String - The role name.
- role
Type This property is required. String - The RosettaNet ProcessConfiguration role type.
- service
This property is required. String - The service name.
- service
Classification This property is required. String - The service classification name.
- description String
- The description.
RosettaNetPipRoleType, RosettaNetPipRoleTypeArgs
- Not
Specified - NotSpecified
- Functional
- Functional
- Organizational
- Organizational
- Employee
- Employee
- Rosetta
Net Pip Role Type Not Specified - NotSpecified
- Rosetta
Net Pip Role Type Functional - Functional
- Rosetta
Net Pip Role Type Organizational - Organizational
- Rosetta
Net Pip Role Type Employee - Employee
- Not
Specified - NotSpecified
- Functional
- Functional
- Organizational
- Organizational
- Employee
- Employee
- Not
Specified - NotSpecified
- Functional
- Functional
- Organizational
- Organizational
- Employee
- Employee
- NOT_SPECIFIED
- NotSpecified
- FUNCTIONAL
- Functional
- ORGANIZATIONAL
- Organizational
- EMPLOYEE
- Employee
- "Not
Specified" - NotSpecified
- "Functional"
- Functional
- "Organizational"
- Organizational
- "Employee"
- Employee
RosettaNetResponseType, RosettaNetResponseTypeArgs
- Not
Specified - NotSpecified
- Sync
- Sync
- Async
- Async
- Rosetta
Net Response Type Not Specified - NotSpecified
- Rosetta
Net Response Type Sync - Sync
- Rosetta
Net Response Type Async - Async
- Not
Specified - NotSpecified
- Sync
- Sync
- Async
- Async
- Not
Specified - NotSpecified
- Sync
- Sync
- Async
- Async
- NOT_SPECIFIED
- NotSpecified
- SYNC
- Sync
- ASYNC_
- Async
- "Not
Specified" - NotSpecified
- "Sync"
- Sync
- "Async"
- Async
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:logic:RosettaNetProcessConfiguration 3A4 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/rosettanetprocessconfigurations/{rosettaNetProcessConfigurationName}
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