mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
21 lines
608 B
YAML
21 lines
608 B
YAML
title: randomAlphaNumeric
|
|
type: object
|
|
properties:
|
|
length:
|
|
type: string
|
|
description: |
|
|
This is an integer value specifying the size/number of characters the random string must contain
|
|
|
|
|
|
* This value must be a positive number and cannot be blank
|
|
|
|
|
|
* If no length is provided, the transform will default to a value of `32`
|
|
|
|
|
|
* Due to identity attribute data constraints, the maximum allowable value is `450` characters
|
|
example: "10"
|
|
requiresPeriodicRefresh:
|
|
$ref: './RequiresPeriodicRefresh.yaml'
|
|
input:
|
|
$ref: './input.yaml' |