ServiceProviderActionProperties¶
-
class
oci.delegate_access_control.models.
ServiceProviderActionProperties
(**kwargs)¶ Bases:
object
Details of the properties of Service Provider Action.
Methods
__init__
(**kwargs)Initializes a new ServiceProviderActionProperties object with values from keyword arguments. Attributes
name
Gets the name of this ServiceProviderActionProperties. value
Gets the value of this ServiceProviderActionProperties. -
__init__
(**kwargs)¶ Initializes a new ServiceProviderActionProperties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ServiceProviderActionProperties.
- value (str) – The value to assign to the value property of this ServiceProviderActionProperties.
-
name
¶ Gets the name of this ServiceProviderActionProperties. Name of the property
Returns: The name of this ServiceProviderActionProperties. Return type: str
-
value
¶ Gets the value of this ServiceProviderActionProperties. value of the property
Returns: The value of this ServiceProviderActionProperties. Return type: str
-