1. Packages
  2. Ibm Provider
  3. API Docs
  4. getSchematicsAction
ibm 1.77.1 published on Monday, Apr 14, 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",
});
Copy
import pulumi
import pulumi_ibm as ibm

schematics_action = ibm.get_schematics_action(action_id="action_id")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  schematicsAction:
    fn::invoke:
      function: ibm:getSchematicsAction
      arguments:
        actionId: action_id
Copy

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>
Copy
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]
Copy
func LookupSchematicsAction(ctx *Context, args *LookupSchematicsActionArgs, opts ...InvokeOption) (*LookupSchematicsActionResult, error)
func LookupSchematicsActionOutput(ctx *Context, args *LookupSchematicsActionOutputArgs, opts ...InvokeOption) LookupSchematicsActionResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSchematicsActionResult> getSchematicsAction(GetSchematicsActionArgs args, InvokeOptions options)
public static Output<GetSchematicsActionResult> getSchematicsAction(GetSchematicsActionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getSchematicsAction:getSchematicsAction
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ActionId This property is required. 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
ActionId This property is required. 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
actionId This property is required. 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
actionId This property is required. 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 This property is required. 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
actionId This property is required. 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
ActionId string
ActionInputs List<GetSchematicsActionActionInput>
(List) Input variables for the Action. Nested scheme for action_inputs:
ActionOutputs List<GetSchematicsActionActionOutput>
(List) Output variables for the Action. Nested scheme for action_outputs:
BastionCredentials List<GetSchematicsActionBastionCredential>
(List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
Bastions List<GetSchematicsActionBastion>
(List) Describes a bastion resource. Nested scheme for bastion:
CommandParameter string
(String) Schematics job command parameter (playbook-name).
CreatedAt string
(String) Action creation time.
CreatedBy string
(String) E-mail address of the user who created an action.
Credentials List<GetSchematicsActionCredential>
(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.
PlaybookNames List<string>
(List) Playbook names retrieved from the respository.
ResourceGroup string
(String) Resource-group name for an action. By default, action is created in default resource group.
Settings List<GetSchematicsActionSetting>
(List) Environment variables for the Action. Nested scheme for settings:
SourceCreatedAt string
(String) Action Playbook Source creation time.
SourceCreatedBy string
(String) E-mail address of user who created the Action Playbook Source.
SourceReadmeUrl string
(String) URL of the README file, for the source URL.
SourceType 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
SourceUpdatedAt string
(String) The action playbook updation time.
SourceUpdatedBy string
(String) E-mail address of user who updated the action playbook source.
Sources List<GetSchematicsActionSource>
(List) Source of templates, playbooks, or controls. Nested scheme for source:
States List<GetSchematicsActionState>
(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
SysLocks List<GetSchematicsActionSysLock>
(List) System lock status. Nested scheme for sys_lock:
Tags List<string>
(List) Action tags.
TargetsIni 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.
UpdatedAt string
(String) Action updation time.
UpdatedBy string
(String) E-mail address of the user who updated an action.
UserStates List<GetSchematicsActionUserState>
(List) User defined status of the Schematics object. Nested scheme for user_state:
Account string
ActionId string
ActionInputs []GetSchematicsActionActionInput
(List) Input variables for the Action. Nested scheme for action_inputs:
ActionOutputs []GetSchematicsActionActionOutput
(List) Output variables for the Action. Nested scheme for action_outputs:
BastionCredentials []GetSchematicsActionBastionCredential
(List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
Bastions []GetSchematicsActionBastion
(List) Describes a bastion resource. Nested scheme for bastion:
CommandParameter string
(String) Schematics job command parameter (playbook-name).
CreatedAt string
(String) Action creation time.
CreatedBy string
(String) E-mail address of the user who created an action.
Credentials []GetSchematicsActionCredential
(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.
PlaybookNames []string
(List) Playbook names retrieved from the respository.
ResourceGroup string
(String) Resource-group name for an action. By default, action is created in default resource group.
Settings []GetSchematicsActionSetting
(List) Environment variables for the Action. Nested scheme for settings:
SourceCreatedAt string
(String) Action Playbook Source creation time.
SourceCreatedBy string
(String) E-mail address of user who created the Action Playbook Source.
SourceReadmeUrl string
(String) URL of the README file, for the source URL.
SourceType 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
SourceUpdatedAt string
(String) The action playbook updation time.
SourceUpdatedBy string
(String) E-mail address of user who updated the action playbook source.
Sources []GetSchematicsActionSource
(List) Source of templates, playbooks, or controls. Nested scheme for source:
States []GetSchematicsActionState
(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
SysLocks []GetSchematicsActionSysLock
(List) System lock status. Nested scheme for sys_lock:
Tags []string
(List) Action tags.
TargetsIni 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.
UpdatedAt string
(String) Action updation time.
UpdatedBy string
(String) E-mail address of the user who updated an action.
UserStates []GetSchematicsActionUserState
(List) User defined status of the Schematics object. Nested scheme for user_state:
account String
actionId String
actionInputs List<GetSchematicsActionActionInput>
(List) Input variables for the Action. Nested scheme for action_inputs:
actionOutputs List<GetSchematicsActionActionOutput>
(List) Output variables for the Action. Nested scheme for action_outputs:
bastionCredentials List<GetSchematicsActionBastionCredential>
(List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
bastions List<GetSchematicsActionBastion>
(List) Describes a bastion resource. Nested scheme for bastion:
commandParameter String
(String) Schematics job command parameter (playbook-name).
createdAt String
(String) Action creation time.
createdBy String
(String) E-mail address of the user who created an action.
credentials List<GetSchematicsActionCredential>
(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.
playbookNames List<String>
(List) Playbook names retrieved from the respository.
resourceGroup String
(String) Resource-group name for an action. By default, action is created in default resource group.
settings List<GetSchematicsActionSetting>
(List) Environment variables for the Action. Nested scheme for settings:
sourceCreatedAt String
(String) Action Playbook Source creation time.
sourceCreatedBy String
(String) E-mail address of user who created the Action Playbook Source.
sourceReadmeUrl String
(String) URL of the README file, for the source URL.
sourceType 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
sourceUpdatedAt String
(String) The action playbook updation time.
sourceUpdatedBy String
(String) E-mail address of user who updated the action playbook source.
sources List<GetSchematicsActionSource>
(List) Source of templates, playbooks, or controls. Nested scheme for source:
states List<GetSchematicsActionState>
(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
sysLocks List<GetSchematicsActionSysLock>
(List) System lock status. Nested scheme for sys_lock:
tags List<String>
(List) Action tags.
targetsIni 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.
updatedAt String
(String) Action updation time.
updatedBy String
(String) E-mail address of the user who updated an action.
userStates List<GetSchematicsActionUserState>
(List) User defined status of the Schematics object. Nested scheme for user_state:
account string
actionId string
actionInputs GetSchematicsActionActionInput[]
(List) Input variables for the Action. Nested scheme for action_inputs:
actionOutputs GetSchematicsActionActionOutput[]
(List) Output variables for the Action. Nested scheme for action_outputs:
bastionCredentials GetSchematicsActionBastionCredential[]
(List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
bastions GetSchematicsActionBastion[]
(List) Describes a bastion resource. Nested scheme for bastion:
commandParameter string
(String) Schematics job command parameter (playbook-name).
createdAt string
(String) Action creation time.
createdBy string
(String) E-mail address of the user who created an action.
credentials GetSchematicsActionCredential[]
(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.
playbookNames string[]
(List) Playbook names retrieved from the respository.
resourceGroup string
(String) Resource-group name for an action. By default, action is created in default resource group.
settings GetSchematicsActionSetting[]
(List) Environment variables for the Action. Nested scheme for settings:
sourceCreatedAt string
(String) Action Playbook Source creation time.
sourceCreatedBy string
(String) E-mail address of user who created the Action Playbook Source.
sourceReadmeUrl string
(String) URL of the README file, for the source URL.
sourceType 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
sourceUpdatedAt string
(String) The action playbook updation time.
sourceUpdatedBy string
(String) E-mail address of user who updated the action playbook source.
sources GetSchematicsActionSource[]
(List) Source of templates, playbooks, or controls. Nested scheme for source:
states GetSchematicsActionState[]
(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
sysLocks GetSchematicsActionSysLock[]
(List) System lock status. Nested scheme for sys_lock:
tags string[]
(List) Action tags.
targetsIni 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.
updatedAt string
(String) Action updation time.
updatedBy string
(String) E-mail address of the user who updated an action.
userStates GetSchematicsActionUserState[]
(List) User defined status of the Schematics object. Nested scheme for user_state:
account str
action_id str
action_inputs Sequence[GetSchematicsActionActionInput]
(List) Input variables for the Action. Nested scheme for action_inputs:
action_outputs Sequence[GetSchematicsActionActionOutput]
(List) Output variables for the Action. Nested scheme for action_outputs:
bastion_credentials Sequence[GetSchematicsActionBastionCredential]
(List) User editable variable data & system generated reference to value. Nested scheme for bastion_credential:
bastions Sequence[GetSchematicsActionBastion]
(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[GetSchematicsActionCredential]
(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[GetSchematicsActionSetting]
(List) Environment variables for the Action. Nested scheme for settings:
source_created_at str
(String) Action Playbook Source creation time.
source_created_by str
(String) E-mail address of user who created the Action Playbook Source.
source_readme_url str
(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_at str
(String) The action playbook updation time.
source_updated_by str
(String) E-mail address of user who updated the action playbook source.
sources Sequence[GetSchematicsActionSource]
(List) Source of templates, playbooks, or controls. Nested scheme for source:
states Sequence[GetSchematicsActionState]
(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[GetSchematicsActionSysLock]
(List) System lock status. Nested scheme for sys_lock:
tags 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[GetSchematicsActionUserState]
(List) User defined status of the Schematics object. Nested scheme for user_state:
account String
actionId String
actionInputs List<Property Map>
(List) Input variables for the Action. Nested scheme for action_inputs:
actionOutputs List<Property Map>
(List) Output variables for the Action. Nested scheme for action_outputs:
bastionCredentials 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:
commandParameter String
(String) Schematics job command parameter (playbook-name).
createdAt String
(String) Action creation time.
createdBy 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.
playbookNames List<String>
(List) Playbook names retrieved from the respository.
resourceGroup 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:
sourceCreatedAt String
(String) Action Playbook Source creation time.
sourceCreatedBy String
(String) E-mail address of user who created the Action Playbook Source.
sourceReadmeUrl String
(String) URL of the README file, for the source URL.
sourceType 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
sourceUpdatedAt String
(String) The action playbook updation time.
sourceUpdatedBy String
(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
sysLocks List<Property Map>
(List) System lock status. Nested scheme for sys_lock:
tags List<String>
(List) Action tags.
targetsIni 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.
updatedAt String
(String) Action updation time.
updatedBy String
(String) E-mail address of the user who updated an action.
userStates List<Property Map>
(List) User defined status of the Schematics object. Nested scheme for user_state:

Supporting Types

GetSchematicsActionActionInput

Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. List<GetSchematicsActionActionInputMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. []GetSchematicsActionActionInputMetadata
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<GetSchematicsActionActionInputMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.
link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. GetSchematicsActionActionInputMetadata[]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. string
(String) Name of the variable.
value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. str
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. Sequence[GetSchematicsActionActionInputMetadata]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. str
(String) Name of the variable.
value This property is required. str
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<Property Map>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.

GetSchematicsActionActionInputMetadata

Aliases This property is required. List<string>
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Matches This property is required. string
(String) Regex for the variable value.
MaxLength This property is required. double
(Integer) Maximum length of the variable value. Applicable for string type.
MaxValue This property is required. double
(Integer) Maximum value of the variable. Applicable for integer type.
MinLength This property is required. double
(Integer) Minimum length of the variable value. Applicable for string type.
MinValue This property is required. double
(Integer) Minimum value of the variable. Applicable for integer type.
Options This property is required. 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 This property is required. double
(Integer) Relative position of this variable in a list.
Secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
Aliases This property is required. []string
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Matches This property is required. string
(String) Regex for the variable value.
MaxLength This property is required. float64
(Integer) Maximum length of the variable value. Applicable for string type.
MaxValue This property is required. float64
(Integer) Maximum value of the variable. Applicable for integer type.
MinLength This property is required. float64
(Integer) Minimum length of the variable value. Applicable for string type.
MinValue This property is required. float64
(Integer) Minimum value of the variable. Applicable for integer type.
Options This property is required. []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 This property is required. float64
(Integer) Relative position of this variable in a list.
Secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
matches This property is required. String
(String) Regex for the variable value.
maxLength This property is required. Double
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. Double
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. Double
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. Double
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. Double
(Integer) Relative position of this variable in a list.
secure This property is required. Boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. string[]
(List) List of aliases for the variable name.
defaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
description This property is required. string
(String) Description of the meta data.
groupBy This property is required. string
(String) Display name of the group this variable belongs to.
hidden This property is required. boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. boolean
(Boolean) Is the variable readonly ?.
matches This property is required. string
(String) Regex for the variable value.
maxLength This property is required. number
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. number
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. number
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. number
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. number
(Integer) Relative position of this variable in a list.
secure This property is required. boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. Sequence[str]
(List) List of aliases for the variable name.
default_value This property is required. str
(String) Default value for the variable, if the override value is not specified.
description This property is required. str
(String) Description of the meta data.
group_by This property is required. str
(String) Display name of the group this variable belongs to.
hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. bool
(Boolean) Is the variable readonly ?.
matches This property is required. str
(String) Regex for the variable value.
max_length This property is required. float
(Integer) Maximum length of the variable value. Applicable for string type.
max_value This property is required. float
(Integer) Maximum value of the variable. Applicable for integer type.
min_length This property is required. float
(Integer) Minimum length of the variable value. Applicable for string type.
min_value This property is required. float
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. float
(Integer) Relative position of this variable in a list.
secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
source This property is required. str
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. str
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
matches This property is required. String
(String) Regex for the variable value.
maxLength This property is required. Number
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. Number
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. Number
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. Number
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. Number
(Integer) Relative position of this variable in a list.
secure This property is required. Boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

GetSchematicsActionActionOutput

Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. List<GetSchematicsActionActionOutputMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. []GetSchematicsActionActionOutputMetadata
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<GetSchematicsActionActionOutputMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.
link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. GetSchematicsActionActionOutputMetadata[]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. string
(String) Name of the variable.
value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. str
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. Sequence[GetSchematicsActionActionOutputMetadata]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. str
(String) Name of the variable.
value This property is required. str
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<Property Map>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.

GetSchematicsActionActionOutputMetadata

Aliases This property is required. List<string>
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Matches This property is required. string
(String) Regex for the variable value.
MaxLength This property is required. double
(Integer) Maximum length of the variable value. Applicable for string type.
MaxValue This property is required. double
(Integer) Maximum value of the variable. Applicable for integer type.
MinLength This property is required. double
(Integer) Minimum length of the variable value. Applicable for string type.
MinValue This property is required. double
(Integer) Minimum value of the variable. Applicable for integer type.
Options This property is required. 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 This property is required. double
(Integer) Relative position of this variable in a list.
Secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
Aliases This property is required. []string
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Matches This property is required. string
(String) Regex for the variable value.
MaxLength This property is required. float64
(Integer) Maximum length of the variable value. Applicable for string type.
MaxValue This property is required. float64
(Integer) Maximum value of the variable. Applicable for integer type.
MinLength This property is required. float64
(Integer) Minimum length of the variable value. Applicable for string type.
MinValue This property is required. float64
(Integer) Minimum value of the variable. Applicable for integer type.
Options This property is required. []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 This property is required. float64
(Integer) Relative position of this variable in a list.
Secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
matches This property is required. String
(String) Regex for the variable value.
maxLength This property is required. Double
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. Double
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. Double
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. Double
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. Double
(Integer) Relative position of this variable in a list.
secure This property is required. Boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. string[]
(List) List of aliases for the variable name.
defaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
description This property is required. string
(String) Description of the meta data.
groupBy This property is required. string
(String) Display name of the group this variable belongs to.
hidden This property is required. boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. boolean
(Boolean) Is the variable readonly ?.
matches This property is required. string
(String) Regex for the variable value.
maxLength This property is required. number
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. number
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. number
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. number
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. number
(Integer) Relative position of this variable in a list.
secure This property is required. boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. Sequence[str]
(List) List of aliases for the variable name.
default_value This property is required. str
(String) Default value for the variable, if the override value is not specified.
description This property is required. str
(String) Description of the meta data.
group_by This property is required. str
(String) Display name of the group this variable belongs to.
hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. bool
(Boolean) Is the variable readonly ?.
matches This property is required. str
(String) Regex for the variable value.
max_length This property is required. float
(Integer) Maximum length of the variable value. Applicable for string type.
max_value This property is required. float
(Integer) Maximum value of the variable. Applicable for integer type.
min_length This property is required. float
(Integer) Minimum length of the variable value. Applicable for string type.
min_value This property is required. float
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. float
(Integer) Relative position of this variable in a list.
secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
source This property is required. str
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. str
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
matches This property is required. String
(String) Regex for the variable value.
maxLength This property is required. Number
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. Number
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. Number
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. Number
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. Number
(Integer) Relative position of this variable in a list.
secure This property is required. Boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

GetSchematicsActionBastion

Host This property is required. string
(String) Reference to the Inventory resource definition.
Name This property is required. string
(String) Name of the variable.
Host This property is required. string
(String) Reference to the Inventory resource definition.
Name This property is required. string
(String) Name of the variable.
host This property is required. String
(String) Reference to the Inventory resource definition.
name This property is required. String
(String) Name of the variable.
host This property is required. string
(String) Reference to the Inventory resource definition.
name This property is required. string
(String) Name of the variable.
host This property is required. str
(String) Reference to the Inventory resource definition.
name This property is required. str
(String) Name of the variable.
host This property is required. String
(String) Reference to the Inventory resource definition.
name This property is required. String
(String) Name of the variable.

GetSchematicsActionBastionCredential

Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. List<GetSchematicsActionBastionCredentialMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. []GetSchematicsActionBastionCredentialMetadata
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<GetSchematicsActionBastionCredentialMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.
link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. GetSchematicsActionBastionCredentialMetadata[]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. string
(String) Name of the variable.
value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. str
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. Sequence[GetSchematicsActionBastionCredentialMetadata]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. str
(String) Name of the variable.
value This property is required. str
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<Property Map>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.

GetSchematicsActionBastionCredentialMetadata

Aliases This property is required. List<string>
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Matches This property is required. string
(String) Regex for the variable value.
MaxLength This property is required. double
(Integer) Maximum length of the variable value. Applicable for string type.
MaxValue This property is required. double
(Integer) Maximum value of the variable. Applicable for integer type.
MinLength This property is required. double
(Integer) Minimum length of the variable value. Applicable for string type.
MinValue This property is required. double
(Integer) Minimum value of the variable. Applicable for integer type.
Options This property is required. 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 This property is required. double
(Integer) Relative position of this variable in a list.
Secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
Aliases This property is required. []string
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Matches This property is required. string
(String) Regex for the variable value.
MaxLength This property is required. float64
(Integer) Maximum length of the variable value. Applicable for string type.
MaxValue This property is required. float64
(Integer) Maximum value of the variable. Applicable for integer type.
MinLength This property is required. float64
(Integer) Minimum length of the variable value. Applicable for string type.
MinValue This property is required. float64
(Integer) Minimum value of the variable. Applicable for integer type.
Options This property is required. []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 This property is required. float64
(Integer) Relative position of this variable in a list.
Secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
matches This property is required. String
(String) Regex for the variable value.
maxLength This property is required. Double
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. Double
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. Double
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. Double
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. Double
(Integer) Relative position of this variable in a list.
secure This property is required. Boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. string[]
(List) List of aliases for the variable name.
defaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
description This property is required. string
(String) Description of the meta data.
groupBy This property is required. string
(String) Display name of the group this variable belongs to.
hidden This property is required. boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. boolean
(Boolean) Is the variable readonly ?.
matches This property is required. string
(String) Regex for the variable value.
maxLength This property is required. number
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. number
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. number
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. number
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. number
(Integer) Relative position of this variable in a list.
secure This property is required. boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. Sequence[str]
(List) List of aliases for the variable name.
default_value This property is required. str
(String) Default value for the variable, if the override value is not specified.
description This property is required. str
(String) Description of the meta data.
group_by This property is required. str
(String) Display name of the group this variable belongs to.
hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. bool
(Boolean) Is the variable readonly ?.
matches This property is required. str
(String) Regex for the variable value.
max_length This property is required. float
(Integer) Maximum length of the variable value. Applicable for string type.
max_value This property is required. float
(Integer) Maximum value of the variable. Applicable for integer type.
min_length This property is required. float
(Integer) Minimum length of the variable value. Applicable for string type.
min_value This property is required. float
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. float
(Integer) Relative position of this variable in a list.
secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
source This property is required. str
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. str
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
matches This property is required. String
(String) Regex for the variable value.
maxLength This property is required. Number
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. Number
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. Number
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. Number
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. Number
(Integer) Relative position of this variable in a list.
secure This property is required. Boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

GetSchematicsActionCredential

Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. List<GetSchematicsActionCredentialMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. []GetSchematicsActionCredentialMetadata
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<GetSchematicsActionCredentialMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.
link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. GetSchematicsActionCredentialMetadata[]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. string
(String) Name of the variable.
value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. str
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. Sequence[GetSchematicsActionCredentialMetadata]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. str
(String) Name of the variable.
value This property is required. str
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<Property Map>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.

GetSchematicsActionCredentialMetadata

Aliases This property is required. List<string>
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Position This property is required. double
(Integer) Relative position of this variable in a list.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
Aliases This property is required. []string
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Position This property is required. float64
(Integer) Relative position of this variable in a list.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
position This property is required. Double
(Integer) Relative position of this variable in a list.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. string[]
(List) List of aliases for the variable name.
defaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
description This property is required. string
(String) Description of the meta data.
groupBy This property is required. string
(String) Display name of the group this variable belongs to.
hidden This property is required. boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. boolean
(Boolean) Is the variable readonly ?.
position This property is required. number
(Integer) Relative position of this variable in a list.
source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. Sequence[str]
(List) List of aliases for the variable name.
default_value This property is required. str
(String) Default value for the variable, if the override value is not specified.
description This property is required. str
(String) Description of the meta data.
group_by This property is required. str
(String) Display name of the group this variable belongs to.
hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. bool
(Boolean) Is the variable readonly ?.
position This property is required. float
(Integer) Relative position of this variable in a list.
source This property is required. str
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. str
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
position This property is required. Number
(Integer) Relative position of this variable in a list.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

GetSchematicsActionSetting

Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. List<GetSchematicsActionSettingMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
Link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
Metadatas This property is required. []GetSchematicsActionSettingMetadata
(List) User editable metadata for the variables. Nested scheme for metadata:
Name This property is required. string
(String) Name of the variable.
Value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<GetSchematicsActionSettingMetadata>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.
link This property is required. string
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. GetSchematicsActionSettingMetadata[]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. string
(String) Name of the variable.
value This property is required. string
(String) Value for the variable or reference to the value.
link This property is required. str
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. Sequence[GetSchematicsActionSettingMetadata]
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. str
(String) Name of the variable.
value This property is required. str
(String) Value for the variable or reference to the value.
link This property is required. String
(String) Reference link to the variable value By default the expression will point to self.value.
metadatas This property is required. List<Property Map>
(List) User editable metadata for the variables. Nested scheme for metadata:
name This property is required. String
(String) Name of the variable.
value This property is required. String
(String) Value for the variable or reference to the value.

GetSchematicsActionSettingMetadata

Aliases This property is required. List<string>
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Matches This property is required. string
(String) Regex for the variable value.
MaxLength This property is required. double
(Integer) Maximum length of the variable value. Applicable for string type.
MaxValue This property is required. double
(Integer) Maximum value of the variable. Applicable for integer type.
MinLength This property is required. double
(Integer) Minimum length of the variable value. Applicable for string type.
MinValue This property is required. double
(Integer) Minimum value of the variable. Applicable for integer type.
Options This property is required. 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 This property is required. double
(Integer) Relative position of this variable in a list.
Secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
Aliases This property is required. []string
(List) List of aliases for the variable name.
DefaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
Description This property is required. string
(String) Description of the meta data.
GroupBy This property is required. string
(String) Display name of the group this variable belongs to.
Hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
Immutable This property is required. bool
(Boolean) Is the variable readonly ?.
Matches This property is required. string
(String) Regex for the variable value.
MaxLength This property is required. float64
(Integer) Maximum length of the variable value. Applicable for string type.
MaxValue This property is required. float64
(Integer) Maximum value of the variable. Applicable for integer type.
MinLength This property is required. float64
(Integer) Minimum length of the variable value. Applicable for string type.
MinValue This property is required. float64
(Integer) Minimum value of the variable. Applicable for integer type.
Options This property is required. []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 This property is required. float64
(Integer) Relative position of this variable in a list.
Secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
Source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
Type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
matches This property is required. String
(String) Regex for the variable value.
maxLength This property is required. Double
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. Double
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. Double
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. Double
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. Double
(Integer) Relative position of this variable in a list.
secure This property is required. Boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. string[]
(List) List of aliases for the variable name.
defaultValue This property is required. string
(String) Default value for the variable, if the override value is not specified.
description This property is required. string
(String) Description of the meta data.
groupBy This property is required. string
(String) Display name of the group this variable belongs to.
hidden This property is required. boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. boolean
(Boolean) Is the variable readonly ?.
matches This property is required. string
(String) Regex for the variable value.
maxLength This property is required. number
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. number
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. number
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. number
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. number
(Integer) Relative position of this variable in a list.
secure This property is required. boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. string
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. string
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. Sequence[str]
(List) List of aliases for the variable name.
default_value This property is required. str
(String) Default value for the variable, if the override value is not specified.
description This property is required. str
(String) Description of the meta data.
group_by This property is required. str
(String) Display name of the group this variable belongs to.
hidden This property is required. bool
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. bool
(Boolean) Is the variable readonly ?.
matches This property is required. str
(String) Regex for the variable value.
max_length This property is required. float
(Integer) Maximum length of the variable value. Applicable for string type.
max_value This property is required. float
(Integer) Maximum value of the variable. Applicable for integer type.
min_length This property is required. float
(Integer) Minimum length of the variable value. Applicable for string type.
min_value This property is required. float
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. float
(Integer) Relative position of this variable in a list.
secure This property is required. bool
(Boolean) Is the variable secure or sensitive ?.
source This property is required. str
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. str
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex
aliases This property is required. List<String>
(List) List of aliases for the variable name.
defaultValue This property is required. String
(String) Default value for the variable, if the override value is not specified.
description This property is required. String
(String) Description of the meta data.
groupBy This property is required. String
(String) Display name of the group this variable belongs to.
hidden This property is required. Boolean
(Boolean) If true, the variable will not be displayed on UI or CLI.
immutable This property is required. Boolean
(Boolean) Is the variable readonly ?.
matches This property is required. String
(String) Regex for the variable value.
maxLength This property is required. Number
(Integer) Maximum length of the variable value. Applicable for string type.
maxValue This property is required. Number
(Integer) Maximum value of the variable. Applicable for integer type.
minLength This property is required. Number
(Integer) Minimum length of the variable value. Applicable for string type.
minValue This property is required. Number
(Integer) Minimum value of the variable. Applicable for integer type.
options This property is required. 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 This property is required. Number
(Integer) Relative position of this variable in a list.
secure This property is required. Boolean
(Boolean) Is the variable secure or sensitive ?.
source This property is required. String
(List) Source of templates, playbooks, or controls. Nested scheme for source:
type This property is required. String
(String) Type of the variable.

  • Constraints: Allowable values are: boolean, string, integer, date, array, list, map, complex

GetSchematicsActionSource

Catalogs This property is required. List<GetSchematicsActionSourceCatalog>
(List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
Gits This property is required. List<GetSchematicsActionSourceGit>
(List) Connection details to Git source. Nested scheme for git:
SourceType This property is required. 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 This property is required. []GetSchematicsActionSourceCatalog
(List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
Gits This property is required. []GetSchematicsActionSourceGit
(List) Connection details to Git source. Nested scheme for git:
SourceType This property is required. 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 This property is required. List<GetSchematicsActionSourceCatalog>
(List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
gits This property is required. List<GetSchematicsActionSourceGit>
(List) Connection details to Git source. Nested scheme for git:
sourceType This property is required. 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 This property is required. GetSchematicsActionSourceCatalog[]
(List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
gits This property is required. GetSchematicsActionSourceGit[]
(List) Connection details to Git source. Nested scheme for git:
sourceType This property is required. 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 This property is required. Sequence[GetSchematicsActionSourceCatalog]
(List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
gits This property is required. Sequence[GetSchematicsActionSourceGit]
(List) Connection details to Git source. Nested scheme for git:
source_type This property is required. 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 This property is required. List<Property Map>
(List) Connection details to IBM Cloud Catalog source. Nested scheme for catalog:
gits This property is required. List<Property Map>
(List) Connection details to Git source. Nested scheme for git:
sourceType This property is required. 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

CatalogName This property is required. string
(String) name of the private catalog.
OfferingId This property is required. string
(String) Id of the offering the IBM Catalog.
OfferingKind This property is required. string
(String) Type of the offering, in the IBM Catalog.
OfferingName This property is required. string
(String) Name of the offering in the IBM Catalog.
OfferingRepoUrl This property is required. string
(String) Repo Url of the offering, in the IBM Catalog.
OfferingVersion This property is required. string
(String) Version string of the offering in the IBM Catalog.
OfferingVersionId This property is required. string
(String) Id of the offering version the IBM Catalog.
CatalogName This property is required. string
(String) name of the private catalog.
OfferingId This property is required. string
(String) Id of the offering the IBM Catalog.
OfferingKind This property is required. string
(String) Type of the offering, in the IBM Catalog.
OfferingName This property is required. string
(String) Name of the offering in the IBM Catalog.
OfferingRepoUrl This property is required. string
(String) Repo Url of the offering, in the IBM Catalog.
OfferingVersion This property is required. string
(String) Version string of the offering in the IBM Catalog.
OfferingVersionId This property is required. string
(String) Id of the offering version the IBM Catalog.
catalogName This property is required. String
(String) name of the private catalog.
offeringId This property is required. String
(String) Id of the offering the IBM Catalog.
offeringKind This property is required. String
(String) Type of the offering, in the IBM Catalog.
offeringName This property is required. String
(String) Name of the offering in the IBM Catalog.
offeringRepoUrl This property is required. String
(String) Repo Url of the offering, in the IBM Catalog.
offeringVersion This property is required. String
(String) Version string of the offering in the IBM Catalog.
offeringVersionId This property is required. String
(String) Id of the offering version the IBM Catalog.
catalogName This property is required. string
(String) name of the private catalog.
offeringId This property is required. string
(String) Id of the offering the IBM Catalog.
offeringKind This property is required. string
(String) Type of the offering, in the IBM Catalog.
offeringName This property is required. string
(String) Name of the offering in the IBM Catalog.
offeringRepoUrl This property is required. string
(String) Repo Url of the offering, in the IBM Catalog.
offeringVersion This property is required. string
(String) Version string of the offering in the IBM Catalog.
offeringVersionId This property is required. string
(String) Id of the offering version the IBM Catalog.
catalog_name This property is required. str
(String) name of the private catalog.
offering_id This property is required. str
(String) Id of the offering the IBM Catalog.
offering_kind This property is required. str
(String) Type of the offering, in the IBM Catalog.
offering_name This property is required. str
(String) Name of the offering in the IBM Catalog.
offering_repo_url This property is required. str
(String) Repo Url of the offering, in the IBM Catalog.
offering_version This property is required. str
(String) Version string of the offering in the IBM Catalog.
offering_version_id This property is required. str
(String) Id of the offering version the IBM Catalog.
catalogName This property is required. String
(String) name of the private catalog.
offeringId This property is required. String
(String) Id of the offering the IBM Catalog.
offeringKind This property is required. String
(String) Type of the offering, in the IBM Catalog.
offeringName This property is required. String
(String) Name of the offering in the IBM Catalog.
offeringRepoUrl This property is required. String
(String) Repo Url of the offering, in the IBM Catalog.
offeringVersion This property is required. String
(String) Version string of the offering in the IBM Catalog.
offeringVersionId This property is required. String
(String) Id of the offering version the IBM Catalog.

GetSchematicsActionSourceGit

ComputedGitRepoUrl This property is required. string
(String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
GitBranch This property is required. string
(String) Name of the branch, used to fetch the Git Repo.
GitRelease This property is required. string
(String) Name of the release tag, used to fetch the Git Repo.
GitRepoFolder This property is required. string
(String) Name of the folder in the Git Repo, that contains the template.
GitRepoUrl This property is required. string
(String) URL to the GIT Repo that can be used to clone the template.
GitToken This property is required. string
(String) Personal Access Token to connect to Git URLs.
ComputedGitRepoUrl This property is required. string
(String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
GitBranch This property is required. string
(String) Name of the branch, used to fetch the Git Repo.
GitRelease This property is required. string
(String) Name of the release tag, used to fetch the Git Repo.
GitRepoFolder This property is required. string
(String) Name of the folder in the Git Repo, that contains the template.
GitRepoUrl This property is required. string
(String) URL to the GIT Repo that can be used to clone the template.
GitToken This property is required. string
(String) Personal Access Token to connect to Git URLs.
computedGitRepoUrl This property is required. String
(String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
gitBranch This property is required. String
(String) Name of the branch, used to fetch the Git Repo.
gitRelease This property is required. String
(String) Name of the release tag, used to fetch the Git Repo.
gitRepoFolder This property is required. String
(String) Name of the folder in the Git Repo, that contains the template.
gitRepoUrl This property is required. String
(String) URL to the GIT Repo that can be used to clone the template.
gitToken This property is required. String
(String) Personal Access Token to connect to Git URLs.
computedGitRepoUrl This property is required. string
(String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
gitBranch This property is required. string
(String) Name of the branch, used to fetch the Git Repo.
gitRelease This property is required. string
(String) Name of the release tag, used to fetch the Git Repo.
gitRepoFolder This property is required. string
(String) Name of the folder in the Git Repo, that contains the template.
gitRepoUrl This property is required. string
(String) URL to the GIT Repo that can be used to clone the template.
gitToken This property is required. string
(String) Personal Access Token to connect to Git URLs.
computed_git_repo_url This property is required. str
(String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
git_branch This property is required. str
(String) Name of the branch, used to fetch the Git Repo.
git_release This property is required. str
(String) Name of the release tag, used to fetch the Git Repo.
git_repo_folder This property is required. str
(String) Name of the folder in the Git Repo, that contains the template.
git_repo_url This property is required. str
(String) URL to the GIT Repo that can be used to clone the template.
git_token This property is required. str
(String) Personal Access Token to connect to Git URLs.
computedGitRepoUrl This property is required. String
(String) The Complete URL which is computed by git_repo_url, git_repo_folder and branch.
gitBranch This property is required. String
(String) Name of the branch, used to fetch the Git Repo.
gitRelease This property is required. String
(String) Name of the release tag, used to fetch the Git Repo.
gitRepoFolder This property is required. String
(String) Name of the folder in the Git Repo, that contains the template.
gitRepoUrl This property is required. String
(String) URL to the GIT Repo that can be used to clone the template.
gitToken This property is required. String
(String) Personal Access Token to connect to Git URLs.

GetSchematicsActionState

StatusCode This property is required. string
(String) Status of automation (workspace or action).

  • Constraints: Allowable values are: normal, pending, disabled, critical
StatusJobId This property is required. string
(String) Job id reference for this status.
StatusMessage This property is required. string
(String) Automation status message - to be displayed along with the status_code.
StatusCode This property is required. string
(String) Status of automation (workspace or action).

  • Constraints: Allowable values are: normal, pending, disabled, critical
StatusJobId This property is required. string
(String) Job id reference for this status.
StatusMessage This property is required. string
(String) Automation status message - to be displayed along with the status_code.
statusCode This property is required. String
(String) Status of automation (workspace or action).

  • Constraints: Allowable values are: normal, pending, disabled, critical
statusJobId This property is required. String
(String) Job id reference for this status.
statusMessage This property is required. String
(String) Automation status message - to be displayed along with the status_code.
statusCode This property is required. string
(String) Status of automation (workspace or action).

  • Constraints: Allowable values are: normal, pending, disabled, critical
statusJobId This property is required. string
(String) Job id reference for this status.
statusMessage This property is required. string
(String) Automation status message - to be displayed along with the status_code.
status_code This property is required. str
(String) Status of automation (workspace or action).

  • Constraints: Allowable values are: normal, pending, disabled, critical
status_job_id This property is required. str
(String) Job id reference for this status.
status_message This property is required. str
(String) Automation status message - to be displayed along with the status_code.
statusCode This property is required. String
(String) Status of automation (workspace or action).

  • Constraints: Allowable values are: normal, pending, disabled, critical
statusJobId This property is required. String
(String) Job id reference for this status.
statusMessage This property is required. String
(String) Automation status message - to be displayed along with the status_code.

GetSchematicsActionSysLock

SysLocked This property is required. bool
(Boolean) Is the automation locked by a Schematic job ?.
SysLockedAt This property is required. string
(String) When the User performed the job that lead to locking of the automation ?.
SysLockedBy This property is required. string
(String) Name of the User who performed the job, that lead to the locking of the automation.
SysLocked This property is required. bool
(Boolean) Is the automation locked by a Schematic job ?.
SysLockedAt This property is required. string
(String) When the User performed the job that lead to locking of the automation ?.
SysLockedBy This property is required. string
(String) Name of the User who performed the job, that lead to the locking of the automation.
sysLocked This property is required. Boolean
(Boolean) Is the automation locked by a Schematic job ?.
sysLockedAt This property is required. String
(String) When the User performed the job that lead to locking of the automation ?.
sysLockedBy This property is required. String
(String) Name of the User who performed the job, that lead to the locking of the automation.
sysLocked This property is required. boolean
(Boolean) Is the automation locked by a Schematic job ?.
sysLockedAt This property is required. string
(String) When the User performed the job that lead to locking of the automation ?.
sysLockedBy This property is required. string
(String) Name of the User who performed the job, that lead to the locking of the automation.
sys_locked This property is required. bool
(Boolean) Is the automation locked by a Schematic job ?.
sys_locked_at This property is required. str
(String) When the User performed the job that lead to locking of the automation ?.
sys_locked_by This property is required. str
(String) Name of the User who performed the job, that lead to the locking of the automation.
sysLocked This property is required. Boolean
(Boolean) Is the automation locked by a Schematic job ?.
sysLockedAt This property is required. String
(String) When the User performed the job that lead to locking of the automation ?.
sysLockedBy This property is required. String
(String) Name of the User who performed the job, that lead to the locking of the automation.

GetSchematicsActionUserState

SetAt This property is required. string
(String) When the User who set the state of the Object.
SetBy This property is required. string
(String) Name of the User who set the state of the Object.
State This property is required. 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
SetAt This property is required. string
(String) When the User who set the state of the Object.
SetBy This property is required. string
(String) Name of the User who set the state of the Object.
State This property is required. 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
setAt This property is required. String
(String) When the User who set the state of the Object.
setBy This property is required. String
(String) Name of the User who set the state of the Object.
state This property is required. 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
setAt This property is required. string
(String) When the User who set the state of the Object.
setBy This property is required. string
(String) Name of the User who set the state of the Object.
state This property is required. 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 This property is required. str
(String) When the User who set the state of the Object.
set_by This property is required. str
(String) Name of the User who set the state of the Object.
state This property is required. 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
setAt This property is required. String
(String) When the User who set the state of the Object.
setBy This property is required. String
(String) Name of the User who set the state of the Object.
state This property is required. 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.