LogoLogo
User GuidesDeveloper ReferenceSupportFAQLog in
  • 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
On this page
  • Properties
  • Example
  1. Models

PostTokenProperties

Properties

Name
Type
Description
Notes

expiry_date

Time

[optional]

name

String

scopes

Array<Scope>

[optional]

status

String

[optional]

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::PostTokenProperties.new(
  expiry_date: null,
  name: push-token,
  scopes: null,
  status: null
)
PreviousPostTokenOutputNextPutRegistryInput

Last updated 2 years ago