{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin directory.customSecurityAttributeDefinition API", "version": "1.0.0" }, "items": [ { "info": { "name": "directory.customSecurityAttributeDefinition", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List customSecurityAttributeDefinitions", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the customSecurityAttributeDefinition objects and their properties." }, { "info": { "name": "Microsoft Graph Create customSecurityAttributeDefinition", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customSecurityAttributeDefinition object." }, { "info": { "name": "Microsoft Graph Get customSecurityAttributeDefinition", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id", "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a customSecurityAttributeDefinition object." }, { "info": { "name": "Microsoft Graph Update customSecurityAttributeDefinition", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id", "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a customSecurityAttributeDefinition object." }, { "info": { "name": "Microsoft Graph Delete navigation property customSecurityAttributeDefinitions for directory", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" } ] }, "docs": "Microsoft Graph Delete navigation property customSecurityAttributeDefinitions for directory" }, { "info": { "name": "Microsoft Graph List allowedValues", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id/allowedValues", "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the allowedValue objects and their properties." }, { "info": { "name": "Microsoft Graph Create allowedValue", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id/allowedValues", "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new allowedValue object." }, { "info": { "name": "Microsoft Graph Get allowedValue", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id/allowedValues/:allowedValue-id", "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" }, { "name": "allowedValue-id", "value": "", "type": "path", "description": "The unique identifier of allowedValue" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of an allowedValue object." }, { "info": { "name": "Microsoft Graph Update allowedValue", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id/allowedValues/:allowedValue-id", "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" }, { "name": "allowedValue-id", "value": "", "type": "path", "description": "The unique identifier of allowedValue" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an allowedValue object." }, { "info": { "name": "Microsoft Graph Delete navigation property allowedValues for directory", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id/allowedValues/:allowedValue-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" }, { "name": "allowedValue-id", "value": "", "type": "path", "description": "The unique identifier of allowedValue" } ] }, "docs": "Microsoft Graph Delete navigation property allowedValues for directory" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/:customSecurityAttributeDefinition-id/allowedValues/$count", "params": [ { "name": "customSecurityAttributeDefinition-id", "value": "", "type": "path", "description": "The unique identifier of customSecurityAttributeDefinition" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/directory/customSecurityAttributeDefinitions/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }