ServiceManagedIdentities

azure-17/Item/Identity/ServiceManagedIdentities
include('azure-17/Item/Identity/ServiceManagedIdentities')
Illustration ServiceManagedIdentities ServiceManagedIdentitiesCard ServiceManagedIdentitiesGroup
illustration for Illustration illustration for ServiceManagedIdentities illustration for ServiceManagedIdentitiesCard illustration for ServiceManagedIdentitiesGroup

Sprites

The item provides the following sriptes:

  • <$ServiceManagedIdentitiesXs>
  • <$ServiceManagedIdentitiesSm>
  • <$ServiceManagedIdentitiesMd>
  • <$ServiceManagedIdentitiesLg>

ServiceManagedIdentities

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 ServiceManagedIdentities
include('azure-17/Item/Identity/ServiceManagedIdentities')

' renders the element
ServiceManagedIdentities('ServiceManagedIdentities', 'Service Managed 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 ServiceManagedIdentities
include('azure-17/Item/Identity/ServiceManagedIdentities')

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

ServiceManagedIdentitiesCard

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 ServiceManagedIdentitiesCard
include('azure-17/Item/Identity/ServiceManagedIdentities')

' renders the element
ServiceManagedIdentitiesCard('ServiceManagedIdentitiesCard', 'Service Managed 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 ServiceManagedIdentitiesCard
include('azure-17/Item/Identity/ServiceManagedIdentities')

' renders the element
ServiceManagedIdentitiesCard('ServiceManagedIdentitiesCard', 'Service Managed Identities Card', 'an optional description')
@enduml

ServiceManagedIdentitiesGroup

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 ServiceManagedIdentitiesGroup
include('azure-17/Item/Identity/ServiceManagedIdentities')

' renders the element
ServiceManagedIdentitiesGroup('ServiceManagedIdentitiesGroup', 'Service Managed 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 ServiceManagedIdentitiesGroup
include('azure-17/Item/Identity/ServiceManagedIdentities')

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