SecurityAttributeNamespaceSummary¶
- 
class oci.security_attribute.models.SecurityAttributeNamespaceSummary(**kwargs)¶
- Bases: - object- A container for security attributes. - Methods - __init__(**kwargs)- Initializes a new SecurityAttributeNamespaceSummary object with values from keyword arguments. - Attributes - compartment_id- Gets the compartment_id of this SecurityAttributeNamespaceSummary. - defined_tags- Gets the defined_tags of this SecurityAttributeNamespaceSummary. - description- Gets the description of this SecurityAttributeNamespaceSummary. - freeform_tags- Gets the freeform_tags of this SecurityAttributeNamespaceSummary. - id- Gets the id of this SecurityAttributeNamespaceSummary. - is_retired- Gets the is_retired of this SecurityAttributeNamespaceSummary. - lifecycle_state- Gets the lifecycle_state of this SecurityAttributeNamespaceSummary. - mode- Gets the mode of this SecurityAttributeNamespaceSummary. - name- Gets the name of this SecurityAttributeNamespaceSummary. - system_tags- Gets the system_tags of this SecurityAttributeNamespaceSummary. - time_created- Gets the time_created of this SecurityAttributeNamespaceSummary. - 
__init__(**kwargs)¶
- Initializes a new SecurityAttributeNamespaceSummary 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 SecurityAttributeNamespaceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this SecurityAttributeNamespaceSummary.
- name (str) – The value to assign to the name property of this SecurityAttributeNamespaceSummary.
- description (str) – The value to assign to the description property of this SecurityAttributeNamespaceSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SecurityAttributeNamespaceSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SecurityAttributeNamespaceSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SecurityAttributeNamespaceSummary.
- is_retired (bool) – The value to assign to the is_retired property of this SecurityAttributeNamespaceSummary.
- mode (list[str]) – The value to assign to the mode property of this SecurityAttributeNamespaceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this SecurityAttributeNamespaceSummary.
- time_created (datetime) – The value to assign to the time_created property of this SecurityAttributeNamespaceSummary.
 
 - 
compartment_id¶
- Gets the compartment_id of this SecurityAttributeNamespaceSummary. The OCID of the compartment that contains the security attribute namespace. - Returns: - The compartment_id of this SecurityAttributeNamespaceSummary. - Return type: - str 
 - Gets the defined_tags of this SecurityAttributeNamespaceSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. - Example: {“Operations”: {“CostCenter”: “42”}} - Returns: - The defined_tags of this SecurityAttributeNamespaceSummary. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- Gets the description of this SecurityAttributeNamespaceSummary. A description you create for the security attribute namespace to help you identify it. - Returns: - The description of this SecurityAttributeNamespaceSummary. - Return type: - str 
 - Gets the freeform_tags of this SecurityAttributeNamespaceSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. - Example: {“Department”: “Finance”} - Returns: - The freeform_tags of this SecurityAttributeNamespaceSummary. - Return type: - dict(str, str) 
 - 
id¶
- Gets the id of this SecurityAttributeNamespaceSummary. The OCID of the security attribute namespace. - Returns: - The id of this SecurityAttributeNamespaceSummary. - Return type: - str 
 - 
is_retired¶
- Gets the is_retired of this SecurityAttributeNamespaceSummary. Indicates whether the security attribute namespace is retired. - Returns: - The is_retired of this SecurityAttributeNamespaceSummary. - Return type: - bool 
 - 
lifecycle_state¶
- Gets the lifecycle_state of this SecurityAttributeNamespaceSummary. The security attribute namespace’s current state. After creating a security attribute namespace, make sure its lifecycleState is ACTIVE before using it. After retiring a security attribute namespace, make sure its lifecycleState is INACTIVE. - Returns: - The lifecycle_state of this SecurityAttributeNamespaceSummary. - Return type: - str 
 - 
mode¶
- Gets the mode of this SecurityAttributeNamespaceSummary. Indicates possible modes the security attributes in the namespace can be set to. This is not accepted from the user. Currently the supported values are enforce and audit. - Returns: - The mode of this SecurityAttributeNamespaceSummary. - Return type: - list[str] 
 - 
name¶
- Gets the name of this SecurityAttributeNamespaceSummary. The name of the security attribute namespace. It must be unique across all security attribute namespaces in the tenancy and cannot be changed. - Returns: - The name of this SecurityAttributeNamespaceSummary. - Return type: - str 
 - Gets the system_tags of this SecurityAttributeNamespaceSummary. System tags for this resource. Each key is predefined and scoped to a namespace. - Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns: - The system_tags of this SecurityAttributeNamespaceSummary. - Return type: - dict(str, dict(str, object)) 
 - 
time_created¶
- Gets the time_created of this SecurityAttributeNamespaceSummary. Date and time the security attribute namespace was created, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z - Returns: - The time_created of this SecurityAttributeNamespaceSummary. - Return type: - datetime 
 
-