oci.CloudGuard.ManagedList
Explore with Pulumi AI
This resource provides the Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
Creates a new ManagedList resource.
Create ManagedList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagedList(name: string, args: ManagedListArgs, opts?: CustomResourceOptions);@overload
def ManagedList(resource_name: str,
                args: ManagedListArgs,
                opts: Optional[ResourceOptions] = None)
@overload
def ManagedList(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                compartment_id: Optional[str] = None,
                display_name: Optional[str] = None,
                defined_tags: Optional[Mapping[str, str]] = None,
                description: Optional[str] = None,
                freeform_tags: Optional[Mapping[str, str]] = None,
                list_items: Optional[Sequence[str]] = None,
                list_type: Optional[str] = None,
                source_managed_list_id: Optional[str] = None)func NewManagedList(ctx *Context, name string, args ManagedListArgs, opts ...ResourceOption) (*ManagedList, error)public ManagedList(string name, ManagedListArgs args, CustomResourceOptions? opts = null)
public ManagedList(String name, ManagedListArgs args)
public ManagedList(String name, ManagedListArgs args, CustomResourceOptions options)
type: oci:CloudGuard:ManagedList
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagedListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ManagedListArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ManagedListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagedListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managedListResource = new Oci.CloudGuard.ManagedList("managedListResource", new()
{
    CompartmentId = "string",
    DisplayName = "string",
    DefinedTags = 
    {
        { "string", "string" },
    },
    Description = "string",
    FreeformTags = 
    {
        { "string", "string" },
    },
    ListItems = new[]
    {
        "string",
    },
    ListType = "string",
    SourceManagedListId = "string",
});
example, err := cloudguard.NewManagedList(ctx, "managedListResource", &cloudguard.ManagedListArgs{
	CompartmentId: pulumi.String("string"),
	DisplayName:   pulumi.String("string"),
	DefinedTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	Description: pulumi.String("string"),
	FreeformTags: pulumi.StringMap{
		"string": pulumi.String("string"),
	},
	ListItems: pulumi.StringArray{
		pulumi.String("string"),
	},
	ListType:            pulumi.String("string"),
	SourceManagedListId: pulumi.String("string"),
})
var managedListResource = new ManagedList("managedListResource", ManagedListArgs.builder()
    .compartmentId("string")
    .displayName("string")
    .definedTags(Map.of("string", "string"))
    .description("string")
    .freeformTags(Map.of("string", "string"))
    .listItems("string")
    .listType("string")
    .sourceManagedListId("string")
    .build());
managed_list_resource = oci.cloud_guard.ManagedList("managedListResource",
    compartment_id="string",
    display_name="string",
    defined_tags={
        "string": "string",
    },
    description="string",
    freeform_tags={
        "string": "string",
    },
    list_items=["string"],
    list_type="string",
    source_managed_list_id="string")
const managedListResource = new oci.cloudguard.ManagedList("managedListResource", {
    compartmentId: "string",
    displayName: "string",
    definedTags: {
        string: "string",
    },
    description: "string",
    freeformTags: {
        string: "string",
    },
    listItems: ["string"],
    listType: "string",
    sourceManagedListId: "string",
});
type: oci:CloudGuard:ManagedList
properties:
    compartmentId: string
    definedTags:
        string: string
    description: string
    displayName: string
    freeformTags:
        string: string
    listItems:
        - string
    listType: string
    sourceManagedListId: string
