ServiceExternalIdentities

azure-17/Item/Identity/ServiceExternalIdentities
include('azure-17/Item/Identity/ServiceExternalIdentities')
Illustration ServiceExternalIdentities ServiceExternalIdentitiesCard ServiceExternalIdentitiesGroup
illustration for Illustration illustration for ServiceExternalIdentities illustration for ServiceExternalIdentitiesCard illustration for ServiceExternalIdentitiesGroup

Sprites

The item provides the following sriptes:

  • <$ServiceExternalIdentitiesXs>
  • <$ServiceExternalIdentitiesSm>
  • <$ServiceExternalIdentitiesMd>
  • <$ServiceExternalIdentitiesLg>

ServiceExternalIdentities

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('azure-17/bootstrap')

' loads the Item which embeds the element ServiceExternalIdentities
include('azure-17/Item/Identity/ServiceExternalIdentities')

' renders the element
ServiceExternalIdentities('ServiceExternalIdentities', 'Service External Identities', '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('azure-17/bootstrap')

' loads the Item which embeds the element ServiceExternalIdentities
include('azure-17/Item/Identity/ServiceExternalIdentities')

' renders the element
ServiceExternalIdentities('ServiceExternalIdentities', 'Service External Identities', 'an optional tech label', 'an optional description')
@enduml

ServiceExternalIdentitiesCard

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('azure-17/bootstrap')

' loads the Item which embeds the element ServiceExternalIdentitiesCard
include('azure-17/Item/Identity/ServiceExternalIdentities')

' renders the element
ServiceExternalIdentitiesCard('ServiceExternalIdentitiesCard', 'Service External Identities 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('azure-17/bootstrap')

' loads the Item which embeds the element ServiceExternalIdentitiesCard
include('azure-17/Item/Identity/ServiceExternalIdentities')

' renders the element
ServiceExternalIdentitiesCard('ServiceExternalIdentitiesCard', 'Service External Identities Card', 'an optional description')
@enduml

ServiceExternalIdentitiesGroup

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('azure-17/bootstrap')

' loads the Item which embeds the element ServiceExternalIdentitiesGroup
include('azure-17/Item/Identity/ServiceExternalIdentities')

' renders the element
ServiceExternalIdentitiesGroup('ServiceExternalIdentitiesGroup', 'Service External Identities 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('azure-17/bootstrap')

' loads the Item which embeds the element ServiceExternalIdentitiesGroup
include('azure-17/Item/Identity/ServiceExternalIdentities')

' renders the element
ServiceExternalIdentitiesGroup('ServiceExternalIdentitiesGroup', 'Service External Identities Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml