mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
adding description frontmatter back
This commit is contained in:
@@ -5,6 +5,7 @@ pagination_label: Account Attribute
|
||||
sidebar_label: Account Attribute
|
||||
sidebar_class_name: accountAttribute
|
||||
keywords: ['transforms', 'operations', 'account', 'attribute']
|
||||
description: Use the account attribute transform to look up an account for a particular source on an identity and return a specific attribute value from that account.
|
||||
slug: /docs/transforms/operations/account-attribute
|
||||
tags: ['Transforms', 'Transform Operations']
|
||||
---
|
||||
|
||||
@@ -5,6 +5,7 @@ pagination_label: Base64 Decode
|
||||
sidebar_label: Base64 Decode
|
||||
sidebar_class_name: base64Decode
|
||||
keywords: ['transforms', 'operations', 'base64', 'decode']
|
||||
description: Base64 is mostly used to encode binary data like images so that the data can be represented as a string within HTML, email, or other text documents. Base64 is also commonly used to encode data that can be unsupported or damaged during transfer, storage, or output.
|
||||
slug: /docs/transforms/operations/base64-decode
|
||||
tags: ['Transforms', 'Transform Operations']
|
||||
---
|
||||
|
||||
@@ -5,6 +5,7 @@ pagination_label: Name Normalizer
|
||||
sidebar_label: Name Normalizer
|
||||
sidebar_class_name: nameNormalizer
|
||||
keywords: ['transforms', 'operations', 'name normalizer']
|
||||
description: Use the name normalizer transform to clean or standardize the spelling of strings coming in from source systems. The most common use for this transform is for names and other proper nouns, but the transform is not necessarily limited to those data elements.
|
||||
slug: /docs/transforms/operations/name-normalizer
|
||||
tags: ['Transforms', 'Transform Operations']
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user