Gcp2 Security Entities
IAM
- Preview
- Usage
- Definition
import { Iam } from '@dinghy/diagrams/entitiesGcp2Security'
<Iam/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IAM } from '@dinghy/diagrams/entitiesGcp2Security'
<Shape
{...props}
_style={extendStyle(props, IAM)}
/>
{
_style: {
entity: 'fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 60,
}
IAM 2
- Preview
- Usage
- Definition
import { Iam2 } from '@dinghy/diagrams/entitiesGcp2Security'
<Iam2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IAM_2 } from '@dinghy/diagrams/entitiesGcp2Security'
<Shape
{...props}
_style={extendStyle(props, IAM_2)}
/>
{
_style: {
entity: 'shape=mxgraph.gcp2.doubleRect;fillColor=#ffffff;strokeColor=#dddddd;shadow=1;strokeWidth=1;rounded=1;absoluteArcSize=1;arcSize=2;',
},
_width: 0,
_height: 68,
}