com.structurizr.configuration.Role Maven / Gradle / Ivy
package com.structurizr.configuration;
/**
* Represents the access that a user has to a workspace.
*/
public enum Role {
ReadWrite,
ReadOnly
}
package com.structurizr.configuration;
/**
* Represents the access that a user has to a workspace.
*/
public enum Role {
ReadWrite,
ReadOnly
}