flow property

String? flow
getter/setter pair

Type of provisioning flows supported by this profile.

Output only. Possible string values are:

  • "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.

Implementation

core.String? flow;