ApiManagementAPIOperation

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string ApiManagementAPIOperation
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec ApiManagementAPIOperationSpec
status ApiManagementAPIOperationStatus

ApiManagementAPIOperationSpec

(Appears on:ApiManagementAPIOperation, ApiManagementAPIOperationStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
apiManagementName string
apiName string
description string (Optional)
displayName string
method string
operationID string
request []ApiManagementAPIOperationSpecRequest (Optional)
resourceGroupName string
response []ApiManagementAPIOperationSpecResponse (Optional)
templateParameter []ApiManagementAPIOperationSpecTemplateParameter (Optional)
urlTemplate string

ApiManagementAPIOperationSpecRequest

(Appears on:ApiManagementAPIOperationSpec)
Field Type Description
description string (Optional)
header []ApiManagementAPIOperationSpecRequestHeader (Optional)
queryParameter []ApiManagementAPIOperationSpecRequestQueryParameter (Optional)
representation []ApiManagementAPIOperationSpecRequestRepresentation (Optional)

ApiManagementAPIOperationSpecRequestHeader

(Appears on:ApiManagementAPIOperationSpecRequest)
Field Type Description
defaultValue string (Optional)
description string (Optional)
name string
required bool
type string
values []string (Optional)

ApiManagementAPIOperationSpecRequestQueryParameter

(Appears on:ApiManagementAPIOperationSpecRequest)
Field Type Description
defaultValue string (Optional)
description string (Optional)
name string
required bool
type string
values []string (Optional)

ApiManagementAPIOperationSpecRequestRepresentation

(Appears on:ApiManagementAPIOperationSpecRequest)
Field Type Description
contentType string
formParameter []ApiManagementAPIOperationSpecRequestRepresentationFormParameter (Optional)
sample string (Optional)
schemaID string (Optional)
typeName string (Optional)

ApiManagementAPIOperationSpecRequestRepresentationFormParameter

(Appears on:ApiManagementAPIOperationSpecRequestRepresentation)
Field Type Description
defaultValue string (Optional)
description string (Optional)
name string
required bool
type string
values []string (Optional)

ApiManagementAPIOperationSpecResponse

(Appears on:ApiManagementAPIOperationSpec)
Field Type Description
description string (Optional)
header []ApiManagementAPIOperationSpecResponseHeader (Optional)
representation []ApiManagementAPIOperationSpecResponseRepresentation (Optional)
statusCode int

ApiManagementAPIOperationSpecResponseHeader

(Appears on:ApiManagementAPIOperationSpecResponse)
Field Type Description
defaultValue string (Optional)
description string (Optional)
name string
required bool
type string
values []string (Optional)

ApiManagementAPIOperationSpecResponseRepresentation

(Appears on:ApiManagementAPIOperationSpecResponse)
Field Type Description
contentType string
formParameter []ApiManagementAPIOperationSpecResponseRepresentationFormParameter (Optional)
sample string (Optional)
schemaID string (Optional)
typeName string (Optional)

ApiManagementAPIOperationSpecResponseRepresentationFormParameter

(Appears on:ApiManagementAPIOperationSpecResponseRepresentation)
Field Type Description
defaultValue string (Optional)
description string (Optional)
name string
required bool
type string
values []string (Optional)

ApiManagementAPIOperationSpecTemplateParameter

(Appears on:ApiManagementAPIOperationSpec)
Field Type Description
defaultValue string (Optional)
description string (Optional)
name string
required bool
type string
values []string (Optional)

ApiManagementAPIOperationStatus

(Appears on:ApiManagementAPIOperation)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output ApiManagementAPIOperationSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)