![JAR search and dependency download from the Maven repository](/logo.png)
io.phasetwo.service.importexport.representation.KeycloakOrgsRepresentation Maven / Gradle / Ivy
package io.phasetwo.service.importexport.representation;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
import lombok.Data;
@Data
public class KeycloakOrgsRepresentation {
@JsonProperty("organizations")
private List organizations;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy