Permission¶
-
class
oci.identity_data_plane.models.
Permission
(**kwargs)¶ Bases:
object
Permission model.
Methods
__init__
(**kwargs)Initializes a new Permission object with values from keyword arguments. Attributes
p
[Required] Gets the p of this Permission. -
__init__
(**kwargs)¶ Initializes a new Permission object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: p (str) – The value to assign to the p property of this Permission.
-
p
¶ [Required] Gets the p of this Permission. The name of the permission.
Returns: The p of this Permission. Return type: str
-