PasswordConfig: PasswordConfig Class

PasswordConfigR Documentation

PasswordConfig Class

Description

PasswordConfig Class

PasswordConfig Class

Public fields

can
min_length
require_numeric
require_upperlower
require_special

Methods

Public methods


Method new()

Usage
PasswordConfig$new(
  can,
  min_length,
  require_numeric,
  require_upperlower,
  require_special
)

Method toJSON()

Usage
PasswordConfig$toJSON()

Method fromJSONObject()

Usage
PasswordConfig$fromJSONObject(PasswordConfigJsonObject)

Method fromJSON()

Usage
PasswordConfig$fromJSON(PasswordConfigJson)

Method toJSONString()

Usage
PasswordConfig$toJSONString()

Method fromJSONString()

Usage
PasswordConfig$fromJSONString(PasswordConfigJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
PasswordConfig$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.