![]() |
VOOZH | about |
dotnet add package Seq.App.AzureSecretCheck --version 2.3.2
NuGet\Install-Package Seq.App.AzureSecretCheck -Version 2.3.2
<PackageReference Include="Seq.App.AzureSecretCheck" Version="2.3.2" />
<PackageVersion Include="Seq.App.AzureSecretCheck" Version="2.3.2" />Directory.Packages.props
<PackageReference Include="Seq.App.AzureSecretCheck" />Project file
paket add Seq.App.AzureSecretCheck --version 2.3.2
#r "nuget: Seq.App.AzureSecretCheck, 2.3.2"
#:package Seq.App.AzureSecretCheck@2.3.2
#addin nuget:?package=Seq.App.AzureSecretCheck&version=2.3.2Install as a Cake Addin
#tool nuget:?package=Seq.App.AzureSecretCheck&version=2.3.2Install as a Cake Tool
Azure App Registration Secret Expiration Check.
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.
This plug-in requires an app registration with a client secret that has Application.Read.All and User.ReadBasic.All access in your Azure Instance.
| 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 |
User.ReadBasic.All access.| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.