ManagedListSummary

class oci.cloud_guard.models.ManagedListSummary(**kwargs)

Bases: object

Summary of ManagedList

Attributes

FEED_PROVIDER_CUSTOMER A constant which can be used with the feed_provider property of a ManagedListSummary.
FEED_PROVIDER_ORACLE A constant which can be used with the feed_provider property of a ManagedListSummary.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a ManagedListSummary.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a ManagedListSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a ManagedListSummary.
LIFECYCLE_STATE_DELETING A constant which can be used with the lifecycle_state property of a ManagedListSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a ManagedListSummary.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a ManagedListSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a ManagedListSummary.
LIST_TYPE_CIDR_BLOCK A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_CITY A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_COUNTRY A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_FUSION_APPS_PERMISSION A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_FUSION_APPS_ROLE A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_GENERIC A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_GROUPS A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_IPV4_ADDRESS A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_IPV6_ADDRESS A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_REGION A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_RESOURCE_OCID A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_STATE A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_TAGS A constant which can be used with the list_type property of a ManagedListSummary.
LIST_TYPE_USERS A constant which can be used with the list_type property of a ManagedListSummary.
compartment_id [Required] Gets the compartment_id of this ManagedListSummary.
defined_tags Gets the defined_tags of this ManagedListSummary.
description Gets the description of this ManagedListSummary.
display_name [Required] Gets the display_name of this ManagedListSummary.
feed_provider [Required] Gets the feed_provider of this ManagedListSummary.
freeform_tags Gets the freeform_tags of this ManagedListSummary.
id [Required] Gets the id of this ManagedListSummary.
is_editable Gets the is_editable of this ManagedListSummary.
lifecycle_state Gets the lifecycle_state of this ManagedListSummary.
lifecyle_details Gets the lifecyle_details of this ManagedListSummary.
list_items [Required] Gets the list_items of this ManagedListSummary.
list_type [Required] Gets the list_type of this ManagedListSummary.
source_managed_list_id Gets the source_managed_list_id of this ManagedListSummary.
system_tags Gets the system_tags of this ManagedListSummary.
time_created Gets the time_created of this ManagedListSummary.
time_updated Gets the time_updated of this ManagedListSummary.

Methods

__init__(**kwargs) Initializes a new ManagedListSummary object with values from keyword arguments.
FEED_PROVIDER_CUSTOMER = 'CUSTOMER'

A constant which can be used with the feed_provider property of a ManagedListSummary. This constant has a value of “CUSTOMER”

FEED_PROVIDER_ORACLE = 'ORACLE'

A constant which can be used with the feed_provider property of a ManagedListSummary. This constant has a value of “ORACLE”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a ManagedListSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a ManagedListSummary. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a ManagedListSummary. This constant has a value of “DELETED”

LIFECYCLE_STATE_DELETING = 'DELETING'

A constant which can be used with the lifecycle_state property of a ManagedListSummary. This constant has a value of “DELETING”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a ManagedListSummary. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a ManagedListSummary. This constant has a value of “INACTIVE”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a ManagedListSummary. This constant has a value of “UPDATING”

LIST_TYPE_CIDR_BLOCK = 'CIDR_BLOCK'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “CIDR_BLOCK”

LIST_TYPE_CITY = 'CITY'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “CITY”

LIST_TYPE_COUNTRY = 'COUNTRY'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “COUNTRY”

LIST_TYPE_FUSION_APPS_PERMISSION = 'FUSION_APPS_PERMISSION'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “FUSION_APPS_PERMISSION”

LIST_TYPE_FUSION_APPS_ROLE = 'FUSION_APPS_ROLE'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “FUSION_APPS_ROLE”

LIST_TYPE_GENERIC = 'GENERIC'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “GENERIC”

LIST_TYPE_GROUPS = 'GROUPS'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “GROUPS”

LIST_TYPE_IPV4_ADDRESS = 'IPV4ADDRESS'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “IPV4ADDRESS”

LIST_TYPE_IPV6_ADDRESS = 'IPV6ADDRESS'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “IPV6ADDRESS”

LIST_TYPE_REGION = 'REGION'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “REGION”

LIST_TYPE_RESOURCE_OCID = 'RESOURCE_OCID'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “RESOURCE_OCID”

LIST_TYPE_STATE = 'STATE'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “STATE”

