Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 527 Bytes

File metadata and controls

34 lines (22 loc) · 527 Bytes

IamResourceSourceValueUnion

Supported Types

Str

IamResourceSourceValueUnion.CreateStr(/* values here */);

Number

IamResourceSourceValueUnion.CreateNumber(/* values here */);

Boolean

IamResourceSourceValueUnion.CreateBoolean(/* values here */);

IamResourceSourceValue

IamResourceSourceValueUnion.CreateIamResourceSourceValue(/* values here */);

ArrayOfAny

IamResourceSourceValueUnion.CreateArrayOfAny(/* values here */);