Merge pull request #36 from sailpoint-oss/feature/docs-change-test

simplified tags for transform operations
This commit is contained in:
Jordan Violet
2022-09-17 10:07:01 -04:00
committed by GitHub
37 changed files with 37 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ sidebar_class_name: accountAttribute
keywords: ["transforms", "operations", "account", "attribute"] keywords: ["transforms", "operations", "account", "attribute"]
description: Look up an account for a particular source on an identity. description: Look up an account for a particular source on an identity.
slug: /docs/transforms/operations/account-attribute slug: /docs/transforms/operations/account-attribute
tags: ["Transforms", "Operations", "Account", "Attribute"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: base64Decode
keywords: ["transforms", "operations", "base64", "decode"] keywords: ["transforms", "operations", "base64", "decode"]
description: Render base64 data in its original binary format. description: Render base64 data in its original binary format.
slug: /docs/transforms/operations/base64-decode slug: /docs/transforms/operations/base64-decode
tags: ["Transforms", "Operations", "Base64", "Decode"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: base64Encode
keywords: ["transforms", "operations", "base64", "encode"] keywords: ["transforms", "operations", "base64", "encode"]
description: Encode data with a Base64-based text encoding scheme. description: Encode data with a Base64-based text encoding scheme.
slug: /docs/transforms/operations/base64-encode slug: /docs/transforms/operations/base64-encode
tags: ["Transforms", "Operations", "Base64", "Encode"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: concatenation
keywords: ["transforms", "operations", "concatenation"] keywords: ["transforms", "operations", "concatenation"]
description: Join two or more string values into a combined output. description: Join two or more string values into a combined output.
slug: /docs/transforms/operations/concatenation slug: /docs/transforms/operations/concatenation
tags: ["Transforms", "Operations", "Concatenation"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: conditional
keywords: ["transforms", "operations", "conditional"] keywords: ["transforms", "operations", "conditional"]
description: Output different values depending on simple conditional logic. description: Output different values depending on simple conditional logic.
slug: /docs/transforms/operations/conditional slug: /docs/transforms/operations/conditional
tags: ["Transforms", "Operations", "Conditional"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: dateCompare
keywords: ["transforms", "operations", "date", "compare"] keywords: ["transforms", "operations", "date", "compare"]
description: Compare two dates and return a calculated value. description: Compare two dates and return a calculated value.
slug: /docs/transforms/operations/date-compare slug: /docs/transforms/operations/date-compare
tags: ["Transforms", "Operations", "Date", "Compare"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: dateFormat
keywords: ["transforms", "operations", "date", "format"] keywords: ["transforms", "operations", "date", "format"]
description: Convert datetime strings from one format to another. description: Convert datetime strings from one format to another.
slug: /docs/transforms/operations/date-format slug: /docs/transforms/operations/date-format
tags: ["Transforms", "Operations", "Date", "Format"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -8,7 +8,7 @@ keywords: ["transforms", "operations", "date", "math"]
description: description:
Add, subtract, and round components of a timestamp's incoming value. Add, subtract, and round components of a timestamp's incoming value.
slug: /docs/transforms/operations/date-math slug: /docs/transforms/operations/date-math
tags: ["Transforms", "Operations", "Date", "Math"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: decomposeDiacriticalMarks
keywords: ["transforms", "operations", "decompose", "diacritical", "marks"] keywords: ["transforms", "operations", "decompose", "diacritical", "marks"]
description: Clean or standardize symbols used within language. description: Clean or standardize symbols used within language.
slug: /docs/transforms/operations/decompose-diacritical-marks slug: /docs/transforms/operations/decompose-diacritical-marks
tags: ["Transforms", "Operations", "Diacritical"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: e164Phone
keywords: ["transforms", "operations", "e164", "phone"] keywords: ["transforms", "operations", "e164", "phone"]
description: Convert a phone number string into an E.164-compatible number. description: Convert a phone number string into an E.164-compatible number.
slug: /docs/transforms/operations/e164-phone slug: /docs/transforms/operations/e164-phone
tags: ["Transforms", "Operations", "Phone"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: firstValid
keywords: ["transforms", "operations", "first", "valid"] keywords: ["transforms", "operations", "first", "valid"]
description: Return the first piece of data that is not null. description: Return the first piece of data that is not null.
slug: /docs/transforms/operations/first-valid slug: /docs/transforms/operations/first-valid
tags: ["Transforms", "Operations", "First", "Valid"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: generateRandomString
keywords: ["transforms", "operations", "generate", "random", "string"] keywords: ["transforms", "operations", "generate", "random", "string"]
description: Generate a random string of any length. description: Generate a random string of any length.
slug: /docs/transforms/operations/generate-random-string slug: /docs/transforms/operations/generate-random-string
tags: ["Transforms", "Operations", "Generate", "Random"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: getEndOfString
keywords: ["transforms", "operations", "get", "end", "string"] keywords: ["transforms", "operations", "get", "end", "string"]
description: Get the rightmost N characters of a string. description: Get the rightmost N characters of a string.
slug: /docs/transforms/operations/get-end-of-string slug: /docs/transforms/operations/get-end-of-string
tags: ["Transforms", "Operations", "End"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -8,7 +8,7 @@ keywords:
["transforms", "operations", "get", "reference", "identity", "attribute"] ["transforms", "operations", "get", "reference", "identity", "attribute"]
description: Get another user's identity attribute. description: Get another user's identity attribute.
slug: /docs/transforms/operations/get-reference-identity-attribute slug: /docs/transforms/operations/get-reference-identity-attribute
tags: ["Transforms", "Operations", "Identity", "Attribute"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: identityAttribute
keywords: ["transforms", "operations", "identity", "attribute"] keywords: ["transforms", "operations", "identity", "attribute"]
description: Get a user's identity attribute's value. description: Get a user's identity attribute's value.
slug: /docs/transforms/operations/identity-attribute slug: /docs/transforms/operations/identity-attribute
tags: ["Transforms", "Operations", "Identity", "Attribute"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: indexOf
keywords: ["transforms", "operations", "index", "of"] keywords: ["transforms", "operations", "index", "of"]
description: Get the location of a specific substring within a value. description: Get the location of a specific substring within a value.
slug: /docs/transforms/operations/index-of slug: /docs/transforms/operations/index-of
tags: ["Transforms", "Operations", "Index"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: operations
keywords: ["transforms", "operations"] keywords: ["transforms", "operations"]
description: A list of transform operations. description: A list of transform operations.
slug: /docs/transforms/operations slug: /docs/transforms/operations
tags: ["Transforms", "Operations"] tags: ["Transforms", "Transform Operations"]
--- ---
This document lists each type of operation you can perform in a transform. This document lists each type of operation you can perform in a transform.

View File

@@ -7,7 +7,7 @@ sidebar_class_name: iso3166
keywords: ["transforms", "operations", "iso3166"] keywords: ["transforms", "operations", "iso3166"]
description: Convert a string into an ISO 3166 country code value. description: Convert a string into an ISO 3166 country code value.
slug: /docs/transforms/operations/iso-3166 slug: /docs/transforms/operations/iso-3166
tags: ["Transforms", "Operations", "ISO3166"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: lastIndexOf
keywords: ["transforms", "operations", "last", "index", "of"] keywords: ["transforms", "operations", "last", "index", "of"]
description: Convert a string into an ISO 3166 country code value. description: Convert a string into an ISO 3166 country code value.
slug: /docs/transforms/operations/last-index-of slug: /docs/transforms/operations/last-index-of
tags: ["Transforms", "Operations", "Last", "Index"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: leftPad
keywords: ["transforms", "operations", "left", "pad"] keywords: ["transforms", "operations", "left", "pad"]
description: Convert a string into an ISO 3166 country code value. description: Convert a string into an ISO 3166 country code value.
slug: /docs/transforms/operations/left-pad slug: /docs/transforms/operations/left-pad
tags: ["Transforms", "Operations", "Left", "Pad"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: lookup
keywords: ["transforms", "operations", "lookup"] keywords: ["transforms", "operations", "lookup"]
description: Look up and return a key's matching value. description: Look up and return a key's matching value.
slug: /docs/transforms/operations/lookup slug: /docs/transforms/operations/lookup
tags: ["Transforms", "Operations", "Lookup"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: lower
keywords: ["transforms", "operations", "lower"] keywords: ["transforms", "operations", "lower"]
description: Convert an input string into all lowercase letters. description: Convert an input string into all lowercase letters.
slug: /docs/transforms/operations/lower slug: /docs/transforms/operations/lower
tags: ["Transforms", "Operations", "Lower"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -8,7 +8,7 @@ keywords: ["transforms", "operations", "name normalizer"]
description: description:
Clean or standardize the spelling of strings coming in from source systems. Clean or standardize the spelling of strings coming in from source systems.
slug: /docs/transforms/operations/name-normalizer slug: /docs/transforms/operations/name-normalizer
tags: ["Transforms", "Operations", "Name"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: randomAlphanumeric
keywords: ["transforms", "operations", "random alphanumeric"] keywords: ["transforms", "operations", "random alphanumeric"]
description: Generate a random string of any length. description: Generate a random string of any length.
slug: /docs/transforms/operations/random-alphanumeric slug: /docs/transforms/operations/random-alphanumeric
tags: ["Transforms", "Operations", "Random", "Alphanumeric"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: randomNumeric
keywords: ["transforms", "operations", "random numeric"] keywords: ["transforms", "operations", "random numeric"]
description: Generate a random number of any length. description: Generate a random number of any length.
slug: /docs/transforms/operations/random-numeric slug: /docs/transforms/operations/random-numeric
tags: ["Transforms", "Operations", "Random", "Numeric"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: reference
keywords: ["transforms", "operations", "reference"] keywords: ["transforms", "operations", "reference"]
description: Reuse a transform that has already been written. description: Reuse a transform that has already been written.
slug: /docs/transforms/operations/reference slug: /docs/transforms/operations/reference
tags: ["Transforms", "Operations", "Reference"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: replaceAll
keywords: ["transforms", "operations", "replace all"] keywords: ["transforms", "operations", "replace all"]
description: Find and replace all instances of all patterns. description: Find and replace all instances of all patterns.
slug: /docs/transforms/operations/replace-all slug: /docs/transforms/operations/replace-all
tags: ["Transforms", "Operations", "Replace"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: replace
keywords: ["transforms", "operations", "replace"] keywords: ["transforms", "operations", "replace"]
description: Find and replace all instances of a single string. description: Find and replace all instances of a single string.
slug: /docs/transforms/operations/replace slug: /docs/transforms/operations/replace
tags: ["Transforms", "Operations", "Replace"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: rightPad
keywords: ["transforms", "operations", "right pad"] keywords: ["transforms", "operations", "right pad"]
description: Add padding to the right of an incoming string. description: Add padding to the right of an incoming string.
slug: /docs/transforms/operations/right-pad slug: /docs/transforms/operations/right-pad
tags: ["Transforms", "Operations"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -8,7 +8,7 @@ keywords: ["transforms", "operations", "rule"]
description: description:
Reuse rule logic that has already been written for a previous use case. Reuse rule logic that has already been written for a previous use case.
slug: /docs/transforms/operations/rule slug: /docs/transforms/operations/rule
tags: ["Transforms", "Operations", "Rule"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: split
keywords: ["transforms", "operations", "split"] keywords: ["transforms", "operations", "split"]
description: Return the Nth element of a split array. description: Return the Nth element of a split array.
slug: /docs/transforms/operations/split slug: /docs/transforms/operations/split
tags: ["Transforms", "Operations", "Split"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: static
keywords: ["transforms", "operations", "static"] keywords: ["transforms", "operations", "static"]
description: Return a fixed string value. description: Return a fixed string value.
slug: /docs/transforms/operations/static slug: /docs/transforms/operations/static
tags: ["Transforms", "Operations", "Static"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: substring
keywords: ["transforms", "operations", "substring"] keywords: ["transforms", "operations", "substring"]
description: Get the inner portion of a string passed into the transform. description: Get the inner portion of a string passed into the transform.
slug: /docs/transforms/operations/substring slug: /docs/transforms/operations/substring
tags: ["Transforms", "Operations", "Substring"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -8,7 +8,7 @@ keywords: ["transforms", "operations", "trim"]
description: description:
Trim whitespaces from both the beginning and ending of input strings. Trim whitespaces from both the beginning and ending of input strings.
slug: /docs/transforms/operations/substring slug: /docs/transforms/operations/substring
tags: ["Transforms", "Operations", "Trim"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: upper
keywords: ["transforms", "operations", "upper"] keywords: ["transforms", "operations", "upper"]
description: Convert an input string into all uppercase letters. description: Convert an input string into all uppercase letters.
slug: /docs/transforms/operations/upper slug: /docs/transforms/operations/upper
tags: ["Transforms", "Operations", "Upper"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -8,7 +8,7 @@ keywords: ["transforms", "operations", "username", "generator"]
description: description:
Derive a unique value for an attribute in an account create profile. Derive a unique value for an attribute in an account create profile.
slug: /docs/transforms/operations/username-generator slug: /docs/transforms/operations/username-generator
tags: ["Transforms", "Operations", "Username", "Generator"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview

View File

@@ -7,7 +7,7 @@ sidebar_class_name: uuidGenerator
keywords: ["transforms", "operations", "uuid", "generator"] keywords: ["transforms", "operations", "uuid", "generator"]
description: Create a universal unique ID (UUID). description: Create a universal unique ID (UUID).
slug: /docs/transforms/operations/uuid-generator slug: /docs/transforms/operations/uuid-generator
tags: ["Transforms", "Operations", "UUID", "Generator"] tags: ["Transforms", "Transform Operations"]
--- ---
## Overview ## Overview