UpdatePrivateServiceAccessDetails¶
-
class
oci.psa.models.UpdatePrivateServiceAccessDetails(**kwargs)¶ Bases:
objectDetails to update a private service access.
Methods
__init__(**kwargs)Initializes a new UpdatePrivateServiceAccessDetails object with values from keyword arguments. Attributes
defined_tagsGets the defined_tags of this UpdatePrivateServiceAccessDetails. descriptionGets the description of this UpdatePrivateServiceAccessDetails. display_nameGets the display_name of this UpdatePrivateServiceAccessDetails. freeform_tagsGets the freeform_tags of this UpdatePrivateServiceAccessDetails. nsg_idsGets the nsg_ids of this UpdatePrivateServiceAccessDetails. security_attributesGets the security_attributes of this UpdatePrivateServiceAccessDetails. -
__init__(**kwargs)¶ Initializes a new UpdatePrivateServiceAccessDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdatePrivateServiceAccessDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdatePrivateServiceAccessDetails.
- security_attributes (dict(str, dict(str, object))) – The value to assign to the security_attributes property of this UpdatePrivateServiceAccessDetails.
- display_name (str) – The value to assign to the display_name property of this UpdatePrivateServiceAccessDetails.
- description (str) – The value to assign to the description property of this UpdatePrivateServiceAccessDetails.
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdatePrivateServiceAccessDetails.
Gets the defined_tags of this UpdatePrivateServiceAccessDetails. 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 UpdatePrivateServiceAccessDetails. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this UpdatePrivateServiceAccessDetails. A description of this private service.
Returns: The description of this UpdatePrivateServiceAccessDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdatePrivateServiceAccessDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdatePrivateServiceAccessDetails. Return type: str
Gets the freeform_tags of this UpdatePrivateServiceAccessDetails. 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 UpdatePrivateServiceAccessDetails. Return type: dict(str, str)
-
nsg_ids¶ Gets the nsg_ids of this UpdatePrivateServiceAccessDetails. A list of the OCIDs of the network security groups (NSGs) to add the private service access’s VNIC to. For more information about NSGs, see
NetworkSecurityGroup.Returns: The nsg_ids of this UpdatePrivateServiceAccessDetails. Return type: list[str]
-
security_attributes¶ Gets the security_attributes of this UpdatePrivateServiceAccessDetails. Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources.
Example: {“Oracle-DataSecurity-ZPR”: {“MaxEgressCount”: {“value”:”42”,”mode”:”audit”}}}
Returns: The security_attributes of this UpdatePrivateServiceAccessDetails. Return type: dict(str, dict(str, object))
-