ManagedList Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ManagedList resource accepts the following input properties:
- CompartmentId string
- (Updatable) Compartment OCID
- DisplayName string
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) Managed list description - Avoid entering confidential information. 
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- ListItems List<string>
- (Updatable) List of items in the managed list
- ListType string
- Type of information stored in the list
- SourceManaged stringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- CompartmentId string
- (Updatable) Compartment OCID
- DisplayName string
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) Managed list description - Avoid entering confidential information. 
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- ListItems []string
- (Updatable) List of items in the managed list
- ListType string
- Type of information stored in the list
- SourceManaged stringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- compartmentId String
- (Updatable) Compartment OCID
- displayName String
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- (Updatable) Managed list description - Avoid entering confidential information. 
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- listItems List<String>
- (Updatable) List of items in the managed list
- listType String
- Type of information stored in the list
- sourceManaged StringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- compartmentId string
- (Updatable) Compartment OCID
- displayName string
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- (Updatable) Managed list description - Avoid entering confidential information. 
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- listItems string[]
- (Updatable) List of items in the managed list
- listType string
- Type of information stored in the list
- sourceManaged stringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- compartment_id str
- (Updatable) Compartment OCID
- display_name str
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- (Updatable) Managed list description - Avoid entering confidential information. 
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- list_items Sequence[str]
- (Updatable) List of items in the managed list
- list_type str
- Type of information stored in the list
- source_managed_ strlist_ id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- compartmentId String
- (Updatable) Compartment OCID
- displayName String
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- (Updatable) Managed list description - Avoid entering confidential information. 
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- listItems List<String>
- (Updatable) List of items in the managed list
- listType String
- Type of information stored in the list
- sourceManaged StringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagedList resource produces the following output properties:
- FeedProvider string
- Provider of the managed list feed
- Id string
- The provider-assigned unique ID for this managed resource.
- IsEditable bool
- Is this list editable?
- LifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- State string
- The current lifecycle state of the resource
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the managed list was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the managed list was last updated. Format defined by RFC3339.
- FeedProvider string
- Provider of the managed list feed
- Id string
- The provider-assigned unique ID for this managed resource.
- IsEditable bool
- Is this list editable?
- LifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- State string
- The current lifecycle state of the resource
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the managed list was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the managed list was last updated. Format defined by RFC3339.
- feedProvider String
- Provider of the managed list feed
- id String
- The provider-assigned unique ID for this managed resource.
- isEditable Boolean
- Is this list editable?
- lifecyleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- state String
- The current lifecycle state of the resource
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the managed list was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the managed list was last updated. Format defined by RFC3339.
- feedProvider string
- Provider of the managed list feed
- id string
- The provider-assigned unique ID for this managed resource.
- isEditable boolean
- Is this list editable?
- lifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- state string
- The current lifecycle state of the resource
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The date and time the managed list was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the managed list was last updated. Format defined by RFC3339.
- feed_provider str
- Provider of the managed list feed
- id str
- The provider-assigned unique ID for this managed resource.
- is_editable bool
- Is this list editable?
- lifecyle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- state str
- The current lifecycle state of the resource
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The date and time the managed list was created. Format defined by RFC3339.
- time_updated str
- The date and time the managed list was last updated. Format defined by RFC3339.
- feedProvider String
- Provider of the managed list feed
- id String
- The provider-assigned unique ID for this managed resource.
- isEditable Boolean
- Is this list editable?
- lifecyleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- state String
- The current lifecycle state of the resource
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the managed list was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the managed list was last updated. Format defined by RFC3339.
Look up Existing ManagedList Resource
Get an existing ManagedList resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ManagedListState, opts?: CustomResourceOptions): ManagedList@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        compartment_id: Optional[str] = None,
        defined_tags: Optional[Mapping[str, str]] = None,
        description: Optional[str] = None,
        display_name: Optional[str] = None,
        feed_provider: Optional[str] = None,
        freeform_tags: Optional[Mapping[str, str]] = None,
        is_editable: Optional[bool] = None,
        lifecyle_details: Optional[str] = None,
        list_items: Optional[Sequence[str]] = None,
        list_type: Optional[str] = None,
        source_managed_list_id: Optional[str] = None,
        state: Optional[str] = None,
        system_tags: Optional[Mapping[str, str]] = None,
        time_created: Optional[str] = None,
        time_updated: Optional[str] = None) -> ManagedListfunc GetManagedList(ctx *Context, name string, id IDInput, state *ManagedListState, opts ...ResourceOption) (*ManagedList, error)public static ManagedList Get(string name, Input<string> id, ManagedListState? state, CustomResourceOptions? opts = null)public static ManagedList get(String name, Output<String> id, ManagedListState state, CustomResourceOptions options)resources:  _:    type: oci:CloudGuard:ManagedList    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- CompartmentId string
