Seq.App.AzureSecretCheck
2.1.4
dotnet add package Seq.App.AzureSecretCheck --version 2.1.4
NuGet\Install-Package Seq.App.AzureSecretCheck -Version 2.1.4
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.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Seq.App.AzureSecretCheck --version 2.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Seq.App.AzureSecretCheck, 2.1.4"
#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.
// Install Seq.App.AzureSecretCheck as a Cake Addin #addin nuget:?package=Seq.App.AzureSecretCheck&version=2.1.4 // Install Seq.App.AzureSecretCheck as a Cake Tool #tool nuget:?package=Seq.App.AzureSecretCheck&version=2.1.4
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.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 | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- Azure.Identity (>= 1.13.1)
- Microsoft.Graph (>= 5.67.0)
- Newtonsoft.Json (>= 13.0.3)
- Seq.Apps (>= 2023.4.0)
- Seq.Syntax (>= 1.0.0)
- Serilog (>= 4.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.