Seq.App.AzureSecretCheck
2.1.9
Suggested Alternatives
Seq.App.AzureSecretCheck 2.1.4
Additional DetailsHaving issues with the system.text.json package.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Seq.App.AzureSecretCheck --version 2.1.9
NuGet\Install-Package Seq.App.AzureSecretCheck -Version 2.1.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Seq.App.AzureSecretCheck" Version="2.1.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Seq.App.AzureSecretCheck" Version="2.1.9" />
<PackageReference Include="Seq.App.AzureSecretCheck" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Seq.App.AzureSecretCheck --version 2.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Seq.App.AzureSecretCheck, 2.1.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Seq.App.AzureSecretCheck@2.1.9
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Seq.App.AzureSecretCheck&version=2.1.9
#tool nuget:?package=Seq.App.AzureSecretCheck&version=2.1.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Seq.App.AzureSecretCheck
Azure App Registration Secret Expiration Check.
Description
This plug-in checks the secrets and certificates of each of the apps specified and returns the days till expiration of the most recent date.
Installation
This plug-in requires an app registration with a client secret that has Application.Read.All access in your Azure Instance.
Inputs
| Required/Optional | Variable | Type | Description |
|---|---|---|---|
| Required | Tenant Id | string | Directory (tenant) ID of the Azure Instance |
| Required | Client Id | string | The Client ID of this App Registration, that has the necessary access to query expiry |
| Required | Client Secret | string | Client secret from the App Registration for this plugin |
| Optional | Application Object Ids | string[] | A list of App Registration Object Ids, one per line. If left blank, all object ids will be reviewed. Note: This is the Object Id and not the Application Id. |
| Optional | Graph Scopes | string[] | A list of Graph Scopes for the Microsoft.Graph api. Default is blank |
| Optional | Interval (seconds) | int | The time between checks; the default is 3600 (once an hour). |
| Optional | Minimum validity period (days) | int | The minimum amount of days a certificate should be valid; the default is 30 |
Change Log
2.1.5 - 2026/04/27
- Added Owners and Notes to the messages.
- Updated Workflow
2.1.4 - 2025/01/14
- Application Object Ids are now optional. If the Application Object Ids are empty, all object Ids will be reviewed.
- Line Comments (//) and Block Comments (/* */) are allowed in the Application Object Ids.
Authors
- Tony Clark @TheCriticalPath
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Azure.Core (>= 1.54.0)
- Azure.Identity (>= 1.21.0)
- Microsoft.Graph (>= 5.104.0)
- Newtonsoft.Json (>= 13.0.4)
- Seq.Apps (>= 2023.4.0)
- Seq.Syntax (>= 1.1.1)
- Serilog (>= 4.3.1)
- System.Text.Json (>= 10.0.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.