LIST_TYPE_TAGS = 'TAGS'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “TAGS”

LIST_TYPE_USERS = 'USERS'

A constant which can be used with the list_type property of a ManagedListSummary. This constant has a value of “USERS”

__init__(**kwargs)

Initializes a new ManagedListSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this ManagedListSummary.
  • display_name (str) – The value to assign to the display_name property of this ManagedListSummary.
  • description (str) – The value to assign to the description property of this ManagedListSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this ManagedListSummary.
  • source_managed_list_id (str) – The value to assign to the source_managed_list_id property of this ManagedListSummary.
  • list_type (str) – The value to assign to the list_type property of this ManagedListSummary. Allowed values for this property are: “CIDR_BLOCK”, “USERS”, “GROUPS”, “IPV4ADDRESS”, “IPV6ADDRESS”, “RESOURCE_OCID”, “REGION”, “COUNTRY”, “STATE”, “CITY”, “TAGS”, “GENERIC”, “FUSION_APPS_ROLE”, “FUSION_APPS_PERMISSION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • feed_provider (str) – The value to assign to the feed_provider property of this ManagedListSummary. Allowed values for this property are: “CUSTOMER”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • is_editable (bool) – The value to assign to the is_editable property of this ManagedListSummary.
  • list_items (list[str]) – The value to assign to the list_items property of this ManagedListSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ManagedListSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this ManagedListSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this ManagedListSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecyle_details (str) – The value to assign to the lifecyle_details property of this ManagedListSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ManagedListSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ManagedListSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ManagedListSummary.
compartment_id

[Required] Gets the compartment_id of this ManagedListSummary. Compartment Identifier where the resource is created

Returns:The compartment_id of this ManagedListSummary.
Return type:str
defined_tags

Gets the defined_tags of this ManagedListSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this ManagedListSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this ManagedListSummary. ManagedList description

Returns:The description of this ManagedListSummary.
Return type:str
display_name

[Required] Gets the display_name of this ManagedListSummary. ManagedList display name

Returns:The display_name of this ManagedListSummary.
Return type:str
feed_provider

[Required] Gets the feed_provider of this ManagedListSummary. provider of the feed

Allowed values for this property are: “CUSTOMER”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The feed_provider of this ManagedListSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this ManagedListSummary. 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.

Returns:The freeform_tags of this ManagedListSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this ManagedListSummary. Unique identifier that is immutable on creation

Returns:The id of this ManagedListSummary.
Return type:str
is_editable

Gets the is_editable of this ManagedListSummary. If this list is editable or not

Returns:The is_editable of this ManagedListSummary.
Return type:bool
lifecycle_state

Gets the lifecycle_state of this ManagedListSummary. The current state of the resource.

Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this ManagedListSummary.
Return type:str
lifecyle_details

Gets the lifecyle_details of this ManagedListSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Returns:The lifecyle_details of this ManagedListSummary.
Return type:str
list_items

[Required] Gets the list_items of this ManagedListSummary. List of ManagedListItem

Returns:The list_items of this ManagedListSummary.
Return type:list[str]
list_type

[Required] Gets the list_type of this ManagedListSummary. type of the list

Allowed values for this property are: “CIDR_BLOCK”, “USERS”, “GROUPS”, “IPV4ADDRESS”, “IPV6ADDRESS”, “RESOURCE_OCID”, “REGION”, “COUNTRY”, “STATE”, “CITY”, “TAGS”, “GENERIC”, “FUSION_APPS_ROLE”, “FUSION_APPS_PERMISSION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The list_type of this ManagedListSummary.
Return type:str
source_managed_list_id

Gets the source_managed_list_id of this ManagedListSummary. OCID of the Source ManagedList

Returns:The source_managed_list_id of this ManagedListSummary.
Return type:str
system_tags

Gets the system_tags of this ManagedListSummary. 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”}}

Returns:The system_tags of this ManagedListSummary.
Return type:dict(str, dict(str, object))
time_created

Gets the time_created of this ManagedListSummary. The date and time the managed list was created. Format defined by RFC3339.

Returns:The time_created of this ManagedListSummary.
Return type:datetime
time_updated

Gets the time_updated of this ManagedListSummary. The date and time the managed list was updated. Format defined by RFC3339.

Returns:The time_updated of this ManagedListSummary.
Return type:datetime