CreateDashboardSharingInput
No description
input CreateDashboardSharingInput {
name: String
description: String
dashboardId: ID!
customerId: ID!
expiry: DateTime
active: Boolean!
allowedDomains: [String!]!
}
Fields
CreateDashboardSharingInput.name ● String scalar
An optional name for the sharing.
CreateDashboardSharingInput.description ● String scalar
An optional description for the dashboard.
CreateDashboardSharingInput.dashboardId ● ID! non-null scalar
For which dashboard should the sharing be created.
CreateDashboardSharingInput.customerId ● ID! non-null scalar
The customer to be used to render permissions.
CreateDashboardSharingInput.expiry ● DateTime scalar
A potential expiry date.
CreateDashboardSharingInput.active ● Boolean! non-null scalar
Whether this sharing is active or not.
CreateDashboardSharingInput.allowedDomains ● [String!]! non-null scalar
The list of allowed domains. Can contain wildcard '*'. To allow all domains use the '*' wildcard.
Member Of
createDashboardSharing mutation