Skip to content

Latest commit

 

History

History
50 lines (46 loc) · 663 Bytes

File metadata and controls

50 lines (46 loc) · 663 Bytes
description Automatically generated file. DO NOT MODIFY
mgc service-principals synchronization secrets put --service-principal-id {servicePrincipal-id} --body '{
\
    "value": [
\
        {
\
            "key": "BaseAddress",
\
            "value": "user@domain.com"
\
        },
\
        {
\
            "key": "SecretToken",
\
            "value": "password-value"
\
        },
\
        {
\
            "key": "SyncNotificationSettings",
\
            "value": "{\"Enabled\":false,\"DeleteThresholdEnabled\":false}"
\
        },
\
        {
\
            "key": "SyncAll",
\
            "value": "false"
\
        }
\
    ]
\
}
\
'