CreateFlowCredentialApplication Action
Triggers the creation of a Flow Credential Application.
Bound entities
Bound actions are invoked by appending the fully qualified action name to the URI representing an entity or collection.
Entity Type | Binding Type |
---|---|
flowmachinegroup | entity |
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
sharingtype
|
Edm.String | True | False | The sharing type of the Flow Credential Application to create. |
applicationId
|
Edm.String | False | False | The application id of the Flow Credential Application to create. |
certificate
|
Edm.String | False | False | The certificate that will be used to authenticate the Flow Credential Application created. |
description
|
Edm.String | True | False | The description of the Flow Credential Application to create. |
password
|
Edm.String | True | False | The password of the certificate to encrypt for the Flow Credential Application to create. |
Return type
Type | Nullable | Description |
---|---|---|
CreateFlowCredentialApplicationResponse | False | Contains the response of the CreateFlowCredentialApplication action. |