Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 412 Bytes

File metadata and controls

22 lines (18 loc) · 412 Bytes
description Automatically generated file. DO NOT MODIFY
mgc service-principals synchronization jobs validate-credentials-by-id post --service-principal-id {servicePrincipal-id} --synchronization-job-id {synchronizationJob-id} --body '{
\
    credentials: [ 
\
        { key: "UserName", value: "user@domain.com" },
\
        { key: "Password", value: "password-value" }
\
    ]
\
}
\
'