AdvSecEnablementStatusUpdate interface
Properties
adv |
Advanced Security enablement status set to False when disabled and True when enabled; Null is never explicitly set. |
adv |
Includes additional features that can be enabled alongside Advanced Security. |
block |
When true, pushes containing secrets will be blocked. <br />When false, pushes are scanned for secrets and are not blocked. <br />If includeAllProperties in the request is false, this value will be null. |
Property Details
advSecEnabled
Advanced Security enablement status set to False when disabled and True when enabled; Null is never explicitly set.
advSecEnabled: boolean
Property Value
boolean
advSecEnablementFeatures
Includes additional features that can be enabled alongside Advanced Security.
advSecEnablementFeatures: AdvSecEnablementFeatures
Property Value
blockPushes
When true, pushes containing secrets will be blocked. <br />When false, pushes are scanned for secrets and are not blocked. <br />If includeAllProperties in the request is false, this value will be null.
blockPushes: boolean
Property Value
boolean