File tree Expand file tree Collapse file tree
examples/sdk_example/src/pam/rotation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ async function editRotationExample() {
175175 logger . info ( ` Schedule: ${ input . onDemand ? "On-Demand" : "Custom" } ` ) ;
176176 }
177177 if ( passwordComplexity ) {
178- logger . info ( ` Complexity: ${ JSON . stringify ( passwordComplexity ) } ` ) ;
178+ logger . info ( " Complexity: configured" ) ;
179179 }
180180 if ( enable || disable ) {
181181 logger . info ( ` Enabled: ${ enable === true } ` ) ;
@@ -220,8 +220,7 @@ async function editRotationExample() {
220220 logger . info ( ` Config UID: ${ record . configUid || "N/A" } ` ) ;
221221 logger . info ( ` Resource UID: ${ record . resourceUid || "N/A" } ` ) ;
222222 logger . info ( ` Schedule: ${ record . schedule } ` ) ;
223- if ( record . complexity )
224- logger . info ( ` Complexity: ${ record . complexity } ` ) ;
223+ if ( record . complexity ) logger . info ( " Complexity: configured" ) ;
225224 } ) ;
226225 }
227226
You can’t perform that action at this time.
0 commit comments