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"]
description: Look up an account for a particular source on an identity.
slug: /docs/transforms/operations/account-attribute
tags: ["Transforms", "Operations", "Account", "Attribute"]
tags: ["Transforms", "Transform Operations"]
---
## Overview

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -7,7 +7,7 @@ sidebar_class_name: operations
keywords: ["transforms", "operations"]
description: A list of transform 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.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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