|
1912 | 1912 | "uses": "file, ok, check mark, file state",
|
1913 | 1913 | "notes": ""
|
1914 | 1914 | },
|
| 1915 | + "file_warn": { |
| 1916 | + "uses": "file, warn, message, file state", |
| 1917 | + "notes": "" |
| 1918 | + }, |
| 1919 | + "file_unknown": { |
| 1920 | + "uses": "file, unknown, file state", |
| 1921 | + "notes": "" |
| 1922 | + }, |
| 1923 | + "file_secure": { |
| 1924 | + "uses": "file, secure, safe, security, file state", |
| 1925 | + "notes": "" |
| 1926 | + }, |
1915 | 1927 | "file_upload": {
|
1916 |
| - "uses": "file, uploaded, up arrow, file state", |
| 1928 | + "uses": "file, uploaded, up arrow, file action", |
1917 | 1929 | "notes": ""
|
1918 | 1930 | },
|
1919 | 1931 | "file_compare": {
|
1920 |
| - "uses": "file, compare, left, right, arrow, file state", |
| 1932 | + "uses": "file, compare, left, right, arrow, file action", |
| 1933 | + "notes": "" |
| 1934 | + }, |
| 1935 | + "file_download": { |
| 1936 | + "uses": "file, download, arrow, down, file action", |
| 1937 | + "notes": "" |
| 1938 | + }, |
| 1939 | + "file_import": { |
| 1940 | + "uses": "file, import, arrow, down, file action", |
| 1941 | + "notes": "" |
| 1942 | + }, |
| 1943 | + "file_rights": { |
| 1944 | + "uses": "file, rights, checkmark, grant, file action", |
| 1945 | + "notes": "" |
| 1946 | + }, |
| 1947 | + "file_add": { |
| 1948 | + "uses": "file, add, new, plus, grant, file action", |
| 1949 | + "notes": "" |
| 1950 | + }, |
| 1951 | + "file_edit": { |
| 1952 | + "uses": "file, edit, modify, change, file action", |
| 1953 | + "notes": "" |
| 1954 | + }, |
| 1955 | + "file_search": { |
| 1956 | + "uses": "file, search, find, file action", |
| 1957 | + "notes": "" |
| 1958 | + }, |
| 1959 | + "file_config": { |
| 1960 | + "uses": "file, configure, cog, file action", |
1921 | 1961 | "notes": ""
|
1922 | 1962 | },
|
1923 | 1963 | "trace_monitor": {
|
|
2455 | 2495 | "identity_governance": {
|
2456 | 2496 | "uses": "identity, idm, user",
|
2457 | 2497 | "notes": "Identity Governance Administration"
|
| 2498 | + }, |
| 2499 | + "operator_equals": { |
| 2500 | + "uses": "operation, action, math, equals, equal to", |
| 2501 | + "notes": "policy rule operator" |
| 2502 | + }, |
| 2503 | + "operator_equals_not": { |
| 2504 | + "uses": "operation, action, math, does not equal, equal to", |
| 2505 | + "notes": "policy rule operator" |
| 2506 | + }, |
| 2507 | + "operator_contains": { |
| 2508 | + "uses": "operation, action, math, contains, az", |
| 2509 | + "notes": "policy rule operator" |
| 2510 | + }, |
| 2511 | + "operator_contains_not": { |
| 2512 | + "uses": "operation, action, math, does not contain, az", |
| 2513 | + "notes": "policy rule operator" |
| 2514 | + }, |
| 2515 | + "operator_starts_with": { |
| 2516 | + "uses": "operation, action, math, starts with, az", |
| 2517 | + "notes": "policy rule operator" |
| 2518 | + }, |
| 2519 | + "operator_starts_with_not": { |
| 2520 | + "uses": "operation, action, math, does not start with, az", |
| 2521 | + "notes": "policy rule operator" |
| 2522 | + }, |
| 2523 | + "operator_ends_with": { |
| 2524 | + "uses": "operation, action, math, ends with, az", |
| 2525 | + "notes": "policy rule operator" |
| 2526 | + }, |
| 2527 | + "operator_ends_with_not": { |
| 2528 | + "uses": "operation, action, math, does not end with, az", |
| 2529 | + "notes": "policy rule operator" |
2458 | 2530 | }
|
2459 | 2531 | }
|
0 commit comments