taskagent

package
v1.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2021 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataAgentPool

func DataAgentPool() *schema.Resource

DataAgentPool schema and implementation for agent pool data source

func DataAgentPools

func DataAgentPools() *schema.Resource

DataAgentPools schema and implementation for agent pools data source

func DataAgentQueue

func DataAgentQueue() *schema.Resource

DataAgentQueue schema and implementation for agent queue source

func ResourceAgentPool

func ResourceAgentPool() *schema.Resource

ResourceAgentPool schema and implementation for agent pool resource

func ResourceAgentQueue

func ResourceAgentQueue() *schema.Resource

ResourceAgentQueue schema and implementation for agent queue resource

func ResourceVariableGroup

func ResourceVariableGroup() *schema.Resource

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 KeyVaultSecretAttributes struct {
	Enabled       *bool   `json:"enabled,omitempty"`
	Created       *int64  `json:"created,omitempty"`
	Updated       *int64  `json:"updated,omitempty"`
	Expire        *int64  `json:"exp,omitempty"`
	RecoveryLevel *string `json:"recoveryLevel,omitempty"`
}

type KeyVaultSecretResult added in v0.1.4

type KeyVaultSecretResult struct {
	Value    *[]KeyVaultSecret `json:"value,omitempty"`
	NextLink *string           `json:"nextLink,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL