{ "sections": [ "title", "description", "fields", "special_access_rules", "wsdl_segment", "field_reference" ], "title": "SecurityCustomBaseline - Data API", "description": "Provides the ability to read, create, and delete user-defined custom security baselines, which define an org’s security standards. This object is available in API version 39.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Baseline": { "type": "textarea", "properties": "Create, Nillable, Update", "description": "The definition of an org’s security settings standards." }, "DeveloperName": { "type": "string", "properties": "Create, Filter, Group, Sort, Update", "description": "The unique name of the object in the API. This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. Note: When creating large sets of data, always specify a unique DeveloperName for each record. If no DeveloperName is specified, performance may slow while Salesforce generates one for each record. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field." }, "IsDefault": { "type": "boolean", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "Sets the baseline as the default in Security Health Check." }, "Language": { "type": "picklist", "properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update", "description": "The language of the presence status." }, "MasterLabel": { "type": "string", "properties": "Create, Filter, Group, Sort, Update", "description": "Label for the category node." }, "NamespacePrefix": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The namespace prefix associated with the package." } }, "special_access_rules": "You must have the “View Health Check” permission to read a custom baseline, and the “Manage Health Check” permission to create, edit, or delete one.", "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "field_reference": { "Baseline": { "field_label": "Baseline", "type": "textarea", "length": "32000" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "DeveloperName": { "field_label": "Name", "type": "string", "length": "80" }, "Id": { "field_label": "Security Custom Baseline ID", "type": "id", "length": "18" }, "IsDefault": { "field_label": "Is Default Baseline", "type": "boolean" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "Language": { "field_label": "Master Language", "type": "picklist", "length": "40" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "MasterLabel": { "field_label": "Label", "type": "string", "length": "80" }, "NamespacePrefix": { "field_label": "Namespace Prefix", "type": "string", "length": "15" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" } }, "field_reference_columns": [ "field_label", "type", "length" ] }