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
)
Last updated