OBJECT
AtlassianSite
Description
Atlassian site.
link GraphQL Schema definition
- type AtlassianSite implements SaasAppsOrganization, HierarchyObject, PolarisHierarchyObject {
- # Organizations to which this hierarchy object belongs.
- : [Org!]!
- # RSC tags to which this hierarchy object is assigned.
- : [AssignedRscTag!]!
- # The API usage of the organization during the last 24 hours.
- : ApiUsageInfo!
- # The authorized operations on the object.
- : [Operation!]!
- # Stats of the backup jobs in the last 24 hours.
- : backupJobsStats
- # SLA Domain configured for the hierarchy object.
- : SlaDomain!
- # The connection status to the organization.
- : ConnectionStatus!
- # Effective retention of the SLA Domain of the hierarchy object.
- : SlaDomain
- # Effective SLA Domain of the hierarchy object.
- : SlaDomain!
- # Path node of the effective SLA Domain source.
- : PathNode
- : SaasEnvironmentType!
- # ID of the hierarchy object.
- : UUID!
- # Rubrik ID of the Jira Features workload.
- : String!
- # The count of Jira projects under the Atlassian site.
- : Int!
- # Rubrik ID of the Jira Settings workload.
- : String!
- # The time at which the Atlassian site was last synced to Rubrik.
- : DateTime
- # Sequential list of the logical ancestors of this object.
- : [PathNode!]!
- # Name of the hierarchy object.
- : String!
- # ID of the Atlassian site at the source.
- : String!
- # Number of descendant workloads of this object.
- #
- # Arguments
- # first: Returns the first n elements from the list.
- # after: Returns the elements in the list that occur after the
- # specified cursor.
- # last: Returns the last n elements from the list.
- # before: Returns the elements in the list that occur before the
- # specified cursor.
- # objectTypes: Types of objects to limit the results. If absent,
- # all object types are returned.
- (
- : Int,
- : String,
- : Int,
- : String,
- : [ManagedObjectType!]
- ): Int!
- # Pause status of the hierarchy object.
- : ObjectPauseStatus
- # Type of this object.
- : HierarchyObjectTypeEnum!
- # The list of SaaS application types that are onboarded for the organization.
- : [SaasAppType!]!
- # Sequential list of the physical ancestors of this object.
- : [PathNode!]!
- # SLA Domain assignment which is pending on the Rubrik Security Cloud native
- # objects.
- : CompactSlaDomain
- # Object pause pending assignment details for RSC objects.
- : PendingObjectPauseAssignmentStatus
- # The information of the Saas Apps organization.
- : SaasAppsOrgInfo!
- # The organization type that categorizes the SaaS provider.
- : SaasOrgType!
- # Security posture metadata.
- : SecurityMetadata
- # The URL of the Atlassian site.
- : URL!
- # SLA Domain assignment type for this object.
- : SlaAssignmentTypeEnum!
- # Pause status of the effective SLA Domain of the hierarchy object.
- : Boolean!
- # Distribution of the snapshots of the hierarchy object.
- : SnapshotDistribution!
- : SaasOrganizationStatus!
- # The RSC storage region for the organization.
- : String
- }
link Require by
This element is not required by anyone