Class KeyProvisioningFlow (2.17.0)

KeyProvisioningFlow(value)

Type of provisioning flows supported.

Enums

Name Description
KEY_PROVISIONING_FLOW_UNSPECIFIED Unspecified key provisioning flow.
INPUT_ONLY The activationKey field on the Transport must be included in a create or patch request to establish connectivity.
OUTPUT_ONLY The generatedActivationKey field is populated and must be read from the resource and passed into the other provider.
INPUT_OR_OUTPUT Both activation key fields are allowed for establishing connectivity. If a key is input, the generated key is still present after provisioning is finished.