User GuidesAPIs, SDKs & ToolsSupportFAQ
Search…
⌃K
Links
Introduction
Changelog
API
LocationsApi
NamesApi
RegistriesApi
RepositoriesApi
TokensApi
Models
ApiErrorMessage
ApiErrorResponse
ApiResourceMetadata
Credentials
Day
Location
LocationsResponse
PaginationLinks
PatchRegistryInput
PatchTokenInput
PostRegistryInput
PostRegistryOutput
PostRegistryProperties
PostTokenInput
PostTokenOutput
PostTokenProperties
PutRegistryInput
PutRegistryOutput
PutTokenInput
PutTokenOutput
RegistriesResponse
RegistryProperties
RegistryResponse
Scope
StorageUsage
TokenProperties
TokenResponse
TokensResponse
WeeklySchedule
Powered By GitBook

Scope

Properties

Name
Type
Description
Notes
actions
Array<String>
​
​
name
String
​
​
type
String
​
​

Example

require 'ionoscloud-container-registry'
​
instance = IonoscloudContainerRegistry::Scope.new(
actions: ["pull", "push", "delete"],
name: *,
type: repository
)
Models - Previous
RegistryResponse
Next - Models
StorageUsage
Last modified 3mo ago
Copy link
On this page
Properties
Example