Documentation ¶
Index ¶
- Constants
- func BuildPermissionTargetSchema() map[string]*schema.Schema
- func CheckAccessToken(id string, request *resty.Request) (*resty.Response, error)
- func NewCertificateResource() resource.Resource
- func NewDistributionPublicKeyResource() resource.Resource
- func NewGlobalEnvironmentResource() resource.Resource
- func NewGroupResource() resource.Resource
- func NewKeyPairResource() resource.Resource
- func NewScopedTokenResource() resource.Resource
- func PackPermissionTarget(permissionTarget *PermissionTargetParams, d *schema.ResourceData) diag.Diagnostics
- func PermTargetExists(id string, m interface{}) (bool, error)
- func ResourceArtifactoryAccessToken() *schema.Resource
- func ResourceArtifactoryApiKey() *schema.Resource
- func ResourceArtifactoryPermissionTarget() *schema.Resource
- func ResourceArtifactoryPermissionTargets() *schema.Resource
- func TokenOptsToValues(t AccessTokenOptions) (url.Values, error)
- func VerifyKeyPair(id string, request *resty.Request) (*resty.Response, error)
- type AccessTokenErrorResponseAPIModel
- type AccessTokenGetAPIModel
- type AccessTokenOptions
- type AccessTokenPostRequestAPIModel
- type AccessTokenPostResponseAPIModel
- type AccessTokenRevokeOptions
- type Actions
- type ApiKey
- type ArtifactoryGroupResource
- func (r *ArtifactoryGroupResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *ArtifactoryGroupResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ArtifactoryGroupResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ArtifactoryGroupResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *ArtifactoryGroupResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *ArtifactoryGroupResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ArtifactoryGroupResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ArtifactoryGroupResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ArtifactoryGroupResourceAPIModel
- type ArtifactoryGroupResourceModel
- type CertificateAPIModel
- type CertificateResource
- func (r CertificateResource) ConfigValidators(ctx context.Context) []resource.ConfigValidator
- func (r *CertificateResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *CertificateResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *CertificateResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *CertificateResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *CertificateResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *CertificateResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *CertificateResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *CertificateResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type CertificateResourceModel
- type DistributionPublicKeyAPIModel
- type DistributionPublicKeyResource
- func (r *DistributionPublicKeyResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *DistributionPublicKeyResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *DistributionPublicKeyResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *DistributionPublicKeyResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *DistributionPublicKeyResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *DistributionPublicKeyResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *DistributionPublicKeyResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *DistributionPublicKeyResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type DistributionPublicKeyResourceModel
- type DistributionPublicKeysList
- type GlobalEnvironmentModel
- type GlobalEnvironmentPostRenameRequestAPIModel
- type GlobalEnvironmentPostRequestAPIModel
- type GlobalEnvironmentResource
- func (r *GlobalEnvironmentResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *GlobalEnvironmentResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *GlobalEnvironmentResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *GlobalEnvironmentResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *GlobalEnvironmentResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *GlobalEnvironmentResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *GlobalEnvironmentResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *GlobalEnvironmentResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type GlobalEnvironmentsAPIModel
- type KeyPairAPIModel
- type KeyPairResource
- func (r *KeyPairResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *KeyPairResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *KeyPairResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *KeyPairResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *KeyPairResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *KeyPairResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *KeyPairResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *KeyPairResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type KeyPairResourceModel
- type PermissionTargetParams
- type PermissionTargetSection
- type ScopedTokenResource
- func (r *ScopedTokenResource) Configure(ctx context.Context, req resource.ConfigureRequest, ...)
- func (r *ScopedTokenResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
- func (r *ScopedTokenResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
- func (r *ScopedTokenResource) ImportState(ctx context.Context, req resource.ImportStateRequest, ...)
- func (r *ScopedTokenResource) Metadata(ctx context.Context, req resource.MetadataRequest, ...)
- func (r *ScopedTokenResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
- func (r *ScopedTokenResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
- func (r *ScopedTokenResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
- type ScopedTokenResourceModel
- type TablessSigningKeyType
- func (t TablessSigningKeyType) Equal(o attr.Type) bool
- func (t TablessSigningKeyType) String() string
- func (t TablessSigningKeyType) ValueFromString(ctx context.Context, in basetypes.StringValue) (basetypes.StringValuable, diag.Diagnostics)
- func (t TablessSigningKeyType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t TablessSigningKeyType) ValueType(ctx context.Context) attr.Value
- type TablessSigningKeyValue
Constants ¶
const ( PermRead = "read" PermWrite = "write" PermAnnotate = "annotate" PermDelete = "delete" PermManage = "manage" PermManagedXrayMeta = "managedXrayMeta" PermDistribute = "distribute" )
const ApiKeyEndpoint = "artifactory/api/security/apiKey"
const CertificateEndpoint = "artifactory/api/system/security/certificates/"
const DistributionPublicKeysAPIEndPoint = "artifactory/api/security/keys/trusted"
const GroupsEndpoint = "artifactory/api/security/groups/"
const KeypairEndPoint = "artifactory/api/security/keypair/"
const PermissionsEndPoint = "artifactory/api/v2/security/permissions/"
Variables ¶
This section is empty.
Functions ¶
func BuildPermissionTargetSchema ¶ added in v9.7.4
func CheckAccessToken ¶
func NewCertificateResource ¶ added in v9.6.0
func NewDistributionPublicKeyResource ¶ added in v9.3.0
func NewGroupResource ¶
func NewKeyPairResource ¶ added in v9.7.0
func NewScopedTokenResource ¶
func PackPermissionTarget ¶ added in v9.7.4
func PackPermissionTarget(permissionTarget *PermissionTargetParams, d *schema.ResourceData) diag.Diagnostics
func PermTargetExists ¶
func ResourceArtifactoryPermissionTarget ¶ added in v9.7.4
func ResourceArtifactoryPermissionTargets ¶ added in v9.7.4
func TokenOptsToValues ¶
func TokenOptsToValues(t AccessTokenOptions) (url.Values, error)
func VerifyKeyPair ¶
Types ¶
type AccessTokenGetAPIModel ¶
type AccessTokenOptions ¶
type AccessTokenOptions struct { // The grant type used to authenticate the request. In this case, the only value supported is "client_credentials" which is also the default value if this parameter is not specified. GrantType string `url:"grant_type,omitempty"` // [Optional, default: "client_credentials"] // The user name for which this token is created. If the user does not exist, a transient user is created. Non-admin users can only create tokens for themselves so they must specify their own username. // If the user does not exist, the member-of-groups scope token must be provided (e.g. member-of-groups: g1, g2, g3...) Username string `url:"username,omitempty"` // The scope to assign to the token provided as a space-separated list of scope tokens. Currently there are three possible scope tokens: // - "api:*" - indicates that the token grants access to REST API calls. This is always granted by default whether specified in the call or not. // - member-of-groups:[<group-name>] - indicates the groups that the token is associated with (e.g. member-of-groups: g1, g2, g3...). The token grants access according to the permission targets specified for the groups listed. // Specify "*" for group-name to indicate that the token should provide the same access privileges that are given to the group of which the logged in user is a member. // A non-admin user can only provide a scope that is a subset of the groups to which he belongs // - "jfrt@<instance-id>:admin" - provides admin privileges on the specified Artifactory instance. This is only available for administrators. // If omitted and the username specified exists, the token is granted the scope of that user. Scope string `url:"scope,omitempty"` // [Optional if the user specified in username exists] // The time in seconds for which the token will be valid. To specify a token that never expires, set to zero. Non-admin can only set a value that is equal to or less than the default 3600. ExpiresIn int `url:"expires_in"` // [Optional, default: 3600] // If true, this token is refreshable and the refresh token can be used to replace it with a new token once it expires. Refreshable string `url:"refreshable,omitempty"` // [Optional, default: false] // A space-separate list of the other Artifactory instances or services that should accept this token identified by their Artifactory Service IDs as obtained from the Get Service ID endpoint. // In case you want the token to be accepted by all Artifactory instances you may use the following audience parameter "audience=jfrt@*". Audience string `url:"audience,omitempty"` // [Optional, default: Only the Service ID of the Artifactory instance that created the token] }
type AccessTokenPostRequestAPIModel ¶
type AccessTokenPostRequestAPIModel struct { GrantType string `json:"grant_type"` Username string `json:"username,omitempty"` ProjectKey string `json:"project_key"` Scope string `json:"scope,omitempty"` ExpiresIn int64 `json:"expires_in"` Refreshable bool `json:"refreshable"` Description string `json:"description,omitempty"` Audience string `json:"audience,omitempty"` IncludeReferenceToken bool `json:"include_reference_token"` }
type AccessTokenPostResponseAPIModel ¶
type AccessTokenPostResponseAPIModel struct { TokenId string `json:"token_id"` AccessToken string `json:"access_token"` RefreshToken string `json:"refresh_token"` ExpiresIn int64 `json:"expires_in"` Scope string `json:"scope"` TokenType string `json:"token_type"` ReferenceToken string `json:"reference_token"` }
type AccessTokenRevokeOptions ¶
type AccessTokenRevokeOptions struct {
Token string `url:"token,omitempty"`
}
AccessTokenRevokeOptions jfrog client go has no v1 code and moving to v2 would be a lot of work. To remove the dependency, we copy and past it here
type ArtifactoryGroupResource ¶
type ArtifactoryGroupResource struct { ProviderData util.ProvderMetadata TypeName string }
func (*ArtifactoryGroupResource) Configure ¶
func (r *ArtifactoryGroupResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*ArtifactoryGroupResource) Create ¶
func (r *ArtifactoryGroupResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ArtifactoryGroupResource) Delete ¶
func (r *ArtifactoryGroupResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ArtifactoryGroupResource) ImportState ¶
func (r *ArtifactoryGroupResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
ImportState imports the resource into the Terraform state.
func (*ArtifactoryGroupResource) Metadata ¶
func (r *ArtifactoryGroupResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ArtifactoryGroupResource) Read ¶
func (r *ArtifactoryGroupResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ArtifactoryGroupResource) Schema ¶
func (r *ArtifactoryGroupResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ArtifactoryGroupResource) Update ¶
func (r *ArtifactoryGroupResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ArtifactoryGroupResourceAPIModel ¶
type ArtifactoryGroupResourceAPIModel struct { Name string `json:"name"` Description string `json:"description,omitempty"` ExternalId string `json:"externalId,omitempty"` AutoJoin bool `json:"autoJoin"` AdminPrivileges bool `json:"adminPrivileges"` Realm string `json:"realm"` RealmAttributes string `json:"realmAttributes,omitempty"` UsersNames []string `json:"userNames"` WatchManager bool `json:"watchManager"` PolicyManager bool `json:"policyManager"` ReportsManager bool `json:"reportsManager"` }
ArtifactoryGroupResourceAPIModel describes the API data model.
type ArtifactoryGroupResourceModel ¶
type ArtifactoryGroupResourceModel struct { Id types.String `tfsdk:"id"` Name types.String `tfsdk:"name"` Description types.String `tfsdk:"description"` ExternalId types.String `tfsdk:"external_id"` AutoJoin types.Bool `tfsdk:"auto_join"` AdminPrivileges types.Bool `tfsdk:"admin_privileges"` Realm types.String `tfsdk:"realm"` RealmAttributes types.String `tfsdk:"realm_attributes"` DetachAllUsers types.Bool `tfsdk:"detach_all_users"` UsersNames types.Set `tfsdk:"users_names"` WatchManager types.Bool `tfsdk:"watch_manager"` PolicyManager types.Bool `tfsdk:"policy_manager"` ReportsManager types.Bool `tfsdk:"reports_manager"` }
ArtifactoryGroupResourceModel describes the Terraform resource data model to match the resource schema.
func (*ArtifactoryGroupResourceModel) ToState ¶
func (r *ArtifactoryGroupResourceModel) ToState(ctx context.Context, group ArtifactoryGroupResourceAPIModel) diag.Diagnostics
type CertificateAPIModel ¶ added in v9.6.0
type CertificateAPIModel struct { Alias string `json:"certificateAlias"` Fingerprint string `json:"fingerprint"` IssuedOn string `json:"issuedOn"` IssuedBy string `json:"issuedBy"` IssuedTo string `json:"issuedTo"` ValidUntil string `json:"validUntil"` }
CertificateAPIModel describes the API data model.
func FindCertificate ¶
func FindCertificate(alias string, restyRequest *resty.Request) (*CertificateAPIModel, error)
type CertificateResource ¶ added in v9.6.0
type CertificateResource struct { ProviderData util.ProvderMetadata TypeName string }
func (CertificateResource) ConfigValidators ¶ added in v9.6.0
func (r CertificateResource) ConfigValidators(ctx context.Context) []resource.ConfigValidator
func (*CertificateResource) Configure ¶ added in v9.6.0
func (r *CertificateResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*CertificateResource) Create ¶ added in v9.6.0
func (r *CertificateResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*CertificateResource) Delete ¶ added in v9.6.0
func (r *CertificateResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*CertificateResource) ImportState ¶ added in v9.6.0
func (r *CertificateResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
ImportState imports the resource into the Terraform state.
func (*CertificateResource) Metadata ¶ added in v9.6.0
func (r *CertificateResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*CertificateResource) Read ¶ added in v9.6.0
func (r *CertificateResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*CertificateResource) Schema ¶ added in v9.6.0
func (r *CertificateResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*CertificateResource) Update ¶ added in v9.6.0
func (r *CertificateResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type CertificateResourceModel ¶ added in v9.6.0
type CertificateResourceModel struct { Alias types.String `tfsdk:"alias"` Content types.String `tfsdk:"content"` File types.String `tfsdk:"file"` Fingerprint types.String `tfsdk:"fingerprint"` IssuedBy types.String `tfsdk:"issued_by"` IssuedOn types.String `tfsdk:"issued_on"` IssuedTo types.String `tfsdk:"issued_to"` ValidUntil types.String `tfsdk:"valid_until"` }
CertificateResourceModel describes the Terraform resource data model to match the resource schema.
func (*CertificateResourceModel) FromAPIModel ¶ added in v9.6.0
func (r *CertificateResourceModel) FromAPIModel(ctx context.Context, model *CertificateAPIModel) diag.Diagnostics
type DistributionPublicKeyAPIModel ¶ added in v9.3.0
type DistributionPublicKeyAPIModel struct { KeyId string `json:"kid,omitempty"` Alias string `json:"alias"` Fingerprint string `json:"fingerprint,omitempty"` PublicKey string `json:"key"` IssuedOn string `json:"issued_on,omitempty"` IssuedBy string `json:"issued_by,omitempty"` ValidUntil string `json:"valid_until,omitempty"` }
DistributionPublicKeyAPIModel describes the API data model.
type DistributionPublicKeyResource ¶ added in v9.3.0
type DistributionPublicKeyResource struct { ProviderData util.ProvderMetadata TypeName string }
func (*DistributionPublicKeyResource) Configure ¶ added in v9.3.0
func (r *DistributionPublicKeyResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*DistributionPublicKeyResource) Create ¶ added in v9.3.0
func (r *DistributionPublicKeyResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*DistributionPublicKeyResource) Delete ¶ added in v9.3.0
func (r *DistributionPublicKeyResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*DistributionPublicKeyResource) ImportState ¶ added in v9.3.0
func (r *DistributionPublicKeyResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
ImportState imports the resource into the Terraform state.
func (*DistributionPublicKeyResource) Metadata ¶ added in v9.3.0
func (r *DistributionPublicKeyResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*DistributionPublicKeyResource) Read ¶ added in v9.3.0
func (r *DistributionPublicKeyResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*DistributionPublicKeyResource) Schema ¶ added in v9.3.0
func (r *DistributionPublicKeyResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*DistributionPublicKeyResource) Update ¶ added in v9.3.0
func (r *DistributionPublicKeyResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type DistributionPublicKeyResourceModel ¶ added in v9.3.0
type DistributionPublicKeyResourceModel struct { KeyId types.String `tfsdk:"key_id"` Alias types.String `tfsdk:"alias"` Fingerprint types.String `tfsdk:"fingerprint"` PublicKey TablessSigningKeyValue `tfsdk:"public_key"` IssuedOn types.String `tfsdk:"issued_on"` IssuedBy types.String `tfsdk:"issued_by"` ValidUntil types.String `tfsdk:"valid_until"` }
DistributionPublicKeyResourceModel describes the Terraform resource data model to match the resource schema.
func (*DistributionPublicKeyResourceModel) FromAPIModel ¶ added in v9.3.0
func (r *DistributionPublicKeyResourceModel) FromAPIModel(ctx context.Context, model *DistributionPublicKeyAPIModel) diag.Diagnostics
type DistributionPublicKeysList ¶
type DistributionPublicKeysList struct {
Keys []DistributionPublicKeyAPIModel `json:"keys"`
}
type GlobalEnvironmentModel ¶
type GlobalEnvironmentModel struct { Id types.String `tfsdk:"id"` Name types.String `tfsdk:"name"` }
GlobalEnvironmentModel describes the Terraform resource data model to match the resource schema.
type GlobalEnvironmentPostRenameRequestAPIModel ¶
type GlobalEnvironmentPostRenameRequestAPIModel struct {
Name string `json:"new_name"`
}
type GlobalEnvironmentPostRequestAPIModel ¶
type GlobalEnvironmentPostRequestAPIModel struct {
Name string `json:"name"`
}
type GlobalEnvironmentResource ¶
type GlobalEnvironmentResource struct { ProviderData util.ProvderMetadata TypeName string }
func (*GlobalEnvironmentResource) Configure ¶
func (r *GlobalEnvironmentResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*GlobalEnvironmentResource) Create ¶
func (r *GlobalEnvironmentResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*GlobalEnvironmentResource) Delete ¶
func (r *GlobalEnvironmentResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*GlobalEnvironmentResource) ImportState ¶
func (r *GlobalEnvironmentResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
ImportState imports the resource into the Terraform state.
func (*GlobalEnvironmentResource) Metadata ¶
func (r *GlobalEnvironmentResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*GlobalEnvironmentResource) Read ¶
func (r *GlobalEnvironmentResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*GlobalEnvironmentResource) Schema ¶
func (r *GlobalEnvironmentResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*GlobalEnvironmentResource) Update ¶
func (r *GlobalEnvironmentResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type GlobalEnvironmentsAPIModel ¶
type GlobalEnvironmentsAPIModel []struct { Name string `json:"name"` }
type KeyPairAPIModel ¶ added in v9.7.0
type KeyPairAPIModel struct { PairName string `json:"pairName"` PairType string `json:"pairType"` Alias string `json:"alias"` PrivateKey string `json:"privateKey"` Passphrase string `json:"passphrase"` PublicKey string `json:"publicKey"` }
KeyPairAPIModel describes the API data model.
type KeyPairResource ¶ added in v9.7.0
type KeyPairResource struct { ProviderData util.ProvderMetadata TypeName string }
func (*KeyPairResource) Configure ¶ added in v9.7.0
func (r *KeyPairResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*KeyPairResource) Create ¶ added in v9.7.0
func (r *KeyPairResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*KeyPairResource) Delete ¶ added in v9.7.0
func (r *KeyPairResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*KeyPairResource) ImportState ¶ added in v9.7.0
func (r *KeyPairResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
ImportState imports the resource into the Terraform state.
func (*KeyPairResource) Metadata ¶ added in v9.7.0
func (r *KeyPairResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*KeyPairResource) Read ¶ added in v9.7.0
func (r *KeyPairResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*KeyPairResource) Schema ¶ added in v9.7.0
func (r *KeyPairResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*KeyPairResource) Update ¶ added in v9.7.0
func (r *KeyPairResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type KeyPairResourceModel ¶ added in v9.7.0
type KeyPairResourceModel struct { PairName types.String `tfsdk:"pair_name"` PairType types.String `tfsdk:"pair_type"` Alias types.String `tfsdk:"alias"` PrivateKey TablessSigningKeyValue `tfsdk:"private_key"` Passphrase types.String `tfsdk:"passphrase"` PublicKey TablessSigningKeyValue `tfsdk:"public_key"` }
KeyPairResourceModel describes the Terraform resource data model to match the resource schema.
func (*KeyPairResourceModel) FromAPIModel ¶ added in v9.7.0
func (r *KeyPairResourceModel) FromAPIModel(ctx context.Context, model *KeyPairAPIModel) diag.Diagnostics
type PermissionTargetParams ¶ added in v9.7.4
type PermissionTargetParams struct { Name string `json:"name"` Repo *PermissionTargetSection `json:"repo,omitempty"` Build *PermissionTargetSection `json:"build,omitempty"` ReleaseBundle *PermissionTargetSection `json:"releaseBundle,omitempty"` }
PermissionTargetParams Copy from https://github.com/jfrog/jfrog-client-go/blob/master/artifactory/services/permissiontarget.go#L116
Using struct pointers to keep the fields null if they are empty. Artifactory evaluates inner struct typed fields if they are not null, which can lead to failures in the request.
type PermissionTargetSection ¶
type ScopedTokenResource ¶
type ScopedTokenResource struct { ProviderData util.ProvderMetadata TypeName string }
func (*ScopedTokenResource) Configure ¶
func (r *ScopedTokenResource) Configure(ctx context.Context, req resource.ConfigureRequest, resp *resource.ConfigureResponse)
func (*ScopedTokenResource) Create ¶
func (r *ScopedTokenResource) Create(ctx context.Context, req resource.CreateRequest, resp *resource.CreateResponse)
func (*ScopedTokenResource) Delete ¶
func (r *ScopedTokenResource) Delete(ctx context.Context, req resource.DeleteRequest, resp *resource.DeleteResponse)
func (*ScopedTokenResource) ImportState ¶
func (r *ScopedTokenResource) ImportState(ctx context.Context, req resource.ImportStateRequest, resp *resource.ImportStateResponse)
ImportState imports the resource into the Terraform state.
func (*ScopedTokenResource) Metadata ¶
func (r *ScopedTokenResource) Metadata(ctx context.Context, req resource.MetadataRequest, resp *resource.MetadataResponse)
func (*ScopedTokenResource) Read ¶
func (r *ScopedTokenResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse)
func (*ScopedTokenResource) Schema ¶
func (r *ScopedTokenResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse)
func (*ScopedTokenResource) Update ¶
func (r *ScopedTokenResource) Update(ctx context.Context, req resource.UpdateRequest, resp *resource.UpdateResponse)
type ScopedTokenResourceModel ¶
type ScopedTokenResourceModel struct { Id types.String `tfsdk:"id"` GrantType types.String `tfsdk:"grant_type"` Username types.String `tfsdk:"username"` ProjectKey types.String `tfsdk:"project_key"` Scopes types.Set `tfsdk:"scopes"` ExpiresIn types.Int64 `tfsdk:"expires_in"` Refreshable types.Bool `tfsdk:"refreshable"` IncludeReferenceToken types.Bool `tfsdk:"include_reference_token"` Description types.String `tfsdk:"description"` Audiences types.Set `tfsdk:"audiences"` AccessToken types.String `tfsdk:"access_token"` RefreshToken types.String `tfsdk:"refresh_token"` ReferenceToken types.String `tfsdk:"reference_token"` TokenType types.String `tfsdk:"token_type"` Subject types.String `tfsdk:"subject"` Expiry types.Int64 `tfsdk:"expiry"` IssuedAt types.Int64 `tfsdk:"issued_at"` Issuer types.String `tfsdk:"issuer"` }
ScopedTokenResourceModel describes the Terraform resource data model to match the resource schema.
func (*ScopedTokenResourceModel) GetResponseToState ¶
func (r *ScopedTokenResourceModel) GetResponseToState(ctx context.Context, accessToken *AccessTokenGetAPIModel)
func (*ScopedTokenResourceModel) PostResponseToState ¶
func (r *ScopedTokenResourceModel) PostResponseToState(ctx context.Context, accessTokenResp *AccessTokenPostResponseAPIModel, accessTokenPostBody *AccessTokenPostRequestAPIModel, getResult *AccessTokenGetAPIModel) diag.Diagnostics
type TablessSigningKeyType ¶ added in v9.7.0
type TablessSigningKeyType struct {
basetypes.StringType
}
func (TablessSigningKeyType) Equal ¶ added in v9.7.0
func (t TablessSigningKeyType) Equal(o attr.Type) bool
func (TablessSigningKeyType) String ¶ added in v9.7.0
func (t TablessSigningKeyType) String() string
func (TablessSigningKeyType) ValueFromString ¶ added in v9.7.0
func (t TablessSigningKeyType) ValueFromString(ctx context.Context, in basetypes.StringValue) (basetypes.StringValuable, diag.Diagnostics)
func (TablessSigningKeyType) ValueFromTerraform ¶ added in v9.7.0
type TablessSigningKeyValue ¶ added in v9.7.0
type TablessSigningKeyValue struct {
basetypes.StringValue
}
func (TablessSigningKeyValue) Equal ¶ added in v9.7.0
func (v TablessSigningKeyValue) Equal(o attr.Value) bool
func (TablessSigningKeyValue) StringSemanticEquals ¶ added in v9.7.0
func (v TablessSigningKeyValue) StringSemanticEquals(ctx context.Context, newValuable basetypes.StringValuable) (bool, diag.Diagnostics)
StringSemanticEquals returns true if the given string value is semantically equal to the current string value. (case-insensitive)
Source Files ¶
- resource_artifactory_access_token.go
- resource_artifactory_api_key.go
- resource_artifactory_certificate.go
- resource_artifactory_distribution_public_key.go
- resource_artifactory_global_environment.go
- resource_artifactory_group.go
- resource_artifactory_keypair.go
- resource_artifactory_permission_target.go
- resource_artifactory_scoped_token.go
- security.go