AppAppsNetworkPerimeters¶
-
class
oci.identity_domains.models.
AppAppsNetworkPerimeters
(**kwargs)¶ Bases:
object
Network Perimeter
Methods
__init__
(**kwargs)Initializes a new AppAppsNetworkPerimeters object with values from keyword arguments. Attributes
ref
Gets the ref of this AppAppsNetworkPerimeters. value
[Required] Gets the value of this AppAppsNetworkPerimeters. -
__init__
(**kwargs)¶ Initializes a new AppAppsNetworkPerimeters object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this AppAppsNetworkPerimeters.
- ref (str) – The value to assign to the ref property of this AppAppsNetworkPerimeters.
-
ref
¶ Gets the ref of this AppAppsNetworkPerimeters. URI of the Network Perimeter.
Added In: 2010242156
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this AppAppsNetworkPerimeters. Return type: str
-
value
¶ [Required] Gets the value of this AppAppsNetworkPerimeters. List of identifier of Network Perimeters for App
Added In: 2010242156
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this AppAppsNetworkPerimeters. Return type: str
-