Permissions

gcp/Item/Permissions
include('gcp/Item/Permissions')
Illustration Permissions PermissionsCard PermissionsGroup
illustration for Illustration illustration for Permissions illustration for PermissionsCard illustration for PermissionsGroup

Sprites

The item provides the following sriptes:

  • <$PermissionsXs>
  • <$PermissionsSm>
  • <$PermissionsMd>
  • <$PermissionsLg>

Permissions

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element Permissions
include('gcp/Item/Permissions')

' renders the element
Permissions('Permissions', 'Permissions', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element Permissions
include('gcp/Item/Permissions')

' renders the element
Permissions('Permissions', 'Permissions', 'an optional tech label', 'an optional description')
@enduml

PermissionsCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element PermissionsCard
include('gcp/Item/Permissions')

' renders the element
PermissionsCard('PermissionsCard', 'Permissions Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element PermissionsCard
include('gcp/Item/Permissions')

' renders the element
PermissionsCard('PermissionsCard', 'Permissions Card', 'an optional description')
@enduml

PermissionsGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element PermissionsGroup
include('gcp/Item/Permissions')

' renders the element
PermissionsGroup('PermissionsGroup', 'Permissions Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('gcp/bootstrap')

' loads the Item which embeds the element PermissionsGroup
include('gcp/Item/Permissions')

' renders the element
PermissionsGroup('PermissionsGroup', 'Permissions Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml