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 | 
|---|---|---|---|---|
| 
						 password 
					 | 
						Edm.String | True | False | The password of the certificate to encrypt for the Flow Credential Application to create.  | 
				
| 
						 certificate 
					 | 
						Edm.String | False | False | The certificate that will be used to authenticate the Flow Credential Application created.  | 
				
| 
						 applicationId 
					 | 
						Edm.String | False | False | The application id of the Flow Credential Application to create.  | 
				
| 
						 sharingtype 
					 | 
						Edm.String | True | False | The sharing type of the Flow Credential Application to create.  | 
				
| 
						 description 
					 | 
						Edm.String | True | False | The description of the Flow Credential Application to create.  | 
				
Return type
| Type | Nullable | Description | 
|---|---|---|
| CreateFlowCredentialApplicationResponse | False | Contains the response of the CreateFlowCredentialApplication action. |