sp-dev-fx-webparts/samples/react-graph-app-secret-expi.../src/webparts/graphAppSecretExpiration/GraphAppSecretExpirationWeb...

28 lines
1.1 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx/client-side-web-part-manifest.schema.json",
"id": "cf140678-2185-408e-9e98-6cf7a45f0649",
"alias": "GraphAppSecretExpirationWebPart",
"componentType": "WebPart",
// The "*" signifies that the version should be taken from the package.json
"version": "*",
"manifestVersion": 2,
// If true, the component can only be installed on sites where Custom Script is allowed.
// Components that allow authors to embed arbitrary script code should set this to true.
// https://support.office.com/en-us/article/Turn-scripting-capabilities-on-or-off-1f2c515f-5d7e-448a-9fd7-835da935584f
"requiresCustomScript": false,
"supportedHosts": ["SharePointWebPart"],
"preconfiguredEntries": [{
"groupId": "5c03119e-3074-46fd-976b-c60198311f70", // Other
"group": { "default": "Other" },
"title": { "default": "graphAppSecretExpiration" },
"description": { "default": "Lists all Azure AD applications secrets and their expiration date." },
"officeFabricIconFontName": "Page",
"properties": {
"description": "graphAppSecretExpiration"
}
}]
}