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