ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getCodeEngineSecret
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a code_engine_secret. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const codeEngineSecret = ibm.getCodeEngineSecret({
projectId: data.ibm_code_engine_project.code_engine_project.project_id,
name: "my-secret",
});
import pulumi
import pulumi_ibm as ibm
code_engine_secret = ibm.get_code_engine_secret(project_id=data["ibm_code_engine_project"]["code_engine_project"]["project_id"],
name="my-secret")
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.LookupCodeEngineSecret(ctx, &ibm.LookupCodeEngineSecretArgs{
ProjectId: data.Ibm_code_engine_project.Code_engine_project.Project_id,
Name: "my-secret",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var codeEngineSecret = Ibm.GetCodeEngineSecret.Invoke(new()
{
ProjectId = data.Ibm_code_engine_project.Code_engine_project.Project_id,
Name = "my-secret",
});
});
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.GetCodeEngineSecretArgs;
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 codeEngineSecret = IbmFunctions.getCodeEngineSecret(GetCodeEngineSecretArgs.builder()
.projectId(data.ibm_code_engine_project().code_engine_project().project_id())
.name("my-secret")
.build());
}
}
variables:
codeEngineSecret:
fn::invoke:
function: ibm:getCodeEngineSecret
arguments:
projectId: ${data.ibm_code_engine_project.code_engine_project.project_id}
name: my-secret
Using getCodeEngineSecret
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 getCodeEngineSecret(args: GetCodeEngineSecretArgs, opts?: InvokeOptions): Promise<GetCodeEngineSecretResult>
function getCodeEngineSecretOutput(args: GetCodeEngineSecretOutputArgs, opts?: InvokeOptions): Output<GetCodeEngineSecretResult>
def get_code_engine_secret(id: Optional[str] = None,
name: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCodeEngineSecretResult
def get_code_engine_secret_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCodeEngineSecretResult]
func LookupCodeEngineSecret(ctx *Context, args *LookupCodeEngineSecretArgs, opts ...InvokeOption) (*LookupCodeEngineSecretResult, error)
func LookupCodeEngineSecretOutput(ctx *Context, args *LookupCodeEngineSecretOutputArgs, opts ...InvokeOption) LookupCodeEngineSecretResultOutput
> Note: This function is named LookupCodeEngineSecret
in the Go SDK.
public static class GetCodeEngineSecret
{
public static Task<GetCodeEngineSecretResult> InvokeAsync(GetCodeEngineSecretArgs args, InvokeOptions? opts = null)
public static Output<GetCodeEngineSecretResult> Invoke(GetCodeEngineSecretInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCodeEngineSecretResult> getCodeEngineSecret(GetCodeEngineSecretArgs args, InvokeOptions options)
public static Output<GetCodeEngineSecretResult> getCodeEngineSecret(GetCodeEngineSecretArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getCodeEngineSecret:getCodeEngineSecret
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Project
Id string - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Project
Id string - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name String
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- project
Id String - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- project
Id string - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name str
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- project_
id str - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- id str
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name String
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- project
Id String - The ID of the project.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
getCodeEngineSecret Result
The following output properties are available:
- Created
At string - (String) The timestamp when the resource was created.
- Data Dictionary<string, string>
- (Map) Data container that allows to specify config parameters and their values as a key-value map. Each key field must consist of alphanumeric characters,
-
,_
or.
and must not exceed a max length of 253 characters. Each value field can consists of any character and must not exceed a max length of 1048576 characters. - Entity
Tag string - (String) The version of the secret instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- Format string
- (Forces new resource, String) Specify the format of the secret.
- Constraints: Allowable values are:
generic
,ssh_auth
,basic_auth
,tls
,service_access
,registry
,service_operator
,other
. The value must match regular expression/^(generic|ssh_auth|basic_auth|tls|service_access|registry|service_operator|other)$/
.
- Constraints: Allowable values are:
- Href string
- (String) When you provision a new secret, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Name string
- (String) Role of the service credential.
- Constraints: The default value is
Writer
.
- Constraints: The default value is
- Project
Id string - Region string
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- Resource
Type string - (String) The type of the secret.
- Secret
Id string - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Service
Accesses List<GetCode Engine Secret Service Access> - (Forces new resource, List) Properties for Service Access Secrets. Nested schema for service_access:
- Service
Operators List<GetCode Engine Secret Service Operator> - (List) Properties for the IBM Cloud Operator Secret. Nested schema for service_operator:
- Created
At string - (String) The timestamp when the resource was created.
- Data map[string]string
- (Map) Data container that allows to specify config parameters and their values as a key-value map. Each key field must consist of alphanumeric characters,
-
,_
or.
and must not exceed a max length of 253 characters. Each value field can consists of any character and must not exceed a max length of 1048576 characters. - Entity
Tag string - (String) The version of the secret instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- Format string
- (Forces new resource, String) Specify the format of the secret.
- Constraints: Allowable values are:
generic
,ssh_auth
,basic_auth
,tls
,service_access
,registry
,service_operator
,other
. The value must match regular expression/^(generic|ssh_auth|basic_auth|tls|service_access|registry|service_operator|other)$/
.
- Constraints: Allowable values are:
- Href string
- (String) When you provision a new secret, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Name string
- (String) Role of the service credential.
- Constraints: The default value is
Writer
.
- Constraints: The default value is
- Project
Id string - Region string
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- Resource
Type string - (String) The type of the secret.
- Secret
Id string - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Service
Accesses []GetCode Engine Secret Service Access - (Forces new resource, List) Properties for Service Access Secrets. Nested schema for service_access:
- Service
Operators []GetCode Engine Secret Service Operator - (List) Properties for the IBM Cloud Operator Secret. Nested schema for service_operator:
- created
At String - (String) The timestamp when the resource was created.
- data Map<String,String>
- (Map) Data container that allows to specify config parameters and their values as a key-value map. Each key field must consist of alphanumeric characters,
-
,_
or.
and must not exceed a max length of 253 characters. Each value field can consists of any character and must not exceed a max length of 1048576 characters. - entity
Tag String - (String) The version of the secret instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- format String
- (Forces new resource, String) Specify the format of the secret.
- Constraints: Allowable values are:
generic
,ssh_auth
,basic_auth
,tls
,service_access
,registry
,service_operator
,other
. The value must match regular expression/^(generic|ssh_auth|basic_auth|tls|service_access|registry|service_operator|other)$/
.
- Constraints: Allowable values are:
- href String
- (String) When you provision a new secret, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name String
- (String) Role of the service credential.
- Constraints: The default value is
Writer
.
- Constraints: The default value is
- project
Id String - region String
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- resource
Type String - (String) The type of the secret.
- secret
Id String - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- service
Accesses List<GetCode Engine Secret Service Access> - (Forces new resource, List) Properties for Service Access Secrets. Nested schema for service_access:
- service
Operators List<GetCode Engine Secret Service Operator> - (List) Properties for the IBM Cloud Operator Secret. Nested schema for service_operator:
- created
At string - (String) The timestamp when the resource was created.
- data {[key: string]: string}
- (Map) Data container that allows to specify config parameters and their values as a key-value map. Each key field must consist of alphanumeric characters,
-
,_
or.
and must not exceed a max length of 253 characters. Each value field can consists of any character and must not exceed a max length of 1048576 characters. - entity
Tag string - (String) The version of the secret instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- format string
- (Forces new resource, String) Specify the format of the secret.
- Constraints: Allowable values are:
generic
,ssh_auth
,basic_auth
,tls
,service_access
,registry
,service_operator
,other
. The value must match regular expression/^(generic|ssh_auth|basic_auth|tls|service_access|registry|service_operator|other)$/
.
- Constraints: Allowable values are:
- href string
- (String) When you provision a new secret, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name string
- (String) Role of the service credential.
- Constraints: The default value is
Writer
.
- Constraints: The default value is
- project
Id string - region string
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- resource
Type string - (String) The type of the secret.
- secret
Id string - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- service
Accesses GetCode Engine Secret Service Access[] - (Forces new resource, List) Properties for Service Access Secrets. Nested schema for service_access:
- service
Operators GetCode Engine Secret Service Operator[] - (List) Properties for the IBM Cloud Operator Secret. Nested schema for service_operator:
- created_
at str - (String) The timestamp when the resource was created.
- data Mapping[str, str]
- (Map) Data container that allows to specify config parameters and their values as a key-value map. Each key field must consist of alphanumeric characters,
-
,_
or.
and must not exceed a max length of 253 characters. Each value field can consists of any character and must not exceed a max length of 1048576 characters. - entity_
tag str - (String) The version of the secret instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- format str
- (Forces new resource, String) Specify the format of the secret.
- Constraints: Allowable values are:
generic
,ssh_auth
,basic_auth
,tls
,service_access
,registry
,service_operator
,other
. The value must match regular expression/^(generic|ssh_auth|basic_auth|tls|service_access|registry|service_operator|other)$/
.
- Constraints: Allowable values are:
- href str
- (String) When you provision a new secret, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id str
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name str
- (String) Role of the service credential.
- Constraints: The default value is
Writer
.
- Constraints: The default value is
- project_
id str - region str
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- resource_
type str - (String) The type of the secret.
- secret_
id str - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- service_
accesses Sequence[GetCode Engine Secret Service Access] - (Forces new resource, List) Properties for Service Access Secrets. Nested schema for service_access:
- service_
operators Sequence[GetCode Engine Secret Service Operator] - (List) Properties for the IBM Cloud Operator Secret. Nested schema for service_operator:
- created
At String - (String) The timestamp when the resource was created.
- data Map<String>
- (Map) Data container that allows to specify config parameters and their values as a key-value map. Each key field must consist of alphanumeric characters,
-
,_
or.
and must not exceed a max length of 253 characters. Each value field can consists of any character and must not exceed a max length of 1048576 characters. - entity
Tag String - (String) The version of the secret instance, which is used to achieve optimistic locking.
- Constraints: The maximum length is
63
characters. The minimum length is1
character. The value must match regular expression/^[\\*\\-a-z0-9]+$/
.
- Constraints: The maximum length is
- format String
- (Forces new resource, String) Specify the format of the secret.
- Constraints: Allowable values are:
generic
,ssh_auth
,basic_auth
,tls
,service_access
,registry
,service_operator
,other
. The value must match regular expression/^(generic|ssh_auth|basic_auth|tls|service_access|registry|service_operator|other)$/
.
- Constraints: Allowable values are:
- href String
- (String) When you provision a new secret, a URL is created identifying the location of the instance.
- Constraints: The maximum length is
2048
characters. The minimum length is0
characters. The value must match regular expression/(([^:\/?#]+):)?(\/\/([^\/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name String
- (String) Role of the service credential.
- Constraints: The default value is
Writer
.
- Constraints: The default value is
- project
Id String - region String
- (String) The region of the project the resource is located in. Possible values: 'au-syd', 'br-sao', 'ca-tor', 'eu-de', 'eu-gb', 'jp-osa', 'jp-tok', 'us-east', 'us-south'.
- resource
Type String - (String) The type of the secret.
- secret
Id String - (String) The identifier of the resource.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- service
Accesses List<Property Map> - (Forces new resource, List) Properties for Service Access Secrets. Nested schema for service_access:
- service
Operators List<Property Map> - (List) Properties for the IBM Cloud Operator Secret. Nested schema for service_operator:
Supporting Types
GetCodeEngineSecretServiceAccess
- Resource
Keys List<GetCode Engine Secret Service Access Resource Key> - (List) The service credential associated with the secret. Nested schema for resource_key:
- Roles
List<Get
Code Engine Secret Service Access Role> - (List) A reference to the Role and Role CRN for service binding. Nested schema for role:
- Service
Instances List<GetCode Engine Secret Service Access Service Instance> - (List) The IBM Cloud service instance associated with the secret. Nested schema for service_instance:
- Serviceids
List<Get
Code Engine Secret Service Access Serviceid> - (List) A reference to a Service ID. Nested schema for serviceid:
- Resource
Keys []GetCode Engine Secret Service Access Resource Key - (List) The service credential associated with the secret. Nested schema for resource_key:
- Roles
[]Get
Code Engine Secret Service Access Role - (List) A reference to the Role and Role CRN for service binding. Nested schema for role:
- Service
Instances []GetCode Engine Secret Service Access Service Instance - (List) The IBM Cloud service instance associated with the secret. Nested schema for service_instance:
- Serviceids
[]Get
Code Engine Secret Service Access Serviceid - (List) A reference to a Service ID. Nested schema for serviceid:
- resource
Keys List<GetCode Engine Secret Service Access Resource Key> - (List) The service credential associated with the secret. Nested schema for resource_key:
- roles
List<Get
Code Engine Secret Service Access Role> - (List) A reference to the Role and Role CRN for service binding. Nested schema for role:
- service
Instances List<GetCode Engine Secret Service Access Service Instance> - (List) The IBM Cloud service instance associated with the secret. Nested schema for service_instance:
- serviceids
List<Get
Code Engine Secret Service Access Serviceid> - (List) A reference to a Service ID. Nested schema for serviceid:
- resource
Keys GetCode Engine Secret Service Access Resource Key[] - (List) The service credential associated with the secret. Nested schema for resource_key:
- roles
Get
Code Engine Secret Service Access Role[] - (List) A reference to the Role and Role CRN for service binding. Nested schema for role:
- service
Instances GetCode Engine Secret Service Access Service Instance[] - (List) The IBM Cloud service instance associated with the secret. Nested schema for service_instance:
- serviceids
Get
Code Engine Secret Service Access Serviceid[] - (List) A reference to a Service ID. Nested schema for serviceid:
- resource_
keys Sequence[GetCode Engine Secret Service Access Resource Key] - (List) The service credential associated with the secret. Nested schema for resource_key:
- roles
Sequence[Get
Code Engine Secret Service Access Role] - (List) A reference to the Role and Role CRN for service binding. Nested schema for role:
- service_
instances Sequence[GetCode Engine Secret Service Access Service Instance] - (List) The IBM Cloud service instance associated with the secret. Nested schema for service_instance:
- serviceids
Sequence[Get
Code Engine Secret Service Access Serviceid] - (List) A reference to a Service ID. Nested schema for serviceid:
- resource
Keys List<Property Map> - (List) The service credential associated with the secret. Nested schema for resource_key:
- roles List<Property Map>
- (List) A reference to the Role and Role CRN for service binding. Nested schema for role:
- service
Instances List<Property Map> - (List) The IBM Cloud service instance associated with the secret. Nested schema for service_instance:
- serviceids List<Property Map>
- (List) A reference to a Service ID. Nested schema for serviceid:
GetCodeEngineSecretServiceAccessResourceKey
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name String
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- id str
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name str
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- name String
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
GetCodeEngineSecretServiceAccessRole
- Crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- Name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- Crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- Name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- crn String
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- name String
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- name string
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- crn str
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- name str
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
- crn String
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- name String
- The name of your secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^a-z0-9?(\\.a-z0-9?)*$/
.
- Constraints: The maximum length is
GetCodeEngineSecretServiceAccessServiceInstance
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of IBM Cloud service associated with the secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Type string
- (String) Type of IBM Cloud service associated with the secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- type String
- (String) Type of IBM Cloud service associated with the secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- type string
- (String) Type of IBM Cloud service associated with the secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- id str
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- type str
- (String) Type of IBM Cloud service associated with the secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- type String
- (String) Type of IBM Cloud service associated with the secret.
- Constraints: The maximum length is
253
characters. The minimum length is1
character. The value must match regular expression/^.*$/
.
- Constraints: The maximum length is
GetCodeEngineSecretServiceAccessServiceid
- Crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- crn String
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- crn str
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- id str
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- crn String
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
GetCodeEngineSecretServiceOperator
- Apikey
Id string - (String) The ID of the apikey associated with the operator secret.
- Constraints: The maximum length is
43
characters. The minimum length is43
characters. The value must match regular expression/^ApiKey-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Resource
Group List<string>Ids - (List) The list of resource groups (by ID) that the operator secret can bind services in.
- Constraints: The list items must match regular expression
/^[a-z0-9]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Serviceids
List<Get
Code Engine Secret Service Operator Serviceid> - (List) A reference to a Service ID. Nested schema for serviceid:
- User
Managed bool - (Boolean) Specifies whether the operator secret is user managed.
- Apikey
Id string - (String) The ID of the apikey associated with the operator secret.
- Constraints: The maximum length is
43
characters. The minimum length is43
characters. The value must match regular expression/^ApiKey-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Resource
Group []stringIds - (List) The list of resource groups (by ID) that the operator secret can bind services in.
- Constraints: The list items must match regular expression
/^[a-z0-9]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Serviceids
[]Get
Code Engine Secret Service Operator Serviceid - (List) A reference to a Service ID. Nested schema for serviceid:
- User
Managed bool - (Boolean) Specifies whether the operator secret is user managed.
- apikey
Id String - (String) The ID of the apikey associated with the operator secret.
- Constraints: The maximum length is
43
characters. The minimum length is43
characters. The value must match regular expression/^ApiKey-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- resource
Group List<String>Ids - (List) The list of resource groups (by ID) that the operator secret can bind services in.
- Constraints: The list items must match regular expression
/^[a-z0-9]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- serviceids
List<Get
Code Engine Secret Service Operator Serviceid> - (List) A reference to a Service ID. Nested schema for serviceid:
- user
Managed Boolean - (Boolean) Specifies whether the operator secret is user managed.
- apikey
Id string - (String) The ID of the apikey associated with the operator secret.
- Constraints: The maximum length is
43
characters. The minimum length is43
characters. The value must match regular expression/^ApiKey-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- resource
Group string[]Ids - (List) The list of resource groups (by ID) that the operator secret can bind services in.
- Constraints: The list items must match regular expression
/^[a-z0-9]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- serviceids
Get
Code Engine Secret Service Operator Serviceid[] - (List) A reference to a Service ID. Nested schema for serviceid:
- user
Managed boolean - (Boolean) Specifies whether the operator secret is user managed.
- apikey_
id str - (String) The ID of the apikey associated with the operator secret.
- Constraints: The maximum length is
43
characters. The minimum length is43
characters. The value must match regular expression/^ApiKey-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- resource_
group_ Sequence[str]ids - (List) The list of resource groups (by ID) that the operator secret can bind services in.
- Constraints: The list items must match regular expression
/^[a-z0-9]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- serviceids
Sequence[Get
Code Engine Secret Service Operator Serviceid] - (List) A reference to a Service ID. Nested schema for serviceid:
- user_
managed bool - (Boolean) Specifies whether the operator secret is user managed.
- apikey
Id String - (String) The ID of the apikey associated with the operator secret.
- Constraints: The maximum length is
43
characters. The minimum length is43
characters. The value must match regular expression/^ApiKey-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- resource
Group List<String>Ids - (List) The list of resource groups (by ID) that the operator secret can bind services in.
- Constraints: The list items must match regular expression
/^[a-z0-9]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- serviceids List<Property Map>
- (List) A reference to a Service ID. Nested schema for serviceid:
- user
Managed Boolean - (Boolean) Specifies whether the operator secret is user managed.
GetCodeEngineSecretServiceOperatorServiceid
- Crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- Crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- crn String
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- crn string
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- id string
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- crn str
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- id str
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
- crn String
- (String) CRN value of a Service ID.
- Constraints: The maximum length is
253
characters. The minimum length is0
characters. The value must match regular expression/^crn\\:v1\\:[a-zA-Z0-9]*\\:(public|dedicated|local)\\:[\\-a-z0-9]*\\:([a-z][\\-a-z0-9_]*[a-z0-9])?\\:((a|o|s)\/[\\-a-z0-9]+)?\\:[\\-a-z0-9\/]*\\:[\\-a-zA-Z0-9]*(\\:[\\-a-zA-Z0-9\/.]*)?$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the Service ID.
- Constraints: The maximum length is
46
characters. The minimum length is46
characters. The value must match regular expression/^ServiceId-[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}$/
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.