github.com/Axway/agent-sdk@v1.1.101/pkg/apic/apiserver/models/management/v1alpha1/model_access_request_spec.go (about) 1 package management 2 3 // GENERATE: All of the code below was replaced after code generation 4 5 // AccessRequestSpec (management.v1alpha1.AccessRequest) 6 type AccessRequestSpec struct { 7 // The name of an APIServiceInstance resource that specifies where the API is deployed. 8 ApiServiceInstance string `json:"apiServiceInstance"` 9 // The name of an ManagedApplication resource that groups set of credentials. 10 ManagedApplication string `json:"managedApplication"` 11 // The value that matches the AccessRequestDefinition schema linked to the referenced APIServiceInstance. (management.v1alpha1.AccessRequest) 12 Data map[string]interface{} `json:"data"` 13 Quota *AccessRequestSpecQuota `json:"quota,omitempty"` 14 }