UpdateSecurityAttributeDetails¶
-
class
oci.security_attribute.models.
UpdateSecurityAttributeDetails
(**kwargs)¶ Bases:
object
Details of the security attribute to be updated for a specific security attribute namespace.
Methods
__init__
(**kwargs)Initializes a new UpdateSecurityAttributeDetails object with values from keyword arguments. Attributes
description
Gets the description of this UpdateSecurityAttributeDetails. is_retired
Gets the is_retired of this UpdateSecurityAttributeDetails. validator
Gets the validator of this UpdateSecurityAttributeDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSecurityAttributeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateSecurityAttributeDetails.
- is_retired (bool) – The value to assign to the is_retired property of this UpdateSecurityAttributeDetails.
- validator (oci.security_attribute.models.BaseSecurityAttributeValidator) – The value to assign to the validator property of this UpdateSecurityAttributeDetails.
-
description
¶ Gets the description of this UpdateSecurityAttributeDetails. The description of the security attribute during creation.
Returns: The description of this UpdateSecurityAttributeDetails. Return type: str
-
is_retired
¶ Gets the is_retired of this UpdateSecurityAttributeDetails. Whether the security attribute is retired. See Managing Security Attributes.
Returns: The is_retired of this UpdateSecurityAttributeDetails. Return type: bool
-
validator
¶ Gets the validator of this UpdateSecurityAttributeDetails.
Returns: The validator of this UpdateSecurityAttributeDetails. Return type: oci.security_attribute.models.BaseSecurityAttributeValidator
-