OBJECT
O365Group
Description
O365 Groups from O365 hierarchy.
link GraphQL Schema definition
- type O365Group implements HierarchyObject, PolarisHierarchyObject, O365OrgDescendant {
- # Rubrik internal UUID for group.
- String! :
- # Natural ID of the group.
- String! :
- # Display name of the group.
- String! :
- # Number of user that are member of group.
- Long! :
- # True, if the group is deleted in AD.
- Boolean! :
- # The type of group.
- O365GroupType! :
- # The subtype of the group.
- O365GroupSubType! :
- # The specification for a configured group.
- String! @deprecated( reason: "Use configuredGroupSpecification instead." ) :
- # The specification for a configured group.
- O365ConfiguredGroupSpec! :
- # The metadata for an Office 365 group.
- O365GroupMetadata :
- # The authorized operations on the object.
- Operation!]! : [
- # Group ID of o365 group object.
- UUID! :
- # Name of the hierarchy object.
- String! :
- # Type of this object.
- HierarchyObjectTypeEnum! :
- # SLA Domain assignment type for this object.
- SlaAssignmentTypeEnum! :
- # Effective SLA Domain of the hierarchy object.
- SlaDomain! :
- # Pause status of the effective SLA Domain of the hierarchy object.
- Boolean! :
- # Distribution of the snapshots of the hierarchy object.
- SnapshotDistribution! :
- # Effective retention of the SLA Domain of the hierarchy object.
- SlaDomain :
- # SLA Domain configured for the hierarchy object.
- SlaDomain! :
- # Path node of the effective SLA Domain source.
- PathNode :
- # Sequential list of this object's logical ancestors.
- PathNode!]! : [
- # Sequential list of this object's physical ancestors.
- PathNode!]! : [
- # Number of descendant workloads of this object.
- Int! :
- # Organizations to which this hierarchy object belongs.
- Org!]! : [
- # Security posture metadata.
- SecurityMetadata :
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- CompactSlaDomain :
- }