code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function setSharedWith($value)
{
$this->setProperty("SharedWith", $value, true);
} | Set of user ids that this plan is shared with. If you are leveraging Office 365 Groups, use the Groups API to manage group membership to share the [group's](group.md) plan. You can also add existing members of the group to this collection though it is not required for them to access the plan owned by the group.
@var PlannerUserIds | setSharedWith | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlanDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlanDetails.php | MIT |
public function getCategoryDescriptions()
{
return $this->getProperty("CategoryDescriptions", new PlannerCategoryDescriptions());
} | An object that specifies the descriptions of the six categories that can be associated with tasks in the plan
@return PlannerCategoryDescriptions | getCategoryDescriptions | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlanDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlanDetails.php | MIT |
public function setCategoryDescriptions($value)
{
$this->setProperty("CategoryDescriptions", $value, true);
} | An object that specifies the descriptions of the six categories that can be associated with tasks in the plan
@var PlannerCategoryDescriptions | setCategoryDescriptions | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlanDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlanDetails.php | MIT |
public function getName()
{
return $this->getProperty("Name");
} | Name of the bucket.
@return string | getName | php | vgrem/phpSPO | src/Planner/Buckets/PlannerBucket.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Buckets/PlannerBucket.php | MIT |
public function setName($value)
{
return $this->setProperty("Name", $value, true);
} | Name of the bucket.
@return self
@var string | setName | php | vgrem/phpSPO | src/Planner/Buckets/PlannerBucket.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Buckets/PlannerBucket.php | MIT |
public function getPlanId()
{
return $this->getProperty("PlanId");
} | Plan ID to which the bucket belongs.
@return string | getPlanId | php | vgrem/phpSPO | src/Planner/Buckets/PlannerBucket.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Buckets/PlannerBucket.php | MIT |
public function setPlanId($value)
{
$this->setProperty("PlanId", $value, true);
} | Plan ID to which the bucket belongs.
@var string | setPlanId | php | vgrem/phpSPO | src/Planner/Buckets/PlannerBucket.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Buckets/PlannerBucket.php | MIT |
public function getOrderHint()
{
return $this->getProperty("OrderHint");
} | Hint used to order items of this type in a list view. The format is defined as outlined [here](planner-order-hint-format.md).
@return string | getOrderHint | php | vgrem/phpSPO | src/Planner/Buckets/PlannerBucket.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Buckets/PlannerBucket.php | MIT |
public function setOrderHint($value)
{
$this->setProperty("OrderHint", $value, true);
} | Hint used to order items of this type in a list view. The format is defined as outlined [here](planner-order-hint-format.md).
@var string | setOrderHint | php | vgrem/phpSPO | src/Planner/Buckets/PlannerBucket.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Buckets/PlannerBucket.php | MIT |
public function getOrderHint()
{
return $this->getProperty("OrderHint");
} | Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined [here](planner-order-hint-format.md).
@return string | getOrderHint | php | vgrem/phpSPO | src/Planner/Buckets/PlannerBucketTaskBoardTaskFormat.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Buckets/PlannerBucketTaskBoardTaskFormat.php | MIT |
public function setOrderHint($value)
{
return $this->setProperty("OrderHint", $value, true);
} | Hint used to order tasks in the Bucket view of the Task Board. The format is defined as outlined [here](planner-order-hint-format.md).
@return PlannerBucketTaskBoardTaskFormat
@var string | setOrderHint | php | vgrem/phpSPO | src/Planner/Buckets/PlannerBucketTaskBoardTaskFormat.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Buckets/PlannerBucketTaskBoardTaskFormat.php | MIT |
public function getUnassignedOrderHint()
{
return $this->getProperty("UnassignedOrderHint");
} | Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined [here](planner-order-hint-format.md).
@return string | getUnassignedOrderHint | php | vgrem/phpSPO | src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php | MIT |
public function setUnassignedOrderHint($value)
{
$this->setProperty("UnassignedOrderHint", $value, true);
} | Hint value used to order the task on the AssignedTo view of the Task Board when the task is not assigned to anyone, or if the orderHintsByAssignee dictionary does not provide an order hint for the user the task is assigned to. The format is defined as outlined [here](planner-order-hint-format.md).
@var string | setUnassignedOrderHint | php | vgrem/phpSPO | src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php | MIT |
public function getOrderHintsByAssignee()
{
return $this->getProperty("OrderHintsByAssignee", new PlannerOrderHintsByAssignee());
} | Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined [here](planner-order-hint-format.md).
@return PlannerOrderHintsByAssignee | getOrderHintsByAssignee | php | vgrem/phpSPO | src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php | MIT |
public function setOrderHintsByAssignee($value)
{
$this->setProperty("OrderHintsByAssignee", $value, true);
} | Dictionary of hints used to order tasks on the AssignedTo view of the Task Board. The key of each entry is one of the users the task is assigned to and the value is the order hint. The format of each value is defined as outlined [here](planner-order-hint-format.md).
@var PlannerOrderHintsByAssignee | setOrderHintsByAssignee | php | vgrem/phpSPO | src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerAssignedToTaskBoardTaskFormat.php | MIT |
public function getDescription()
{
if (!$this->isPropertyAvailable("Description")) {
return null;
}
return $this->getProperty("Description");
} | Description of the task
@return string | getDescription | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTaskDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTaskDetails.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | Description of the task
@var string | setDescription | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTaskDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTaskDetails.php | MIT |
public function getReferences()
{
if (!$this->isPropertyAvailable("References")) {
return null;
}
return $this->getProperty("References");
} | The collection of references on the task.
@return PlannerExternalReferences | getReferences | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTaskDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTaskDetails.php | MIT |
public function setReferences($value)
{
$this->setProperty("References", $value, true);
} | The collection of references on the task.
@var PlannerExternalReferences | setReferences | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTaskDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTaskDetails.php | MIT |
public function getChecklist()
{
if (!$this->isPropertyAvailable("Checklist")) {
return null;
}
return $this->getProperty("Checklist");
} | The collection of checklist items on the task.
@return PlannerChecklistItems | getChecklist | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTaskDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTaskDetails.php | MIT |
public function setChecklist($value)
{
$this->setProperty("Checklist", $value, true);
} | The collection of checklist items on the task.
@var PlannerChecklistItems | setChecklist | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTaskDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTaskDetails.php | MIT |
public function getCreatedBy()
{
return $this->getProperty("CreatedBy", new IdentitySet());
} | Identity of the user that created the task.
@return IdentitySet | getCreatedBy | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setCreatedBy($value)
{
$this->setProperty("CreatedBy", $value, true);
} | Identity of the user that created the task.
@var IdentitySet | setCreatedBy | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getPlanId()
{
return $this->getProperty("PlanId");
} | Plan ID to which the task belongs.
@return string | getPlanId | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setPlanId($value)
{
$this->setProperty("PlanId", $value, true);
} | Plan ID to which the task belongs.
@var string | setPlanId | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getBucketId()
{
return $this->getProperty("BucketId");
} | Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. [Format validation](planner-identifiers-disclaimer.md) is done on the service.
@return string | getBucketId | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setBucketId($value)
{
$this->setProperty("BucketId", $value, true);
} | Bucket ID to which the task belongs. The bucket needs to be in the plan that the task is in. It is 28 characters long and case-sensitive. [Format validation](planner-identifiers-disclaimer.md) is done on the service.
@var string | setBucketId | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getTitle()
{
return $this->getProperty("Title");
} | Title of the task.
@return string | getTitle | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setTitle($value)
{
return $this->setProperty("Title", $value, true);
} | Title of the task.
@return self
@var string | setTitle | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getOrderHint()
{
return $this->getProperty("OrderHint");
} | Hint used to order items of this type in a list view. The format is defined as outlined [here](planner-order-hint-format.md).
@return string | getOrderHint | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setOrderHint($value)
{
$this->setProperty("OrderHint", $value, true);
} | Hint used to order items of this type in a list view. The format is defined as outlined [here](planner-order-hint-format.md).
@var string | setOrderHint | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getAssigneePriority()
{
return $this->getProperty("AssigneePriority");
} | Hint used to order items of this type in a list view. The format is defined as outlined [here](planner-order-hint-format.md).
@return string | getAssigneePriority | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setAssigneePriority($value)
{
$this->setProperty("AssigneePriority", $value, true);
} | Hint used to order items of this type in a list view. The format is defined as outlined [here](planner-order-hint-format.md).
@var string | setAssigneePriority | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getPercentComplete()
{
return $this->getProperty("PercentComplete");
} | Percentage of task completion. When set to `100`, the task is considered completed.
@return integer | getPercentComplete | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setPercentComplete($value)
{
$this->setProperty("PercentComplete", $value, true);
} | Percentage of task completion. When set to `100`, the task is considered completed.
@var integer | setPercentComplete | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getHasDescription()
{
return $this->getProperty("HasDescription");
} | Read-only. Value is `true` if the details object of the task has a non-empty description and `false` otherwise.
@return bool | getHasDescription | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setHasDescription($value)
{
$this->setProperty("HasDescription", $value, true);
} | Read-only. Value is `true` if the details object of the task has a non-empty description and `false` otherwise.
@var bool | setHasDescription | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getCompletedBy()
{
return $this->getProperty("CompletedBy", new IdentitySet());
} | Identity of the user that completed the task.
@return IdentitySet | getCompletedBy | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setCompletedBy($value)
{
$this->setProperty("CompletedBy", $value, true);
} | Identity of the user that completed the task.
@var IdentitySet | setCompletedBy | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getReferenceCount()
{
return $this->getProperty("ReferenceCount");
} | Number of external references that exist on the task.
@return integer | getReferenceCount | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setReferenceCount($value)
{
$this->setProperty("ReferenceCount", $value, true);
} | Number of external references that exist on the task.
@var integer | setReferenceCount | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getChecklistItemCount()
{
return $this->getProperty("ChecklistItemCount");
} | Number of checklist items that are present on the task.
@return integer | getChecklistItemCount | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setChecklistItemCount($value)
{
$this->setProperty("ChecklistItemCount", $value, true);
} | Number of checklist items that are present on the task.
@var integer | setChecklistItemCount | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getActiveChecklistItemCount()
{
return $this->getProperty("ActiveChecklistItemCount");
} | Number of checklist items with value set to `false`, representing incomplete items.
@return integer | getActiveChecklistItemCount | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setActiveChecklistItemCount($value)
{
$this->setProperty("ActiveChecklistItemCount", $value, true);
} | Number of checklist items with value set to `false`, representing incomplete items.
@var integer | setActiveChecklistItemCount | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getConversationThreadId()
{
return $this->getProperty("ConversationThreadId");
} | Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
@return string | getConversationThreadId | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setConversationThreadId($value)
{
$this->setProperty("ConversationThreadId", $value, true);
} | Thread ID of the conversation on the task. This is the ID of the conversation thread object created in the group.
@var string | setConversationThreadId | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getAppliedCategories()
{
return $this->getProperty("AppliedCategories", new PlannerAppliedCategories());
} | The categories to which the task has been applied. See [applied Categories](plannerappliedcategories.md) for possible values.
@return PlannerAppliedCategories | getAppliedCategories | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setAppliedCategories($value)
{
$this->setProperty("AppliedCategories", $value, true);
} | The categories to which the task has been applied. See [applied Categories](plannerappliedcategories.md) for possible values.
@var PlannerAppliedCategories | setAppliedCategories | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getAssignments()
{
if (!$this->isPropertyAvailable("Assignments")) {
return null;
}
return $this->getProperty("Assignments");
} | The set of assignees the task is assigned to.
@return PlannerAssignments | getAssignments | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function setAssignments($value)
{
$this->setProperty("Assignments", $value, true);
} | The set of assignees the task is assigned to.
@var PlannerAssignments | setAssignments | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getDetails()
{
return $this->getProperty("Details",
new PlannerTaskDetails($this->getContext(), new ResourcePath("Details", $this->getResourcePath())));
} | Read-only. Nullable. Additional details about the task.
@return PlannerTaskDetails | getDetails | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getAssignedToTaskBoardFormat()
{
return $this->getProperty("AssignedToTaskBoardFormat",
new PlannerAssignedToTaskBoardTaskFormat($this->getContext(),
new ResourcePath("AssignedToTaskBoardFormat", $this->getResourcePath())));
} | Read-only. Nullable. Used to render the task correctly in the task board view when grouped by assignedTo.
@return PlannerAssignedToTaskBoardTaskFormat | getAssignedToTaskBoardFormat | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getProgressTaskBoardFormat()
{
return $this->getProperty("ProgressTaskBoardFormat",
new PlannerProgressTaskBoardTaskFormat($this->getContext(),
new ResourcePath("ProgressTaskBoardFormat", $this->getResourcePath())));
} | Read-only. Nullable. Used to render the task correctly in the task board view when grouped by progress.
@return PlannerProgressTaskBoardTaskFormat | getProgressTaskBoardFormat | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getBucketTaskBoardFormat()
{
return $this->getProperty("BucketTaskBoardFormat",
new PlannerBucketTaskBoardTaskFormat($this->getContext(),
new ResourcePath("BucketTaskBoardFormat", $this->getResourcePath())));
} | Read-only. Nullable. Used to render the task correctly in the task board view when grouped by bucket.
@return PlannerBucketTaskBoardTaskFormat | getBucketTaskBoardFormat | php | vgrem/phpSPO | src/Planner/Tasks/PlannerTask.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Tasks/PlannerTask.php | MIT |
public function getAppRoleId()
{
if (!$this->isPropertyAvailable("AppRoleId")) {
return null;
}
return $this->getProperty("AppRoleId");
} | @return string | getAppRoleId | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function setAppRoleId($value)
{
$this->setProperty("AppRoleId", $value, true);
} | @var string | setAppRoleId | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function getPrincipalDisplayName()
{
if (!$this->isPropertyAvailable("PrincipalDisplayName")) {
return null;
}
return $this->getProperty("PrincipalDisplayName");
} | @return string | getPrincipalDisplayName | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function setPrincipalDisplayName($value)
{
$this->setProperty("PrincipalDisplayName", $value, true);
} | @var string | setPrincipalDisplayName | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function getPrincipalId()
{
if (!$this->isPropertyAvailable("PrincipalId")) {
return null;
}
return $this->getProperty("PrincipalId");
} | @return string | getPrincipalId | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function setPrincipalId($value)
{
$this->setProperty("PrincipalId", $value, true);
} | @var string | setPrincipalId | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function getPrincipalType()
{
if (!$this->isPropertyAvailable("PrincipalType")) {
return null;
}
return $this->getProperty("PrincipalType");
} | @return string | getPrincipalType | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function setPrincipalType($value)
{
$this->setProperty("PrincipalType", $value, true);
} | @var string | setPrincipalType | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function getResourceDisplayName()
{
if (!$this->isPropertyAvailable("ResourceDisplayName")) {
return null;
}
return $this->getProperty("ResourceDisplayName");
} | @return string | getResourceDisplayName | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function setResourceDisplayName($value)
{
$this->setProperty("ResourceDisplayName", $value, true);
} | @var string | setResourceDisplayName | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function getResourceId()
{
if (!$this->isPropertyAvailable("ResourceId")) {
return null;
}
return $this->getProperty("ResourceId");
} | @return string | getResourceId | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function setResourceId($value)
{
$this->setProperty("ResourceId", $value, true);
} | @var string | setResourceId | php | vgrem/phpSPO | src/Directory/AppRoleAssignment.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/AppRoleAssignment.php | MIT |
public function getDescription()
{
if (!$this->isPropertyAvailable("Description")) {
return null;
}
return $this->getProperty("Description");
} | The description to set for the directory role. Read-only.
@return string | getDescription | php | vgrem/phpSPO | src/Directory/DirectoryRoleTemplate.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRoleTemplate.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | The description to set for the directory role. Read-only.
@var string | setDescription | php | vgrem/phpSPO | src/Directory/DirectoryRoleTemplate.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRoleTemplate.php | MIT |
public function getDisplayName()
{
if (!$this->isPropertyAvailable("DisplayName")) {
return null;
}
return $this->getProperty("DisplayName");
} | The display name to set for the directory role. Read-only.
@return string | getDisplayName | php | vgrem/phpSPO | src/Directory/DirectoryRoleTemplate.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRoleTemplate.php | MIT |
public function setDisplayName($value)
{
$this->setProperty("DisplayName", $value, true);
} | The display name to set for the directory role. Read-only.
@var string | setDisplayName | php | vgrem/phpSPO | src/Directory/DirectoryRoleTemplate.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRoleTemplate.php | MIT |
public function getDescription()
{
if (!$this->isPropertyAvailable("Description")) {
return null;
}
return $this->getProperty("Description");
} | The description for the directory role. Read-only.
@return string | getDescription | php | vgrem/phpSPO | src/Directory/DirectoryRole.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRole.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | The description for the directory role. Read-only.
@var string | setDescription | php | vgrem/phpSPO | src/Directory/DirectoryRole.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRole.php | MIT |
public function getDisplayName()
{
if (!$this->isPropertyAvailable("DisplayName")) {
return null;
}
return $this->getProperty("DisplayName");
} | The display name for the directory role. Read-only.
@return string | getDisplayName | php | vgrem/phpSPO | src/Directory/DirectoryRole.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRole.php | MIT |
public function setDisplayName($value)
{
$this->setProperty("DisplayName", $value, true);
} | The display name for the directory role. Read-only.
@var string | setDisplayName | php | vgrem/phpSPO | src/Directory/DirectoryRole.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRole.php | MIT |
public function getRoleTemplateId()
{
if (!$this->isPropertyAvailable("RoleTemplateId")) {
return null;
}
return $this->getProperty("RoleTemplateId");
} | The **id** of the [directoryRoleTemplate](directoryroletemplate.md) that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only.
@return string | getRoleTemplateId | php | vgrem/phpSPO | src/Directory/DirectoryRole.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRole.php | MIT |
public function setRoleTemplateId($value)
{
$this->setProperty("RoleTemplateId", $value, true);
} | The **id** of the [directoryRoleTemplate](directoryroletemplate.md) that this role is based on. The property must be specified when activating a directory role in a tenant with a POST operation. After the directory role has been activated, the property is read only.
@var string | setRoleTemplateId | php | vgrem/phpSPO | src/Directory/DirectoryRole.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryRole.php | MIT |
public function getClientId()
{
if (!$this->isPropertyAvailable("ClientId")) {
return null;
}
return $this->getProperty("ClientId");
} | @return string | getClientId | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function setClientId($value)
{
$this->setProperty("ClientId", $value, true);
} | @var string | setClientId | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function getConsentType()
{
if (!$this->isPropertyAvailable("ConsentType")) {
return null;
}
return $this->getProperty("ConsentType");
} | @return string | getConsentType | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function setConsentType($value)
{
$this->setProperty("ConsentType", $value, true);
} | @var string | setConsentType | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function getPrincipalId()
{
if (!$this->isPropertyAvailable("PrincipalId")) {
return null;
}
return $this->getProperty("PrincipalId");
} | @return string | getPrincipalId | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function setPrincipalId($value)
{
$this->setProperty("PrincipalId", $value, true);
} | @var string | setPrincipalId | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function getResourceId()
{
if (!$this->isPropertyAvailable("ResourceId")) {
return null;
}
return $this->getProperty("ResourceId");
} | @return string | getResourceId | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function setResourceId($value)
{
$this->setProperty("ResourceId", $value, true);
} | @var string | setResourceId | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function getScope()
{
if (!$this->isPropertyAvailable("Scope")) {
return null;
}
return $this->getProperty("Scope");
} | @return string | getScope | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function setScope($value)
{
$this->setProperty("Scope", $value, true);
} | @var string | setScope | php | vgrem/phpSPO | src/Directory/OAuth2PermissionGrant.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/OAuth2PermissionGrant.php | MIT |
public function getCategory()
{
if (!$this->isPropertyAvailable("Category")) {
return null;
}
return $this->getProperty("Category");
} | Indicates which resource category that's targeted by the activity. (For example: User Management, Group Management etc..)
@return string | getCategory | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function setCategory($value)
{
$this->setProperty("Category", $value, true);
} | Indicates which resource category that's targeted by the activity. (For example: User Management, Group Management etc..)
@var string | setCategory | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function getCorrelationId()
{
if (!$this->isPropertyAvailable("CorrelationId")) {
return null;
}
return $this->getProperty("CorrelationId");
} | Indicates a unique ID that helps correlate activities that span across various services. Can be used to trace logs across services.
@return string | getCorrelationId | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function setCorrelationId($value)
{
$this->setProperty("CorrelationId", $value, true);
} | Indicates a unique ID that helps correlate activities that span across various services. Can be used to trace logs across services.
@var string | setCorrelationId | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function getResultReason()
{
if (!$this->isPropertyAvailable("ResultReason")) {
return null;
}
return $this->getProperty("ResultReason");
} | Describes cause of "failure" or "timeout" results.
@return string | getResultReason | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function setResultReason($value)
{
$this->setProperty("ResultReason", $value, true);
} | Describes cause of "failure" or "timeout" results.
@var string | setResultReason | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function getActivityDisplayName()
{
if (!$this->isPropertyAvailable("ActivityDisplayName")) {
return null;
}
return $this->getProperty("ActivityDisplayName");
} | Indicates the activity name or the operation name (examples: "Create User" and "Add member to group"). For full list, see [Azure AD activity list](https://docs.microsoft.com/azure/active-directory/active-directory-reporting-activity-audit-logs#azure-ad-audit-activity-list).
@return string | getActivityDisplayName | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function setActivityDisplayName($value)
{
$this->setProperty("ActivityDisplayName", $value, true);
} | Indicates the activity name or the operation name (examples: "Create User" and "Add member to group"). For full list, see [Azure AD activity list](https://docs.microsoft.com/azure/active-directory/active-directory-reporting-activity-audit-logs#azure-ad-audit-activity-list).
@var string | setActivityDisplayName | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function getLoggedByService()
{
if (!$this->isPropertyAvailable("LoggedByService")) {
return null;
}
return $this->getProperty("LoggedByService");
} | Indicates information on which service initiated the activity (For example: Self-service Password Management, Core Directory, B2C, Invited Users, Microsoft Identity Manager, Privileged Identity Management.
@return string | getLoggedByService | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function setLoggedByService($value)
{
$this->setProperty("LoggedByService", $value, true);
} | Indicates information on which service initiated the activity (For example: Self-service Password Management, Core Directory, B2C, Invited Users, Microsoft Identity Manager, Privileged Identity Management.
@var string | setLoggedByService | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function getOperationType()
{
if (!$this->isPropertyAvailable("OperationType")) {
return null;
}
return $this->getProperty("OperationType");
} | @return string | getOperationType | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function setOperationType($value)
{
$this->setProperty("OperationType", $value, true);
} | @var string | setOperationType | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
public function getInitiatedBy()
{
if (!$this->isPropertyAvailable("InitiatedBy")) {
return null;
}
return $this->getProperty("InitiatedBy");
} | Indicates information about the user or app initiated the activity.
@return AuditActivityInitiator | getInitiatedBy | php | vgrem/phpSPO | src/Directory/DirectoryAudit.php | https://github.com/vgrem/phpSPO/blob/master/src/Directory/DirectoryAudit.php | MIT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.