@@ -139,7 +139,7 @@ <h3>Method Details</h3>
139
139
"apiProducts": [ # List of API products this credential can be used for.
140
140
{
141
141
"apiproduct": "A String", # Name of the API product.
142
- "status": "A String", # Status of the API product.
142
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
143
143
},
144
144
],
145
145
"attributes": [ # List of attributes associated with this credential.
@@ -195,7 +195,7 @@ <h3>Method Details</h3>
195
195
"apiProducts": [ # List of API products this credential can be used for.
196
196
{
197
197
"apiproduct": "A String", # Name of the API product.
198
- "status": "A String", # Status of the API product.
198
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
199
199
},
200
200
],
201
201
"attributes": [ # List of attributes associated with this credential.
@@ -258,7 +258,7 @@ <h3>Method Details</h3>
258
258
"apiProducts": [ # List of API products this credential can be used for.
259
259
{
260
260
"apiproduct": "A String", # Name of the API product.
261
- "status": "A String", # Status of the API product.
261
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
262
262
},
263
263
],
264
264
"attributes": [ # List of attributes associated with this credential.
@@ -316,7 +316,7 @@ <h3>Method Details</h3>
316
316
"apiProducts": [ # List of API products this credential can be used for.
317
317
{
318
318
"apiproduct": "A String", # Name of the API product.
319
- "status": "A String", # Status of the API product.
319
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
320
320
},
321
321
],
322
322
"attributes": [ # List of attributes associated with this credential.
@@ -373,7 +373,7 @@ <h3>Method Details</h3>
373
373
"apiProducts": [ # List of API products this credential can be used for.
374
374
{
375
375
"apiproduct": "A String", # Name of the API product.
376
- "status": "A String", # Status of the API product.
376
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
377
377
},
378
378
],
379
379
"attributes": [ # List of attributes associated with this credential.
@@ -438,7 +438,7 @@ <h3>Method Details</h3>
438
438
"apiProducts": [ # List of API products this credential can be used for.
439
439
{
440
440
"apiproduct": "A String", # Name of the API product.
441
- "status": "A String", # Status of the API product.
441
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
442
442
},
443
443
],
444
444
"attributes": [ # List of attributes associated with this credential.
@@ -507,7 +507,7 @@ <h3>Method Details</h3>
507
507
"apiProducts": [ # List of API products this credential can be used for.
508
508
{
509
509
"apiproduct": "A String", # Name of the API product.
510
- "status": "A String", # Status of the API product.
510
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
511
511
},
512
512
],
513
513
"attributes": [ # List of attributes associated with this credential.
@@ -567,7 +567,7 @@ <h3>Method Details</h3>
567
567
"apiProducts": [ # List of API products this credential can be used for.
568
568
{
569
569
"apiproduct": "A String", # Name of the API product.
570
- "status": "A String", # Status of the API product.
570
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
571
571
},
572
572
],
573
573
"attributes": [ # List of attributes associated with this credential.
@@ -623,7 +623,7 @@ <h3>Method Details</h3>
623
623
"apiProducts": [ # List of API products this credential can be used for.
624
624
{
625
625
"apiproduct": "A String", # Name of the API product.
626
- "status": "A String", # Status of the API product.
626
+ "status": "A String", # Status of the API product. Valid values are `approved` or `revoked`.
627
627
},
628
628
],
629
629
"attributes": [ # List of attributes associated with this credential.
0 commit comments