- (Updatable) Compartment OCID
- Dictionary<string, string>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) Managed list description - Avoid entering confidential information. 
- DisplayName string
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- FeedProvider string
- Provider of the managed list feed
- Dictionary<string, string>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- IsEditable bool
- Is this list editable?
- LifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- ListItems List<string>
- (Updatable) List of items in the managed list
- ListType string
- Type of information stored in the list
- SourceManaged stringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- State string
- The current lifecycle state of the resource
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the managed list was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the managed list was last updated. Format defined by RFC3339.
- CompartmentId string
- (Updatable) Compartment OCID
- map[string]string
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- (Updatable) Managed list description - Avoid entering confidential information. 
- DisplayName string
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- FeedProvider string
- Provider of the managed list feed
- map[string]string
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- IsEditable bool
- Is this list editable?
- LifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- ListItems []string
- (Updatable) List of items in the managed list
- ListType string
- Type of information stored in the list
- SourceManaged stringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- State string
- The current lifecycle state of the resource
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the managed list was created. Format defined by RFC3339.
- TimeUpdated string
- The date and time the managed list was last updated. Format defined by RFC3339.
- compartmentId String
- (Updatable) Compartment OCID
- Map<String,String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- (Updatable) Managed list description - Avoid entering confidential information. 
- displayName String
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- feedProvider String
- Provider of the managed list feed
- Map<String,String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- isEditable Boolean
- Is this list editable?
- lifecyleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- listItems List<String>
- (Updatable) List of items in the managed list
- listType String
- Type of information stored in the list
- sourceManaged StringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- state String
- The current lifecycle state of the resource
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the managed list was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the managed list was last updated. Format defined by RFC3339.
- compartmentId string
- (Updatable) Compartment OCID
- {[key: string]: string}
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- (Updatable) Managed list description - Avoid entering confidential information. 
- displayName string
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- feedProvider string
- Provider of the managed list feed
- {[key: string]: string}
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- isEditable boolean
- Is this list editable?
- lifecyleDetails string
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- listItems string[]
- (Updatable) List of items in the managed list
- listType string
- Type of information stored in the list
- sourceManaged stringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- state string
- The current lifecycle state of the resource
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The date and time the managed list was created. Format defined by RFC3339.
- timeUpdated string
- The date and time the managed list was last updated. Format defined by RFC3339.
- compartment_id str
- (Updatable) Compartment OCID
- Mapping[str, str]
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- (Updatable) Managed list description - Avoid entering confidential information. 
- display_name str
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- feed_provider str
- Provider of the managed list feed
- Mapping[str, str]
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- is_editable bool
- Is this list editable?
- lifecyle_details str
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- list_items Sequence[str]
- (Updatable) List of items in the managed list
- list_type str
- Type of information stored in the list
- source_managed_ strlist_ id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- state str
- The current lifecycle state of the resource
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The date and time the managed list was created. Format defined by RFC3339.
- time_updated str
- The date and time the managed list was last updated. Format defined by RFC3339.
- compartmentId String
- (Updatable) Compartment OCID
- Map<String>
- (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- (Updatable) Managed list description - Avoid entering confidential information. 
- displayName String
- (Updatable) Managed list display name. - Avoid entering confidential information. 
- feedProvider String
- Provider of the managed list feed
- Map<String>
- (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: - {"bar-key": "value"}- Avoid entering confidential information. 
- isEditable Boolean
- Is this list editable?
- lifecyleDetails String
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. [DEPRECATE]
- listItems List<String>
- (Updatable) List of items in the managed list
- listType String
- Type of information stored in the list
- sourceManaged StringList Id 
- OCID of the source managed list - ** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values 
- state String
- The current lifecycle state of the resource
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the managed list was created. Format defined by RFC3339.
- timeUpdated String
- The date and time the managed list was last updated. Format defined by RFC3339.
Import
ManagedLists can be imported using the id, e.g.
$ pulumi import oci:CloudGuard/managedList:ManagedList test_managed_list "id"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.