-
Notifications
You must be signed in to change notification settings - Fork 364
Closed
Description
I test Creating Tenant but got null.And I test Querying for Tenants return image is null:
Tenant tenant = os.identity().tenants()
.create(Builders().tenant().name("ABC Corp").description("ABC Corporation Tenant").build());
List<? extends Tenant> tenants = os.identity().tenants().list();.
when I'm on server i see is the Project.
i know project as Tenant.
i want to get Projectid and information project.
how to get Object Project. or tenant?
Please , help me, thank you so much
Metadata
Metadata
Assignees
Labels
No labels