Documentation
¶
Index ¶
- func DataAgentPool() *schema.Resource
- func DataAgentPools() *schema.Resource
- func DataAgentQueue() *schema.Resource
- func DataVariableGroup() *schema.Resource
- func ResourceAgentPool() *schema.Resource
- func ResourceAgentQueue() *schema.Resource
- func ResourceEnvironment() *schema.Resource
- func ResourceVariableGroup() *schema.Resource
- type KeyVaultSecret
- type KeyVaultSecretAttributes
- type KeyVaultSecretResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAgentPool ¶
DataAgentPool schema and implementation for agent pool data source
func DataAgentPools ¶
DataAgentPools schema and implementation for agent pools data source
func DataAgentQueue ¶
DataAgentQueue schema and implementation for agent queue source
func DataVariableGroup ¶ added in v0.2.0
func ResourceAgentPool ¶
ResourceAgentPool schema and implementation for agent pool resource
func ResourceAgentQueue ¶
ResourceAgentQueue schema and implementation for agent queue resource
func ResourceEnvironment ¶ added in v0.2.0
ResourceEnvironment schema and implementation for environment resource
func ResourceVariableGroup ¶
ResourceVariableGroup schema and implementation for variable group resource
Types ¶
type KeyVaultSecret ¶ added in v0.1.4
type KeyVaultSecret struct { ContentType *string `json:"contentType,omitempty"` ID *string `json:"id,omitempty"` KeyVaultSecretAttributes `json:"attributes,omitempty"` }
type KeyVaultSecretAttributes ¶ added in v0.1.4
type KeyVaultSecretResult ¶ added in v0.1.4
type KeyVaultSecretResult struct { Value *[]KeyVaultSecret `json:"value,omitempty"` NextLink *string `json:"nextLink,omitempty"` }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.