@pulumi/auth0 3.24.0-alpha.1753820099 → 3.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/auth0",
|
|
3
|
-
"version": "3.24.0
|
|
3
|
+
"version": "3.24.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing auth0 cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "auth0",
|
|
26
|
-
"version": "3.24.0
|
|
26
|
+
"version": "3.24.0"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
|
@@ -2921,7 +2921,7 @@ export interface ResourceServerProofOfPossession {
|
|
|
2921
2921
|
*/
|
|
2922
2922
|
disable?: pulumi.Input<boolean>;
|
|
2923
2923
|
/**
|
|
2924
|
-
* Mechanism used for proof-of-possession.
|
|
2924
|
+
* Mechanism used for proof-of-possession. `mtls` or `dpop` is supported.
|
|
2925
2925
|
*/
|
|
2926
2926
|
mechanism?: pulumi.Input<string>;
|
|
2927
2927
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -4728,7 +4728,7 @@ export interface GetResourceServerProofOfPossession {
|
|
|
4728
4728
|
*/
|
|
4729
4729
|
disable: boolean;
|
|
4730
4730
|
/**
|
|
4731
|
-
* Mechanism used for proof-of-possession.
|
|
4731
|
+
* Mechanism used for proof-of-possession. `mtls` or `dpop` is supported.
|
|
4732
4732
|
*/
|
|
4733
4733
|
mechanism: string;
|
|
4734
4734
|
/**
|
|
@@ -5683,7 +5683,7 @@ export interface ResourceServerProofOfPossession {
|
|
|
5683
5683
|
*/
|
|
5684
5684
|
disable?: boolean;
|
|
5685
5685
|
/**
|
|
5686
|
-
* Mechanism used for proof-of-possession.
|
|
5686
|
+
* Mechanism used for proof-of-possession. `mtls` or `dpop` is supported.
|
|
5687
5687
|
*/
|
|
5688
5688
|
mechanism: string;
|
|
5689
5689
|
/**
|