ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getSchematicsAction
Explore with Pulumi AI
Retrieve information about a Schematics action. For more details about the Schematics and Schematics actions, see Setting up an action.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const schematicsAction = ibm.getSchematicsAction({
actionId: "action_id",
});
import pulumi
import pulumi_ibm as ibm
schematics_action = ibm.get_schematics_action(action_id="action_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupSchematicsAction(ctx, &ibm.LookupSchematicsActionArgs{
ActionId: "action_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var schematicsAction = Ibm.GetSchematicsAction.Invoke(new()
{
ActionId = "action_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetSchematicsActionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var schematicsAction = IbmFunctions.getSchematicsAction(GetSchematicsActionArgs.builder()
.actionId("action_id")
.build());
}
}
variables:
schematicsAction:
fn::invoke:
function: ibm:getSchematicsAction
arguments:
actionId: action_id
Using getSchematicsAction
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSchematicsAction(args: GetSchematicsActionArgs, opts?: InvokeOptions): Promise<GetSchematicsActionResult>
function getSchematicsActionOutput(args: GetSchematicsActionOutputArgs, opts?: InvokeOptions): Output<GetSchematicsActionResult>
def get_schematics_action(action_id: Optional[str] = None,
location: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchematicsActionResult
def get_schematics_action_output(action_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchematicsActionResult]
func LookupSchematicsAction(ctx *Context, args *LookupSchematicsActionArgs, opts ...InvokeOption) (*LookupSchematicsActionResult, error)
func LookupSchematicsActionOutput(ctx *Context, args *LookupSchematicsActionOutputArgs, opts ...InvokeOption) LookupSchematicsActionResultOutput
> Note: This function is named LookupSchematicsAction
in the Go SDK.
public static class GetSchematicsAction
{
public static Task<GetSchematicsActionResult> InvokeAsync(GetSchematicsActionArgs args, InvokeOptions? opts = null)
public static Output<GetSchematicsActionResult> Invoke(GetSchematicsActionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSchematicsActionResult> getSchematicsAction(GetSchematicsActionArgs args, InvokeOptions options)
public static Output<GetSchematicsActionResult> getSchematicsAction(GetSchematicsActionArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSchematicsAction:getSchematicsAction
arguments:
# arguments dictionary
The following arguments are supported:
- Action
Id string - Action Id. Use GET /actions API to look up the Action Ids in your IBM Cloud account.
- Location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- Action
Id string - Action Id. Use GET /actions API to look up the Action Ids in your IBM Cloud account.
- Location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- action
Id String - Action Id. Use GET /actions API to look up the Action Ids in your IBM Cloud account.
- location String
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- action
Id string - Action Id. Use GET /actions API to look up the Action Ids in your IBM Cloud account.
- location string
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- action_
id str - Action Id. Use GET /actions API to look up the Action Ids in your IBM Cloud account.
- location str
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
- action
Id String - Action Id. Use GET /actions API to look up the Action Ids in your IBM Cloud account.
- location String
- Location supported by IBM Cloud Schematics service. While creating your workspace or action, choose the right region, since it cannot be changed. Note, this does not limit the location of the IBM Cloud resources, provisioned using Schematics.
- Constraints: Allowable values are: us-south, us-east, eu-gb, eu-de
getSchematicsAction Result
The following output properties are available:
- Account string
- Action
Id string - Action
Inputs List<GetSchematics Action Action Input> - (List) Input variables for the Action. Nested scheme for action_inputs:
- Action
Outputs List<GetSchematics Action Action Output> - (List) Output variables for the Action. Nested scheme for action_outputs:
- Bastion
Credentials List<GetSchematics Action Bastion Credential> - (List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
- Bastions
List<Get
Schematics Action Bastion> - (List) Describes a bastion resource. Nested scheme for bastion:
- Command
Parameter string - (String) Schematics job command parameter (playbook-name).
- Created
At string - (String) Action creation time.
- Created
By string - (String) E-mail address of the user who created an action.
- Credentials
List<Get
Schematics Action Credential> - (List) credentials of the Action. Nested scheme for credentials:
- Crn string
- (String) Action Cloud Resource Name.
- Description string
- (String) Description of the meta data.
- Id string
- (String) Action ID.
- Inventory string
- (String) Target inventory record ID, used by the action or ansible playbook.
- Location string
- Name string
- (String) Name of the variable.
- Playbook
Names List<string> - (List) Playbook names retrieved from the respository.
- Resource
Group string - (String) Resource-group name for an action. By default, action is created in default resource group.
- Settings
List<Get
Schematics Action Setting> - (List) Environment variables for the Action. Nested scheme for settings:
- Source
Created stringAt - (String) Action Playbook Source creation time.
- Source
Created stringBy - (String) E-mail address of user who created the Action Playbook Source.
- Source
Readme stringUrl - (String) URL of the
README
file, for the source URL. - Source
Type string - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- Source
Updated stringAt - (String) The action playbook updation time.
- Source
Updated stringBy - (String) E-mail address of user who updated the action playbook source.
- Sources
List<Get
Schematics Action Source> - (List) Source of templates, playbooks, or controls. Nested scheme for source:
- States
List<Get
Schematics Action State> - (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- Sys
Locks List<GetSchematics Action Sys Lock> - (List) System lock status. Nested scheme for sys_lock:
- List<string>
- (List) Action tags.
- Targets
Ini string - (String) Inventory of host and host group for the playbook in
INI
file format. For example,"targets_ini": "[webserverhost] 172.22.192.6 [dbhost] 172.22.192.5"
. For more information, about an inventory host group syntax, see Inventory host groups. - Updated
At string - (String) Action updation time.
- Updated
By string - (String) E-mail address of the user who updated an action.
- User
States List<GetSchematics Action User State> - (List) User defined status of the Schematics object. Nested scheme for user_state:
- Account string
- Action
Id string - Action
Inputs []GetSchematics Action Action Input - (List) Input variables for the Action. Nested scheme for action_inputs:
- Action
Outputs []GetSchematics Action Action Output - (List) Output variables for the Action. Nested scheme for action_outputs:
- Bastion
Credentials []GetSchematics Action Bastion Credential - (List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
- Bastions
[]Get
Schematics Action Bastion - (List) Describes a bastion resource. Nested scheme for bastion:
- Command
Parameter string - (String) Schematics job command parameter (playbook-name).
- Created
At string - (String) Action creation time.
- Created
By string - (String) E-mail address of the user who created an action.
- Credentials
[]Get
Schematics Action Credential - (List) credentials of the Action. Nested scheme for credentials:
- Crn string
- (String) Action Cloud Resource Name.
- Description string
- (String) Description of the meta data.
- Id string
- (String) Action ID.
- Inventory string
- (String) Target inventory record ID, used by the action or ansible playbook.
- Location string
- Name string
- (String) Name of the variable.
- Playbook
Names []string - (List) Playbook names retrieved from the respository.
- Resource
Group string - (String) Resource-group name for an action. By default, action is created in default resource group.
- Settings
[]Get
Schematics Action Setting - (List) Environment variables for the Action. Nested scheme for settings:
- Source
Created stringAt - (String) Action Playbook Source creation time.
- Source
Created stringBy - (String) E-mail address of user who created the Action Playbook Source.
- Source
Readme stringUrl - (String) URL of the
README
file, for the source URL. - Source
Type string - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- Source
Updated stringAt - (String) The action playbook updation time.
- Source
Updated stringBy - (String) E-mail address of user who updated the action playbook source.
- Sources
[]Get
Schematics Action Source - (List) Source of templates, playbooks, or controls. Nested scheme for source:
- States
[]Get
Schematics Action State - (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- Sys
Locks []GetSchematics Action Sys Lock - (List) System lock status. Nested scheme for sys_lock:
- []string
- (List) Action tags.
- Targets
Ini string - (String) Inventory of host and host group for the playbook in
INI
file format. For example,"targets_ini": "[webserverhost] 172.22.192.6 [dbhost] 172.22.192.5"
. For more information, about an inventory host group syntax, see Inventory host groups. - Updated
At string - (String) Action updation time.
- Updated
By string - (String) E-mail address of the user who updated an action.
- User
States []GetSchematics Action User State - (List) User defined status of the Schematics object. Nested scheme for user_state:
- account String
- action
Id String - action
Inputs List<GetSchematics Action Action Input> - (List) Input variables for the Action. Nested scheme for action_inputs:
- action
Outputs List<GetSchematics Action Action Output> - (List) Output variables for the Action. Nested scheme for action_outputs:
- bastion
Credentials List<GetSchematics Action Bastion Credential> - (List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
- bastions
List<Get
Schematics Action Bastion> - (List) Describes a bastion resource. Nested scheme for bastion:
- command
Parameter String - (String) Schematics job command parameter (playbook-name).
- created
At String - (String) Action creation time.
- created
By String - (String) E-mail address of the user who created an action.
- credentials
List<Get
Schematics Action Credential> - (List) credentials of the Action. Nested scheme for credentials:
- crn String
- (String) Action Cloud Resource Name.
- description String
- (String) Description of the meta data.
- id String
- (String) Action ID.
- inventory String
- (String) Target inventory record ID, used by the action or ansible playbook.
- location String
- name String
- (String) Name of the variable.
- playbook
Names List<String> - (List) Playbook names retrieved from the respository.
- resource
Group String - (String) Resource-group name for an action. By default, action is created in default resource group.
- settings
List<Get
Schematics Action Setting> - (List) Environment variables for the Action. Nested scheme for settings:
- source
Created StringAt - (String) Action Playbook Source creation time.
- source
Created StringBy - (String) E-mail address of user who created the Action Playbook Source.
- source
Readme StringUrl - (String) URL of the
README
file, for the source URL. - source
Type String - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- source
Updated StringAt - (String) The action playbook updation time.
- source
Updated StringBy - (String) E-mail address of user who updated the action playbook source.
- sources
List<Get
Schematics Action Source> - (List) Source of templates, playbooks, or controls. Nested scheme for source:
- states
List<Get
Schematics Action State> - (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- sys
Locks List<GetSchematics Action Sys Lock> - (List) System lock status. Nested scheme for sys_lock:
- List<String>
- (List) Action tags.
- targets
Ini String - (String) Inventory of host and host group for the playbook in
INI
file format. For example,"targets_ini": "[webserverhost] 172.22.192.6 [dbhost] 172.22.192.5"
. For more information, about an inventory host group syntax, see Inventory host groups. - updated
At String - (String) Action updation time.
- updated
By String - (String) E-mail address of the user who updated an action.
- user
States List<GetSchematics Action User State> - (List) User defined status of the Schematics object. Nested scheme for user_state:
- account string
- action
Id string - action
Inputs GetSchematics Action Action Input[] - (List) Input variables for the Action. Nested scheme for action_inputs:
- action
Outputs GetSchematics Action Action Output[] - (List) Output variables for the Action. Nested scheme for action_outputs:
- bastion
Credentials GetSchematics Action Bastion Credential[] - (List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
- bastions
Get
Schematics Action Bastion[] - (List) Describes a bastion resource. Nested scheme for bastion:
- command
Parameter string - (String) Schematics job command parameter (playbook-name).
- created
At string - (String) Action creation time.
- created
By string - (String) E-mail address of the user who created an action.
- credentials
Get
Schematics Action Credential[] - (List) credentials of the Action. Nested scheme for credentials:
- crn string
- (String) Action Cloud Resource Name.
- description string
- (String) Description of the meta data.
- id string
- (String) Action ID.
- inventory string
- (String) Target inventory record ID, used by the action or ansible playbook.
- location string
- name string
- (String) Name of the variable.
- playbook
Names string[] - (List) Playbook names retrieved from the respository.
- resource
Group string - (String) Resource-group name for an action. By default, action is created in default resource group.
- settings
Get
Schematics Action Setting[] - (List) Environment variables for the Action. Nested scheme for settings:
- source
Created stringAt - (String) Action Playbook Source creation time.
- source
Created stringBy - (String) E-mail address of user who created the Action Playbook Source.
- source
Readme stringUrl - (String) URL of the
README
file, for the source URL. - source
Type string - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- source
Updated stringAt - (String) The action playbook updation time.
- source
Updated stringBy - (String) E-mail address of user who updated the action playbook source.
- sources
Get
Schematics Action Source[] - (List) Source of templates, playbooks, or controls. Nested scheme for source:
- states
Get
Schematics Action State[] - (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- sys
Locks GetSchematics Action Sys Lock[] - (List) System lock status. Nested scheme for sys_lock:
- string[]
- (List) Action tags.
- targets
Ini string - (String) Inventory of host and host group for the playbook in
INI
file format. For example,"targets_ini": "[webserverhost] 172.22.192.6 [dbhost] 172.22.192.5"
. For more information, about an inventory host group syntax, see Inventory host groups. - updated
At string - (String) Action updation time.
- updated
By string - (String) E-mail address of the user who updated an action.
- user
States GetSchematics Action User State[] - (List) User defined status of the Schematics object. Nested scheme for user_state:
- account str
- action_
id str - action_
inputs Sequence[GetSchematics Action Action Input] - (List) Input variables for the Action. Nested scheme for action_inputs:
- action_
outputs Sequence[GetSchematics Action Action Output] - (List) Output variables for the Action. Nested scheme for action_outputs:
- bastion_
credentials Sequence[GetSchematics Action Bastion Credential] - (List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
- bastions
Sequence[Get
Schematics Action Bastion] - (List) Describes a bastion resource. Nested scheme for bastion:
- command_
parameter str - (String) Schematics job command parameter (playbook-name).
- created_
at str - (String) Action creation time.
- created_
by str - (String) E-mail address of the user who created an action.
- credentials
Sequence[Get
Schematics Action Credential] - (List) credentials of the Action. Nested scheme for credentials:
- crn str
- (String) Action Cloud Resource Name.
- description str
- (String) Description of the meta data.
- id str
- (String) Action ID.
- inventory str
- (String) Target inventory record ID, used by the action or ansible playbook.
- location str
- name str
- (String) Name of the variable.
- playbook_
names Sequence[str] - (List) Playbook names retrieved from the respository.
- resource_
group str - (String) Resource-group name for an action. By default, action is created in default resource group.
- settings
Sequence[Get
Schematics Action Setting] - (List) Environment variables for the Action. Nested scheme for settings:
- source_
created_ strat - (String) Action Playbook Source creation time.
- source_
created_ strby - (String) E-mail address of user who created the Action Playbook Source.
- source_
readme_ strurl - (String) URL of the
README
file, for the source URL. - source_
type str - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- source_
updated_ strat - (String) The action playbook updation time.
- source_
updated_ strby - (String) E-mail address of user who updated the action playbook source.
- sources
Sequence[Get
Schematics Action Source] - (List) Source of templates, playbooks, or controls. Nested scheme for source:
- states
Sequence[Get
Schematics Action State] - (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- sys_
locks Sequence[GetSchematics Action Sys Lock] - (List) System lock status. Nested scheme for sys_lock:
- Sequence[str]
- (List) Action tags.
- targets_
ini str - (String) Inventory of host and host group for the playbook in
INI
file format. For example,"targets_ini": "[webserverhost] 172.22.192.6 [dbhost] 172.22.192.5"
. For more information, about an inventory host group syntax, see Inventory host groups. - updated_
at str - (String) Action updation time.
- updated_
by str - (String) E-mail address of the user who updated an action.
- user_
states Sequence[GetSchematics Action User State] - (List) User defined status of the Schematics object. Nested scheme for user_state:
- account String
- action
Id String - action
Inputs List<Property Map> - (List) Input variables for the Action. Nested scheme for action_inputs:
- action
Outputs List<Property Map> - (List) Output variables for the Action. Nested scheme for action_outputs:
- bastion
Credentials List<Property Map> - (List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
- bastions List<Property Map>
- (List) Describes a bastion resource. Nested scheme for bastion:
- command
Parameter String - (String) Schematics job command parameter (playbook-name).
- created
At String - (String) Action creation time.
- created
By String - (String) E-mail address of the user who created an action.
- credentials List<Property Map>
- (List) credentials of the Action. Nested scheme for credentials:
- crn String
- (String) Action Cloud Resource Name.
- description String
- (String) Description of the meta data.
- id String
- (String) Action ID.
- inventory String
- (String) Target inventory record ID, used by the action or ansible playbook.
- location String
- name String
- (String) Name of the variable.
- playbook
Names List<String> - (List) Playbook names retrieved from the respository.
- resource
Group String - (String) Resource-group name for an action. By default, action is created in default resource group.
- settings List<Property Map>
- (List) Environment variables for the Action. Nested scheme for settings:
- source
Created StringAt - (String) Action Playbook Source creation time.
- source
Created StringBy - (String) E-mail address of user who created the Action Playbook Source.
- source
Readme StringUrl - (String) URL of the
README
file, for the source URL. - source
Type String - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- source
Updated StringAt - (String) The action playbook updation time.
- source
Updated StringBy - (String) E-mail address of user who updated the action playbook source.
- sources List<Property Map>
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- states List<Property Map>
- (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- sys
Locks List<Property Map> - (List) System lock status. Nested scheme for sys_lock:
- List<String>
- (List) Action tags.
- targets
Ini String - (String) Inventory of host and host group for the playbook in
INI
file format. For example,"targets_ini": "[webserverhost] 172.22.192.6 [dbhost] 172.22.192.5"
. For more information, about an inventory host group syntax, see Inventory host groups. - updated
At String - (String) Action updation time.
- updated
By String - (String) E-mail address of the user who updated an action.
- user
States List<Property Map> - (List) User defined status of the Schematics object. Nested scheme for user_state:
Supporting Types
GetSchematicsActionActionInput
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Get
Schematics Action Action Input Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Get
Schematics Action Action Input Metadata - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Get
Schematics Action Action Input Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
- link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Get
Schematics Action Action Input Metadata[] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name string
- (String) Name of the variable.
- value string
- (String) Value for the variable or reference to the value.
- link str
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Get
Schematics Action Action Input Metadata] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name str
- (String) Name of the variable.
- value str
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
GetSchematicsActionActionInputMetadata
- Aliases List<string>
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Matches string
- (String) Regex for the variable value.
- Max
Length double - (Integer) Maximum length of the variable value. Applicable for string type.
- Max
Value double - (Integer) Maximum value of the variable. Applicable for integer type.
- Min
Length double - (Integer) Minimum length of the variable value. Applicable for string type.
- Min
Value double - (Integer) Minimum value of the variable. Applicable for integer type.
- Options List<string>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- (Integer) Relative position of this variable in a list.
- Secure bool
- (Boolean) Is the variable secure or sensitive ?.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Matches string
- (String) Regex for the variable value.
- Max
Length float64 - (Integer) Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - (Integer) Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - (Integer) Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - (Integer) Minimum value of the variable. Applicable for integer type.
- Options []string
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- (Integer) Relative position of this variable in a list.
- Secure bool
- (Boolean) Is the variable secure or sensitive ?.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- matches String
- (String) Regex for the variable value.
- max
Length Double - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value Double - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length Double - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value Double - (Integer) Minimum value of the variable. Applicable for integer type.
- options List<String>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- (Integer) Relative position of this variable in a list.
- secure Boolean
- (Boolean) Is the variable secure or sensitive ?.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- (List) List of aliases for the variable name.
- default
Value string - (String) Default value for the variable, if the override value is not specified.
- description string
- (String) Description of the meta data.
- group
By string - (String) Display name of the group this variable belongs to.
- boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- (Boolean) Is the variable readonly ?.
- matches string
- (String) Regex for the variable value.
- max
Length number - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value number - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length number - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value number - (Integer) Minimum value of the variable. Applicable for integer type.
- options string[]
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- (Integer) Relative position of this variable in a list.
- secure boolean
- (Boolean) Is the variable secure or sensitive ?.
- source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- (List) List of aliases for the variable name.
- default_
value str - (String) Default value for the variable, if the override value is not specified.
- description str
- (String) Description of the meta data.
- group_
by str - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable bool
- (Boolean) Is the variable readonly ?.
- matches str
- (String) Regex for the variable value.
- max_
length float - (Integer) Maximum length of the variable value. Applicable for string type.
- max_
value float - (Integer) Maximum value of the variable. Applicable for integer type.
- min_
length float - (Integer) Minimum length of the variable value. Applicable for string type.
- min_
value float - (Integer) Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- (Integer) Relative position of this variable in a list.
- secure bool
- (Boolean) Is the variable secure or sensitive ?.
- source str
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type str
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- matches String
- (String) Regex for the variable value.
- max
Length Number - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value Number - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length Number - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value Number - (Integer) Minimum value of the variable. Applicable for integer type.
- options List<String>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- (Integer) Relative position of this variable in a list.
- secure Boolean
- (Boolean) Is the variable secure or sensitive ?.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
GetSchematicsActionActionOutput
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Get
Schematics Action Action Output Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Get
Schematics Action Action Output Metadata - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Get
Schematics Action Action Output Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
- link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Get
Schematics Action Action Output Metadata[] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name string
- (String) Name of the variable.
- value string
- (String) Value for the variable or reference to the value.
- link str
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Get
Schematics Action Action Output Metadata] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name str
- (String) Name of the variable.
- value str
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
GetSchematicsActionActionOutputMetadata
- Aliases List<string>
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Matches string
- (String) Regex for the variable value.
- Max
Length double - (Integer) Maximum length of the variable value. Applicable for string type.
- Max
Value double - (Integer) Maximum value of the variable. Applicable for integer type.
- Min
Length double - (Integer) Minimum length of the variable value. Applicable for string type.
- Min
Value double - (Integer) Minimum value of the variable. Applicable for integer type.
- Options List<string>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- (Integer) Relative position of this variable in a list.
- Secure bool
- (Boolean) Is the variable secure or sensitive ?.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Matches string
- (String) Regex for the variable value.
- Max
Length float64 - (Integer) Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - (Integer) Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - (Integer) Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - (Integer) Minimum value of the variable. Applicable for integer type.
- Options []string
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- (Integer) Relative position of this variable in a list.
- Secure bool
- (Boolean) Is the variable secure or sensitive ?.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- matches String
- (String) Regex for the variable value.
- max
Length Double - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value Double - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length Double - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value Double - (Integer) Minimum value of the variable. Applicable for integer type.
- options List<String>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- (Integer) Relative position of this variable in a list.
- secure Boolean
- (Boolean) Is the variable secure or sensitive ?.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- (List) List of aliases for the variable name.
- default
Value string - (String) Default value for the variable, if the override value is not specified.
- description string
- (String) Description of the meta data.
- group
By string - (String) Display name of the group this variable belongs to.
- boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- (Boolean) Is the variable readonly ?.
- matches string
- (String) Regex for the variable value.
- max
Length number - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value number - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length number - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value number - (Integer) Minimum value of the variable. Applicable for integer type.
- options string[]
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- (Integer) Relative position of this variable in a list.
- secure boolean
- (Boolean) Is the variable secure or sensitive ?.
- source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- (List) List of aliases for the variable name.
- default_
value str - (String) Default value for the variable, if the override value is not specified.
- description str
- (String) Description of the meta data.
- group_
by str - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable bool
- (Boolean) Is the variable readonly ?.
- matches str
- (String) Regex for the variable value.
- max_
length float - (Integer) Maximum length of the variable value. Applicable for string type.
- max_
value float - (Integer) Maximum value of the variable. Applicable for integer type.
- min_
length float - (Integer) Minimum length of the variable value. Applicable for string type.
- min_
value float - (Integer) Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- (Integer) Relative position of this variable in a list.
- secure bool
- (Boolean) Is the variable secure or sensitive ?.
- source str
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type str
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- matches String
- (String) Regex for the variable value.
- max
Length Number - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value Number - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length Number - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value Number - (Integer) Minimum value of the variable. Applicable for integer type.
- options List<String>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- (Integer) Relative position of this variable in a list.
- secure Boolean
- (Boolean) Is the variable secure or sensitive ?.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
GetSchematicsActionBastion
GetSchematicsActionBastionCredential
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Get
Schematics Action Bastion Credential Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Get
Schematics Action Bastion Credential Metadata - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Get
Schematics Action Bastion Credential Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
- link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Get
Schematics Action Bastion Credential Metadata[] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name string
- (String) Name of the variable.
- value string
- (String) Value for the variable or reference to the value.
- link str
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Get
Schematics Action Bastion Credential Metadata] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name str
- (String) Name of the variable.
- value str
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
GetSchematicsActionBastionCredentialMetadata
- Aliases List<string>
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Matches string
- (String) Regex for the variable value.
- Max
Length double - (Integer) Maximum length of the variable value. Applicable for string type.
- Max
Value double - (Integer) Maximum value of the variable. Applicable for integer type.
- Min
Length double - (Integer) Minimum length of the variable value. Applicable for string type.
- Min
Value double - (Integer) Minimum value of the variable. Applicable for integer type.
- Options List<string>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- (Integer) Relative position of this variable in a list.
- Secure bool
- (Boolean) Is the variable secure or sensitive ?.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Matches string
- (String) Regex for the variable value.
- Max
Length float64 - (Integer) Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - (Integer) Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - (Integer) Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - (Integer) Minimum value of the variable. Applicable for integer type.
- Options []string
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- (Integer) Relative position of this variable in a list.
- Secure bool
- (Boolean) Is the variable secure or sensitive ?.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- matches String
- (String) Regex for the variable value.
- max
Length Double - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value Double - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length Double - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value Double - (Integer) Minimum value of the variable. Applicable for integer type.
- options List<String>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- (Integer) Relative position of this variable in a list.
- secure Boolean
- (Boolean) Is the variable secure or sensitive ?.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- (List) List of aliases for the variable name.
- default
Value string - (String) Default value for the variable, if the override value is not specified.
- description string
- (String) Description of the meta data.
- group
By string - (String) Display name of the group this variable belongs to.
- boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- (Boolean) Is the variable readonly ?.
- matches string
- (String) Regex for the variable value.
- max
Length number - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value number - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length number - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value number - (Integer) Minimum value of the variable. Applicable for integer type.
- options string[]
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- (Integer) Relative position of this variable in a list.
- secure boolean
- (Boolean) Is the variable secure or sensitive ?.
- source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- (List) List of aliases for the variable name.
- default_
value str - (String) Default value for the variable, if the override value is not specified.
- description str
- (String) Description of the meta data.
- group_
by str - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable bool
- (Boolean) Is the variable readonly ?.
- matches str
- (String) Regex for the variable value.
- max_
length float - (Integer) Maximum length of the variable value. Applicable for string type.
- max_
value float - (Integer) Maximum value of the variable. Applicable for integer type.
- min_
length float - (Integer) Minimum length of the variable value. Applicable for string type.
- min_
value float - (Integer) Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- (Integer) Relative position of this variable in a list.
- secure bool
- (Boolean) Is the variable secure or sensitive ?.
- source str
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type str
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- matches String
- (String) Regex for the variable value.
- max
Length Number - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value Number - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length Number - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value Number - (Integer) Minimum value of the variable. Applicable for integer type.
- options List<String>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- (Integer) Relative position of this variable in a list.
- secure Boolean
- (Boolean) Is the variable secure or sensitive ?.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
GetSchematicsActionCredential
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Get
Schematics Action Credential Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Get
Schematics Action Credential Metadata - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Get
Schematics Action Credential Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
- link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Get
Schematics Action Credential Metadata[] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name string
- (String) Name of the variable.
- value string
- (String) Value for the variable or reference to the value.
- link str
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Get
Schematics Action Credential Metadata] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name str
- (String) Name of the variable.
- value str
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
GetSchematicsActionCredentialMetadata
- Aliases List<string>
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Position double
- (Integer) Relative position of this variable in a list.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Position float64
- (Integer) Relative position of this variable in a list.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- position Double
- (Integer) Relative position of this variable in a list.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- (List) List of aliases for the variable name.
- default
Value string - (String) Default value for the variable, if the override value is not specified.
- description string
- (String) Description of the meta data.
- group
By string - (String) Display name of the group this variable belongs to.
- boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- (Boolean) Is the variable readonly ?.
- position number
- (Integer) Relative position of this variable in a list.
- source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- (List) List of aliases for the variable name.
- default_
value str - (String) Default value for the variable, if the override value is not specified.
- description str
- (String) Description of the meta data.
- group_
by str - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable bool
- (Boolean) Is the variable readonly ?.
- position float
- (Integer) Relative position of this variable in a list.
- source str
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type str
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- position Number
- (Integer) Relative position of this variable in a list.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
GetSchematicsActionSetting
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
List<Get
Schematics Action Setting Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- Link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- Metadatas
[]Get
Schematics Action Setting Metadata - (List) User editable metadata for the variables. Nested scheme for metadata:
- Name string
- (String) Name of the variable.
- Value string
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
List<Get
Schematics Action Setting Metadata> - (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
- link string
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Get
Schematics Action Setting Metadata[] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name string
- (String) Name of the variable.
- value string
- (String) Value for the variable or reference to the value.
- link str
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas
Sequence[Get
Schematics Action Setting Metadata] - (List) User editable metadata for the variables. Nested scheme for metadata:
- name str
- (String) Name of the variable.
- value str
- (String) Value for the variable or reference to the value.
- link String
- (String) Reference link to the variable value By default the expression will point to self.value.
- metadatas List<Property Map>
- (List) User editable metadata for the variables. Nested scheme for metadata:
- name String
- (String) Name of the variable.
- value String
- (String) Value for the variable or reference to the value.
GetSchematicsActionSettingMetadata
- Aliases List<string>
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Matches string
- (String) Regex for the variable value.
- Max
Length double - (Integer) Maximum length of the variable value. Applicable for string type.
- Max
Value double - (Integer) Maximum value of the variable. Applicable for integer type.
- Min
Length double - (Integer) Minimum length of the variable value. Applicable for string type.
- Min
Value double - (Integer) Minimum value of the variable. Applicable for integer type.
- Options List<string>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position double
- (Integer) Relative position of this variable in a list.
- Secure bool
- (Boolean) Is the variable secure or sensitive ?.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- Aliases []string
- (List) List of aliases for the variable name.
- Default
Value string - (String) Default value for the variable, if the override value is not specified.
- Description string
- (String) Description of the meta data.
- Group
By string - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- Immutable bool
- (Boolean) Is the variable readonly ?.
- Matches string
- (String) Regex for the variable value.
- Max
Length float64 - (Integer) Maximum length of the variable value. Applicable for string type.
- Max
Value float64 - (Integer) Maximum value of the variable. Applicable for integer type.
- Min
Length float64 - (Integer) Minimum length of the variable value. Applicable for string type.
- Min
Value float64 - (Integer) Minimum value of the variable. Applicable for integer type.
- Options []string
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- Position float64
- (Integer) Relative position of this variable in a list.
- Secure bool
- (Boolean) Is the variable secure or sensitive ?.
- Source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- Type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- matches String
- (String) Regex for the variable value.
- max
Length Double - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value Double - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length Double - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value Double - (Integer) Minimum value of the variable. Applicable for integer type.
- options List<String>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Double
- (Integer) Relative position of this variable in a list.
- secure Boolean
- (Boolean) Is the variable secure or sensitive ?.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases string[]
- (List) List of aliases for the variable name.
- default
Value string - (String) Default value for the variable, if the override value is not specified.
- description string
- (String) Description of the meta data.
- group
By string - (String) Display name of the group this variable belongs to.
- boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable boolean
- (Boolean) Is the variable readonly ?.
- matches string
- (String) Regex for the variable value.
- max
Length number - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value number - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length number - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value number - (Integer) Minimum value of the variable. Applicable for integer type.
- options string[]
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position number
- (Integer) Relative position of this variable in a list.
- secure boolean
- (Boolean) Is the variable secure or sensitive ?.
- source string
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type string
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases Sequence[str]
- (List) List of aliases for the variable name.
- default_
value str - (String) Default value for the variable, if the override value is not specified.
- description str
- (String) Description of the meta data.
- group_
by str - (String) Display name of the group this variable belongs to.
- bool
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable bool
- (Boolean) Is the variable readonly ?.
- matches str
- (String) Regex for the variable value.
- max_
length float - (Integer) Maximum length of the variable value. Applicable for string type.
- max_
value float - (Integer) Maximum value of the variable. Applicable for integer type.
- min_
length float - (Integer) Minimum length of the variable value. Applicable for string type.
- min_
value float - (Integer) Minimum value of the variable. Applicable for integer type.
- options Sequence[str]
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position float
- (Integer) Relative position of this variable in a list.
- secure bool
- (Boolean) Is the variable secure or sensitive ?.
- source str
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type str
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
- aliases List<String>
- (List) List of aliases for the variable name.
- default
Value String - (String) Default value for the variable, if the override value is not specified.
- description String
- (String) Description of the meta data.
- group
By String - (String) Display name of the group this variable belongs to.
- Boolean
- (Boolean) If true, the variable will not be displayed on UI or CLI.
- immutable Boolean
- (Boolean) Is the variable readonly ?.
- matches String
- (String) Regex for the variable value.
- max
Length Number - (Integer) Maximum length of the variable value. Applicable for string type.
- max
Value Number - (Integer) Maximum value of the variable. Applicable for integer type.
- min
Length Number - (Integer) Minimum length of the variable value. Applicable for string type.
- min
Value Number - (Integer) Minimum value of the variable. Applicable for integer type.
- options List<String>
- (List) List of possible values for this variable. If type is integer or date, then the array of string will be converted to array of integers or date during runtime.
- position Number
- (Integer) Relative position of this variable in a list.
- secure Boolean
- (Boolean) Is the variable secure or sensitive ?.
- source String
- (List) Source of templates, playbooks, or controls. Nested scheme for source:
- type String
- (String) Type of the variable.
- Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
GetSchematicsActionSource
- Catalogs
List<Get
Schematics Action Source Catalog> - (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
- Gits
List<Get
Schematics Action Source Git> - (List) Connection details to Git source. Nested scheme for git:
- Source
Type string - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- Catalogs
[]Get
Schematics Action Source Catalog - (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
- Gits
[]Get
Schematics Action Source Git - (List) Connection details to Git source. Nested scheme for git:
- Source
Type string - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- catalogs
List<Get
Schematics Action Source Catalog> - (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
- gits
List<Get
Schematics Action Source Git> - (List) Connection details to Git source. Nested scheme for git:
- source
Type String - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- catalogs
Get
Schematics Action Source Catalog[] - (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
- gits
Get
Schematics Action Source Git[] - (List) Connection details to Git source. Nested scheme for git:
- source
Type string - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- catalogs
Sequence[Get
Schematics Action Source Catalog] - (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
- gits
Sequence[Get
Schematics Action Source Git] - (List) Connection details to Git source. Nested scheme for git:
- source_
type str - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
- catalogs List<Property Map>
- (List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
- gits List<Property Map>
- (List) Connection details to Git source. Nested scheme for git:
- source
Type String - (String) Type of source for the Template.
- Constraints: Allowable values are: local, git_hub, git_hub_enterprise, git_lab, ibm_git_lab, ibm_cloud_catalog, external_scm, cos_bucket
GetSchematicsActionSourceCatalog
- Catalog
Name string - (String) name of the private catalog.
- Offering
Id string - (String) Id of the offering the IBM Catalog.
- Offering
Kind string - (String) Type of the offering, in the IBM Catalog.
- Offering
Name string - (String) Name of the offering in the IBM Catalog.
- Offering
Repo stringUrl - (String) Repo Url of the offering, in the IBM Catalog.
- Offering
Version string - (String) Version string of the offering in the IBM Catalog.
- Offering
Version stringId - (String) Id of the offering version the IBM Catalog.
- Catalog
Name string - (String) name of the private catalog.
- Offering
Id string - (String) Id of the offering the IBM Catalog.
- Offering
Kind string - (String) Type of the offering, in the IBM Catalog.
- Offering
Name string - (String) Name of the offering in the IBM Catalog.
- Offering
Repo stringUrl - (String) Repo Url of the offering, in the IBM Catalog.
- Offering
Version string - (String) Version string of the offering in the IBM Catalog.
- Offering
Version stringId - (String) Id of the offering version the IBM Catalog.
- catalog
Name String - (String) name of the private catalog.
- offering
Id String - (String) Id of the offering the IBM Catalog.
- offering
Kind String - (String) Type of the offering, in the IBM Catalog.
- offering
Name String - (String) Name of the offering in the IBM Catalog.
- offering
Repo StringUrl - (String) Repo Url of the offering, in the IBM Catalog.
- offering
Version String - (String) Version string of the offering in the IBM Catalog.
- offering
Version StringId - (String) Id of the offering version the IBM Catalog.
- catalog
Name string - (String) name of the private catalog.
- offering
Id string - (String) Id of the offering the IBM Catalog.
- offering
Kind string - (String) Type of the offering, in the IBM Catalog.
- offering
Name string - (String) Name of the offering in the IBM Catalog.
- offering
Repo stringUrl - (String) Repo Url of the offering, in the IBM Catalog.
- offering
Version string - (String) Version string of the offering in the IBM Catalog.
- offering
Version stringId - (String) Id of the offering version the IBM Catalog.
- catalog_
name str - (String) name of the private catalog.
- offering_
id str - (String) Id of the offering the IBM Catalog.
- offering_
kind str - (String) Type of the offering, in the IBM Catalog.
- offering_
name str - (String) Name of the offering in the IBM Catalog.
- offering_
repo_ strurl - (String) Repo Url of the offering, in the IBM Catalog.
- offering_
version str - (String) Version string of the offering in the IBM Catalog.
- offering_
version_ strid - (String) Id of the offering version the IBM Catalog.
- catalog
Name String - (String) name of the private catalog.
- offering
Id String - (String) Id of the offering the IBM Catalog.
- offering
Kind String - (String) Type of the offering, in the IBM Catalog.
- offering
Name String - (String) Name of the offering in the IBM Catalog.
- offering
Repo StringUrl - (String) Repo Url of the offering, in the IBM Catalog.
- offering
Version String - (String) Version string of the offering in the IBM Catalog.
- offering
Version StringId - (String) Id of the offering version the IBM Catalog.
GetSchematicsActionSourceGit
- Computed
Git stringRepo Url - (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- Git
Branch string - (String) Name of the branch, used to fetch the Git Repo.
- Git
Release string - (String) Name of the release tag, used to fetch the Git Repo.
- Git
Repo stringFolder - (String) Name of the folder in the Git Repo, that contains the template.
- Git
Repo stringUrl - (String) URL to the GIT Repo that can be used to clone the template.
- Git
Token string - (String) Personal Access Token to connect to Git URLs.
- Computed
Git stringRepo Url - (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- Git
Branch string - (String) Name of the branch, used to fetch the Git Repo.
- Git
Release string - (String) Name of the release tag, used to fetch the Git Repo.
- Git
Repo stringFolder - (String) Name of the folder in the Git Repo, that contains the template.
- Git
Repo stringUrl - (String) URL to the GIT Repo that can be used to clone the template.
- Git
Token string - (String) Personal Access Token to connect to Git URLs.
- computed
Git StringRepo Url - (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- git
Branch String - (String) Name of the branch, used to fetch the Git Repo.
- git
Release String - (String) Name of the release tag, used to fetch the Git Repo.
- git
Repo StringFolder - (String) Name of the folder in the Git Repo, that contains the template.
- git
Repo StringUrl - (String) URL to the GIT Repo that can be used to clone the template.
- git
Token String - (String) Personal Access Token to connect to Git URLs.
- computed
Git stringRepo Url - (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- git
Branch string - (String) Name of the branch, used to fetch the Git Repo.
- git
Release string - (String) Name of the release tag, used to fetch the Git Repo.
- git
Repo stringFolder - (String) Name of the folder in the Git Repo, that contains the template.
- git
Repo stringUrl - (String) URL to the GIT Repo that can be used to clone the template.
- git
Token string - (String) Personal Access Token to connect to Git URLs.
- computed_
git_ strrepo_ url - (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- git_
branch str - (String) Name of the branch, used to fetch the Git Repo.
- git_
release str - (String) Name of the release tag, used to fetch the Git Repo.
- git_
repo_ strfolder - (String) Name of the folder in the Git Repo, that contains the template.
- git_
repo_ strurl - (String) URL to the GIT Repo that can be used to clone the template.
- git_
token str - (String) Personal Access Token to connect to Git URLs.
- computed
Git StringRepo Url - (String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
- git
Branch String - (String) Name of the branch, used to fetch the Git Repo.
- git
Release String - (String) Name of the release tag, used to fetch the Git Repo.
- git
Repo StringFolder - (String) Name of the folder in the Git Repo, that contains the template.
- git
Repo StringUrl - (String) URL to the GIT Repo that can be used to clone the template.
- git
Token String - (String) Personal Access Token to connect to Git URLs.
GetSchematicsActionState
- Status
Code string - (String) Status of automation (workspace or action).
- Constraints: Allowable values are: normal, pending, disabled, critical
- Status
Job stringId - (String) Job id reference for this status.
- Status
Message string - (String) Automation status message - to be displayed along with the status_code.
- Status
Code string - (String) Status of automation (workspace or action).
- Constraints: Allowable values are: normal, pending, disabled, critical
- Status
Job stringId - (String) Job id reference for this status.
- Status
Message string - (String) Automation status message - to be displayed along with the status_code.
- status
Code String - (String) Status of automation (workspace or action).
- Constraints: Allowable values are: normal, pending, disabled, critical
- status
Job StringId - (String) Job id reference for this status.
- status
Message String - (String) Automation status message - to be displayed along with the status_code.
- status
Code string - (String) Status of automation (workspace or action).
- Constraints: Allowable values are: normal, pending, disabled, critical
- status
Job stringId - (String) Job id reference for this status.
- status
Message string - (String) Automation status message - to be displayed along with the status_code.
- status_
code str - (String) Status of automation (workspace or action).
- Constraints: Allowable values are: normal, pending, disabled, critical
- status_
job_ strid - (String) Job id reference for this status.
- status_
message str - (String) Automation status message - to be displayed along with the status_code.
- status
Code String - (String) Status of automation (workspace or action).
- Constraints: Allowable values are: normal, pending, disabled, critical
- status
Job StringId - (String) Job id reference for this status.
- status
Message String - (String) Automation status message - to be displayed along with the status_code.
GetSchematicsActionSysLock
- Sys
Locked bool - (Boolean) Is the automation locked by a Schematic job ?.
- Sys
Locked stringAt - (String) When the User performed the job that lead to locking of the automation ?.
- Sys
Locked stringBy - (String) Name of the User who performed the job, that lead to the locking of the automation.
- Sys
Locked bool - (Boolean) Is the automation locked by a Schematic job ?.
- Sys
Locked stringAt - (String) When the User performed the job that lead to locking of the automation ?.
- Sys
Locked stringBy - (String) Name of the User who performed the job, that lead to the locking of the automation.
- sys
Locked Boolean - (Boolean) Is the automation locked by a Schematic job ?.
- sys
Locked StringAt - (String) When the User performed the job that lead to locking of the automation ?.
- sys
Locked StringBy - (String) Name of the User who performed the job, that lead to the locking of the automation.
- sys
Locked boolean - (Boolean) Is the automation locked by a Schematic job ?.
- sys
Locked stringAt - (String) When the User performed the job that lead to locking of the automation ?.
- sys
Locked stringBy - (String) Name of the User who performed the job, that lead to the locking of the automation.
- sys_
locked bool - (Boolean) Is the automation locked by a Schematic job ?.
- sys_
locked_ strat - (String) When the User performed the job that lead to locking of the automation ?.
- sys_
locked_ strby - (String) Name of the User who performed the job, that lead to the locking of the automation.
- sys
Locked Boolean - (Boolean) Is the automation locked by a Schematic job ?.
- sys
Locked StringAt - (String) When the User performed the job that lead to locking of the automation ?.
- sys
Locked StringBy - (String) Name of the User who performed the job, that lead to the locking of the automation.
GetSchematicsActionUserState
- Set
At string - (String) When the User who set the state of the Object.
- Set
By string - (String) Name of the User who set the state of the Object.
- State string
- (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- Set
At string - (String) When the User who set the state of the Object.
- Set
By string - (String) Name of the User who set the state of the Object.
- State string
- (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- set
At String - (String) When the User who set the state of the Object.
- set
By String - (String) Name of the User who set the state of the Object.
- state String
- (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- set
At string - (String) When the User who set the state of the Object.
- set
By string - (String) Name of the User who set the state of the Object.
- state string
- (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- set_
at str - (String) When the User who set the state of the Object.
- set_
by str - (String) Name of the User who set the state of the Object.
- state str
- (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
- set
At String - (String) When the User who set the state of the Object.
- set
By String - (String) Name of the User who set the state of the Object.
- state String
- (String) User-defined states *
draft
Object can be modified; can be used by Jobs run by the author, during execution *live
Object can be modified; can be used by Jobs during execution *locked
Object cannot be modified; can be used by Jobs during execution *disable
Object can be modified. cannot be used by Jobs during execution.- Constraints: Allowable values are: draft, live, locked, disable
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.