ExtensionConfigPropertyType type
Defines values for ExtensionConfigPropertyType.
KnownExtensionConfigPropertyType can be used interchangeably with ExtensionConfigPropertyType,
this enum contains the known values that the service supports.
Known values supported by the service
String: Property type representing a string value.
Int: Property type representing an integer value.
Bool: Property type representing a boolean value.
Array: Property type representing an array value.
Object: Property type representing an object value.
SecureString: Property type representing a secure string value.
SecureObject: Property type representing a secure object value.
type ExtensionConfigPropertyType = string