ibm.getSccProfileAttachment
Explore with Pulumi AI
Retrieve information about a profile attachment from a read-only data source. Then, you can reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
NOTE: Security Compliance Center is a regional service. Please specify the IBM Cloud Provider attribute
region
to target another region. Else, exporting the environmental variable IBMCLOUD_SCC_API_ENDPOINT will also override which region is being targeted for all ibm providers(ex.export IBMCLOUD_SCC_API_ENDPOINT=https://eu-es.compliance.cloud.ibm.com
).
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const sccProfileAttachment = ibm.getSccProfileAttachment({
instanceId: "00000000-1111-2222-3333-444444444444",
attachmentId: "attachment_id",
profileId: ibm_scc_profile_attachment.scc_profile_attachment.profiles_id,
});
import pulumi
import pulumi_ibm as ibm
scc_profile_attachment = ibm.get_scc_profile_attachment(instance_id="00000000-1111-2222-3333-444444444444",
attachment_id="attachment_id",
profile_id=ibm_scc_profile_attachment["scc_profile_attachment"]["profiles_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupSccProfileAttachment(ctx, &ibm.LookupSccProfileAttachmentArgs{
InstanceId: "00000000-1111-2222-3333-444444444444",
AttachmentId: "attachment_id",
ProfileId: ibm_scc_profile_attachment.Scc_profile_attachment.Profiles_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var sccProfileAttachment = Ibm.GetSccProfileAttachment.Invoke(new()
{
InstanceId = "00000000-1111-2222-3333-444444444444",
AttachmentId = "attachment_id",
ProfileId = ibm_scc_profile_attachment.Scc_profile_attachment.Profiles_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetSccProfileAttachmentArgs;
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 sccProfileAttachment = IbmFunctions.getSccProfileAttachment(GetSccProfileAttachmentArgs.builder()
.instanceId("00000000-1111-2222-3333-444444444444")
.attachmentId("attachment_id")
.profileId(ibm_scc_profile_attachment.scc_profile_attachment().profiles_id())
.build());
}
}
variables:
sccProfileAttachment:
fn::invoke:
function: ibm:getSccProfileAttachment
arguments:
instanceId: 00000000-1111-2222-3333-444444444444
attachmentId: attachment_id
profileId: ${ibm_scc_profile_attachment.scc_profile_attachment.profiles_id}
Using getSccProfileAttachment
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 getSccProfileAttachment(args: GetSccProfileAttachmentArgs, opts?: InvokeOptions): Promise<GetSccProfileAttachmentResult>
function getSccProfileAttachmentOutput(args: GetSccProfileAttachmentOutputArgs, opts?: InvokeOptions): Output<GetSccProfileAttachmentResult>
def get_scc_profile_attachment(attachment_id: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
profile_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccProfileAttachmentResult
def get_scc_profile_attachment_output(attachment_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
profile_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccProfileAttachmentResult]
func LookupSccProfileAttachment(ctx *Context, args *LookupSccProfileAttachmentArgs, opts ...InvokeOption) (*LookupSccProfileAttachmentResult, error)
func LookupSccProfileAttachmentOutput(ctx *Context, args *LookupSccProfileAttachmentOutputArgs, opts ...InvokeOption) LookupSccProfileAttachmentResultOutput
> Note: This function is named LookupSccProfileAttachment
in the Go SDK.
public static class GetSccProfileAttachment
{
public static Task<GetSccProfileAttachmentResult> InvokeAsync(GetSccProfileAttachmentArgs args, InvokeOptions? opts = null)
public static Output<GetSccProfileAttachmentResult> Invoke(GetSccProfileAttachmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSccProfileAttachmentResult> getSccProfileAttachment(GetSccProfileAttachmentArgs args, InvokeOptions options)
public static Output<GetSccProfileAttachmentResult> getSccProfileAttachment(GetSccProfileAttachmentArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccProfileAttachment:getSccProfileAttachment
arguments:
# arguments dictionary
The following arguments are supported:
- Attachment
Id string - The attachment ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- Instance
Id string - The ID of the SCC instance in a particular region.
- Profile
Id string - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Attachment
Id string - The attachment ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- Instance
Id string - The ID of the SCC instance in a particular region.
- Profile
Id string - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Id String - The attachment ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- instance
Id String - The ID of the SCC instance in a particular region.
- profile
Id String - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Id string - The attachment ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- instance
Id string - The ID of the SCC instance in a particular region.
- profile
Id string - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment_
id str - The attachment ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- instance_
id str - The ID of the SCC instance in a particular region.
- profile_
id str - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- id str
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Id String - The attachment ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- instance
Id String - The ID of the SCC instance in a particular region.
- profile
Id String - The profile ID.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
getSccProfileAttachment Result
The following output properties are available:
- Account
Id string - (String) The account ID that is associated to the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Attachment
Id string - Attachment
Item stringId - (String) The ID of the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Attachment
Parameters List<GetScc Profile Attachment Attachment Parameter> - (List) The profile parameters for the attachment.
- Constraints: The maximum length is
512
items. The minimum length is0
items. Nested schema for attachment_parameters:
- Constraints: The maximum length is
- Created
By string - (String) The user who created the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- Created
On string - (String) The date when the attachment was created.
- Description string
- (String) The description for the attachment.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Instance
Id string - (String) The instance ID of the account that is associated to the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- Last
Scans List<GetScc Profile Attachment Last Scan> - (List) The details of the last scan of an attachment. Nested schema for last_scan:
- Name string
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Next
Scan stringTime - (String) The start time of the next scan.
- Notifications
List<Get
Scc Profile Attachment Notification> - (List) The request payload of the attachment notifications. Nested schema for notifications:
- Profile
Id string - (String) The ID of the profile that is specified in the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Schedule string
- (String) The schedule of an attachment evaluation.
- Constraints: Allowable values are:
daily
,every_7_days
,every_30_days
.
- Constraints: Allowable values are:
- Scopes
List<Get
Scc Profile Attachment Scope> - (List) The scope payload for the multi cloud feature.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for scope:
- Constraints: The maximum length is
- Status string
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- Updated
By string - (String) The user who updated the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- Updated
On string - (String) The date when the attachment was updated.
- Account
Id string - (String) The account ID that is associated to the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Attachment
Id string - Attachment
Item stringId - (String) The ID of the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Attachment
Parameters []GetScc Profile Attachment Attachment Parameter - (List) The profile parameters for the attachment.
- Constraints: The maximum length is
512
items. The minimum length is0
items. Nested schema for attachment_parameters:
- Constraints: The maximum length is
- Created
By string - (String) The user who created the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- Created
On string - (String) The date when the attachment was created.
- Description string
- (String) The description for the attachment.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- Id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Instance
Id string - (String) The instance ID of the account that is associated to the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- Last
Scans []GetScc Profile Attachment Last Scan - (List) The details of the last scan of an attachment. Nested schema for last_scan:
- Name string
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Next
Scan stringTime - (String) The start time of the next scan.
- Notifications
[]Get
Scc Profile Attachment Notification - (List) The request payload of the attachment notifications. Nested schema for notifications:
- Profile
Id string - (String) The ID of the profile that is specified in the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Schedule string
- (String) The schedule of an attachment evaluation.
- Constraints: Allowable values are:
daily
,every_7_days
,every_30_days
.
- Constraints: Allowable values are:
- Scopes
[]Get
Scc Profile Attachment Scope - (List) The scope payload for the multi cloud feature.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for scope:
- Constraints: The maximum length is
- Status string
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- Updated
By string - (String) The user who updated the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- Updated
On string - (String) The date when the attachment was updated.
- account
Id String - (String) The account ID that is associated to the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Id String - attachment
Item StringId - (String) The ID of the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Parameters List<GetScc Profile Attachment Attachment Parameter> - (List) The profile parameters for the attachment.
- Constraints: The maximum length is
512
items. The minimum length is0
items. Nested schema for attachment_parameters:
- Constraints: The maximum length is
- created
By String - (String) The user who created the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- created
On String - (String) The date when the attachment was created.
- description String
- (String) The description for the attachment.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- instance
Id String - (String) The instance ID of the account that is associated to the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- last
Scans List<GetScc Profile Attachment Last Scan> - (List) The details of the last scan of an attachment. Nested schema for last_scan:
- name String
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- next
Scan StringTime - (String) The start time of the next scan.
- notifications
List<Get
Scc Profile Attachment Notification> - (List) The request payload of the attachment notifications. Nested schema for notifications:
- profile
Id String - (String) The ID of the profile that is specified in the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- schedule String
- (String) The schedule of an attachment evaluation.
- Constraints: Allowable values are:
daily
,every_7_days
,every_30_days
.
- Constraints: Allowable values are:
- scopes
List<Get
Scc Profile Attachment Scope> - (List) The scope payload for the multi cloud feature.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for scope:
- Constraints: The maximum length is
- status String
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- updated
By String - (String) The user who updated the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- updated
On String - (String) The date when the attachment was updated.
- account
Id string - (String) The account ID that is associated to the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Id string - attachment
Item stringId - (String) The ID of the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Parameters GetScc Profile Attachment Attachment Parameter[] - (List) The profile parameters for the attachment.
- Constraints: The maximum length is
512
items. The minimum length is0
items. Nested schema for attachment_parameters:
- Constraints: The maximum length is
- created
By string - (String) The user who created the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- created
On string - (String) The date when the attachment was created.
- description string
- (String) The description for the attachment.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- instance
Id string - (String) The instance ID of the account that is associated to the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- last
Scans GetScc Profile Attachment Last Scan[] - (List) The details of the last scan of an attachment. Nested schema for last_scan:
- name string
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- next
Scan stringTime - (String) The start time of the next scan.
- notifications
Get
Scc Profile Attachment Notification[] - (List) The request payload of the attachment notifications. Nested schema for notifications:
- profile
Id string - (String) The ID of the profile that is specified in the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- schedule string
- (String) The schedule of an attachment evaluation.
- Constraints: Allowable values are:
daily
,every_7_days
,every_30_days
.
- Constraints: Allowable values are:
- scopes
Get
Scc Profile Attachment Scope[] - (List) The scope payload for the multi cloud feature.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for scope:
- Constraints: The maximum length is
- status string
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- updated
By string - (String) The user who updated the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- updated
On string - (String) The date when the attachment was updated.
- account_
id str - (String) The account ID that is associated to the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment_
id str - attachment_
item_ strid - (String) The ID of the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment_
parameters Sequence[GetScc Profile Attachment Attachment Parameter] - (List) The profile parameters for the attachment.
- Constraints: The maximum length is
512
items. The minimum length is0
items. Nested schema for attachment_parameters:
- Constraints: The maximum length is
- created_
by str - (String) The user who created the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- created_
on str - (String) The date when the attachment was created.
- description str
- (String) The description for the attachment.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- id str
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- instance_
id str - (String) The instance ID of the account that is associated to the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- last_
scans Sequence[GetScc Profile Attachment Last Scan] - (List) The details of the last scan of an attachment. Nested schema for last_scan:
- name str
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- next_
scan_ strtime - (String) The start time of the next scan.
- notifications
Sequence[Get
Scc Profile Attachment Notification] - (List) The request payload of the attachment notifications. Nested schema for notifications:
- profile_
id str - (String) The ID of the profile that is specified in the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- schedule str
- (String) The schedule of an attachment evaluation.
- Constraints: Allowable values are:
daily
,every_7_days
,every_30_days
.
- Constraints: Allowable values are:
- scopes
Sequence[Get
Scc Profile Attachment Scope] - (List) The scope payload for the multi cloud feature.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for scope:
- Constraints: The maximum length is
- status str
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- updated_
by str - (String) The user who updated the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- updated_
on str - (String) The date when the attachment was updated.
- account
Id String - (String) The account ID that is associated to the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Id String - attachment
Item StringId - (String) The ID of the attachment.
- Constraints: The maximum length is
32
characters. The minimum length is32
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- attachment
Parameters List<Property Map> - (List) The profile parameters for the attachment.
- Constraints: The maximum length is
512
items. The minimum length is0
items. Nested schema for attachment_parameters:
- Constraints: The maximum length is
- created
By String - (String) The user who created the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- created
On String - (String) The date when the attachment was created.
- description String
- (String) The description for the attachment.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- id String
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- instance
Id String - (String) The instance ID of the account that is associated to the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
.
- Constraints: The maximum length is
- last
Scans List<Property Map> - (List) The details of the last scan of an attachment. Nested schema for last_scan:
- name String
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- next
Scan StringTime - (String) The start time of the next scan.
- notifications List<Property Map>
- (List) The request payload of the attachment notifications. Nested schema for notifications:
- profile
Id String - (String) The ID of the profile that is specified in the attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- schedule String
- (String) The schedule of an attachment evaluation.
- Constraints: Allowable values are:
daily
,every_7_days
,every_30_days
.
- Constraints: Allowable values are:
- scopes List<Property Map>
- (List) The scope payload for the multi cloud feature.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for scope:
- Constraints: The maximum length is
- status String
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- updated
By String - (String) The user who updated the attachment.
- Constraints: The maximum length is
255
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9-\\.:,_\\s]*$/
.
- Constraints: The maximum length is
- updated
On String - (String) The date when the attachment was updated.
Supporting Types
GetSccProfileAttachmentAttachmentParameter
- Assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Parameter
Display stringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- Parameter
Name string - (String) The parameter name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- Parameter
Type string - (String) The parameter type.
- Constraints: Allowable values are:
string
,numeric
,general
,boolean
,string_list
,ip_list
,timestamp
.
- Constraints: Allowable values are:
- Parameter
Value string - (String) The value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- Assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Parameter
Display stringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- Parameter
Name string - (String) The parameter name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- Parameter
Type string - (String) The parameter type.
- Constraints: Allowable values are:
string
,numeric
,general
,boolean
,string_list
,ip_list
,timestamp
.
- Constraints: Allowable values are:
- Parameter
Value string - (String) The value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- assessment
Id String - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type String - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- parameter
Display StringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- parameter
Name String - (String) The parameter name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- parameter
Type String - (String) The parameter type.
- Constraints: Allowable values are:
string
,numeric
,general
,boolean
,string_list
,ip_list
,timestamp
.
- Constraints: Allowable values are:
- parameter
Value String - (String) The value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- assessment
Id string - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type string - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- parameter
Display stringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- parameter
Name string - (String) The parameter name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- parameter
Type string - (String) The parameter type.
- Constraints: Allowable values are:
string
,numeric
,general
,boolean
,string_list
,ip_list
,timestamp
.
- Constraints: Allowable values are:
- parameter
Value string - (String) The value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- assessment_
id str - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment_
type str - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- parameter_
display_ strname - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- parameter_
name str - (String) The parameter name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- parameter_
type str - (String) The parameter type.
- Constraints: Allowable values are:
string
,numeric
,general
,boolean
,string_list
,ip_list
,timestamp
.
- Constraints: Allowable values are:
- parameter_
value str - (String) The value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
- assessment
Id String - (String) The implementation ID of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- assessment
Type String - (String) The type of the implementation.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- parameter
Display StringName - (String) The parameter display name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'\\s\\-]*$/
.
- Constraints: The maximum length is
- parameter
Name String - (String) The parameter name.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_]*$/
.
- Constraints: The maximum length is
- parameter
Type String - (String) The parameter type.
- Constraints: Allowable values are:
string
,numeric
,general
,boolean
,string_list
,ip_list
,timestamp
.
- Constraints: Allowable values are:
- parameter
Value String - (String) The value of the parameter.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/^[a-zA-Z0-9_,'"\\s\\-\\[\\]]+$/
.
- Constraints: The maximum length is
GetSccProfileAttachmentLastScan
- Id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Status string
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- Time string
- (String) The time when the last scan started.
- Id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Status string
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- Time string
- (String) The time when the last scan started.
- id String
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- status String
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- time String
- (String) The time when the last scan started.
- id string
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- status string
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- time string
- (String) The time when the last scan started.
- id str
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- status str
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- time str
- (String) The time when the last scan started.
- id String
- (String) The ID of the last scan of an attachment.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- status String
- (String) The status of an attachment evaluation.
- Constraints: Allowable values are:
enabled
,disabled
.
- Constraints: Allowable values are:
- time String
- (String) The time when the last scan started.
GetSccProfileAttachmentNotification
- Controls
List<Get
Scc Profile Attachment Notification Control> - (List) The failed controls. Nested schema for controls:
- Enabled bool
- (Boolean) enabled notifications.
- Controls
[]Get
Scc Profile Attachment Notification Control - (List) The failed controls. Nested schema for controls:
- Enabled bool
- (Boolean) enabled notifications.
- controls
List<Get
Scc Profile Attachment Notification Control> - (List) The failed controls. Nested schema for controls:
- enabled Boolean
- (Boolean) enabled notifications.
- controls
Get
Scc Profile Attachment Notification Control[] - (List) The failed controls. Nested schema for controls:
- enabled boolean
- (Boolean) enabled notifications.
- controls
Sequence[Get
Scc Profile Attachment Notification Control] - (List) The failed controls. Nested schema for controls:
- enabled bool
- (Boolean) enabled notifications.
- controls List<Property Map>
- (List) The failed controls. Nested schema for controls:
- enabled Boolean
- (Boolean) enabled notifications.
GetSccProfileAttachmentNotificationControl
- Failed
Control List<string>Ids - (List) The failed control IDs.
- Constraints: The list items must match regular expression
/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
. The maximum length is512
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Threshold
Limit double - (Integer) The threshold limit.
- Failed
Control []stringIds - (List) The failed control IDs.
- Constraints: The list items must match regular expression
/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
. The maximum length is512
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Threshold
Limit float64 - (Integer) The threshold limit.
- failed
Control List<String>Ids - (List) The failed control IDs.
- Constraints: The list items must match regular expression
/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
. The maximum length is512
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- threshold
Limit Double - (Integer) The threshold limit.
- failed
Control string[]Ids - (List) The failed control IDs.
- Constraints: The list items must match regular expression
/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
. The maximum length is512
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- threshold
Limit number - (Integer) The threshold limit.
- failed_
control_ Sequence[str]ids - (List) The failed control IDs.
- Constraints: The list items must match regular expression
/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
. The maximum length is512
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- threshold_
limit float - (Integer) The threshold limit.
- failed
Control List<String>Ids - (List) The failed control IDs.
- Constraints: The list items must match regular expression
/^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}$|^$/
. The maximum length is512
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- threshold
Limit Number - (Integer) The threshold limit.
GetSccProfileAttachmentScope
- Environment string
- (String) The environment that relates to this scope.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Properties
List<Get
Scc Profile Attachment Scope Property> - (List) The properties supported for scoping by this environment.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for properties:
- Constraints: The maximum length is
- Environment string
- (String) The environment that relates to this scope.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Properties
[]Get
Scc Profile Attachment Scope Property - (List) The properties supported for scoping by this environment.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for properties:
- Constraints: The maximum length is
- environment String
- (String) The environment that relates to this scope.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- properties
List<Get
Scc Profile Attachment Scope Property> - (List) The properties supported for scoping by this environment.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for properties:
- Constraints: The maximum length is
- environment string
- (String) The environment that relates to this scope.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- properties
Get
Scc Profile Attachment Scope Property[] - (List) The properties supported for scoping by this environment.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for properties:
- Constraints: The maximum length is
- environment str
- (String) The environment that relates to this scope.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- properties
Sequence[Get
Scc Profile Attachment Scope Property] - (List) The properties supported for scoping by this environment.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for properties:
- Constraints: The maximum length is
- environment String
- (String) The environment that relates to this scope.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- properties List<Property Map>
- (List) The properties supported for scoping by this environment.
- Constraints: The maximum length is
8
items. The minimum length is0
items. Nested schema for properties:
- Constraints: The maximum length is
GetSccProfileAttachmentScopeProperty
- Name string
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Name string
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- Value string
- (String) The value of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name string
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value string
- (String) The value of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name str
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value str
- (String) The value of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- name String
- (String) The name of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- Constraints: The maximum length is
- value String
- (String) The value of the property.
- Constraints: The maximum length is
64
characters. The minimum length is2
characters. The value must match regular expression/[A-Za-z0-9]+/
.
- 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.